gwenhywfar 5.12.0
urlfns.c File Reference
#include "url_p.h"
#include "urlfns.h"
#include <gwenhywfar/debug.h>
#include <ctype.h>
Include dependency graph for urlfns.c:

Go to the source code of this file.

Functions

GWEN_URLGWEN_Url_fromCommandString (const char *str)
GWEN_URLGWEN_Url_fromString (const char *str)
int GWEN_Url_toCommandString (const GWEN_URL *url, GWEN_BUFFER *buf)
int GWEN_Url_toString (const GWEN_URL *url, GWEN_BUFFER *buf)
void GWEN_Url_toUiShortString (const GWEN_URL *url, GWEN_BUFFER *buf)

Function Documentation

◆ GWEN_Url_fromCommandString()

◆ GWEN_Url_fromString()

◆ GWEN_Url_toCommandString()

int GWEN_Url_toCommandString ( const GWEN_URL * url,
GWEN_BUFFER * buf )

Definition at line 387 of file urlfns.c.

References GWEN_Buffer_AppendString(), GWEN_DB_GetCharValueFromNode(), GWEN_DB_GetFirstValue(), GWEN_DB_GetFirstVar(), GWEN_DB_GetNextVar(), and GWEN_DB_VariableName().

Referenced by GWEN_Gui_ExtendSyncIo().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GWEN_Url_toString()

int GWEN_Url_toString ( const GWEN_URL * url,
GWEN_BUFFER * buf )

◆ GWEN_Url_toUiShortString()

void GWEN_Url_toUiShortString ( const GWEN_URL * url,
GWEN_BUFFER * buf )

Creates a short string for user interface output. This means no password or user id is shown, and no URL vars either.

Definition at line 282 of file urlfns.c.

References GWEN_Buffer_AppendString().

Here is the call graph for this function: