gwenhywfar  4.99.8beta
Functions
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

GWENHYWFAR_API GWEN_URL* GWEN_Url_fromCommandString ( const char *  str)
GWENHYWFAR_API GWEN_URL* GWEN_Url_fromString ( const char *  str)
GWENHYWFAR_API int GWEN_Url_toCommandString ( const GWEN_URL url,
GWEN_BUFFER buf 
)

Definition at line 383 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_Internal_GetSyncIo().

Here is the call graph for this function:

Here is the caller graph for this function:

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 
)

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 280 of file urlfns.c.

References GWEN_Buffer_AppendString().

Here is the call graph for this function: