urlfns.c File Reference

#include "url_p.h"
#include "urlfns.h"
#include <gwenhywfar/debug.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)


Function Documentation

GWEN_URL* GWEN_Url_fromCommandString ( const char *  str  ) 

GWEN_URL* GWEN_Url_fromString ( const char *  str  ) 

int GWEN_Url_toCommandString ( const GWEN_URL url,
GWEN_BUFFER buf 
)

Definition at line 341 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_HttpSession_Init().

Here is the call graph for this function:

Here is the caller graph for this function:

int GWEN_Url_toString ( const GWEN_URL url,
GWEN_BUFFER buf 
)


doxygen