gwenhywfar 5.12.0
urlfns.h File Reference
#include <gwenhywfar/url.h>
#include <gwenhywfar/buffer.h>
Include dependency graph for urlfns.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

◆ GWEN_Url_fromCommandString()

◆ GWEN_Url_fromString()

◆ GWEN_Url_toCommandString()

GWENHYWFAR_API 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()

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

◆ GWEN_Url_toUiShortString()

GWENHYWFAR_API 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: