#include <string.h>


Go to the source code of this file.
Defines | |
| #define | ATTR_UNUSED __attribute__((__unused__)) |
| #define | DIRECTORY_SEPARATOR "/" |
| #define | MAX(a, b) ((a) > (b) ? (a) : (b)) |
| #define | MIN(a, b) ((a) < (b) ? (a) : (b)) |
| #define | XMLRPC_BAD_POINTER ((void*) 0xDEADBEEF) |
Enumerations | |
| enum | bool { false = 0, true = 1 } |
Functions | |
| void | xmlrpc_asprintf (const char **const retvalP, const char *const fmt,...) |
| void | xmlrpc_millisecond_sleep (unsigned int const milliseconds) |
| static unsigned short | xmlrpc_strcaseeq (const char *const a, const char *const b) |
| static unsigned short | xmlrpc_streq (const char *const a, const char *const b) |
| void | xmlrpc_strfree (const char *const string) |
| static unsigned short | xmlrpc_strneq (const char *const a, const char *const b, size_t const len) |
Variables | |
| const char *const | xmlrpc_strsol |
| #define ATTR_UNUSED __attribute__((__unused__)) |
Definition at line 36 of file abyss_xmlrpc_int.h.
| #define DIRECTORY_SEPARATOR "/" |
| #define MAX | ( | a, | |||
| b | ) | ((a) > (b) ? (a) : (b)) |
Definition at line 52 of file abyss_xmlrpc_int.h.
| #define MIN | ( | a, | |||
| b | ) | ((a) < (b) ? (a) : (b)) |
Definition at line 51 of file abyss_xmlrpc_int.h.
| #define XMLRPC_BAD_POINTER ((void*) 0xDEADBEEF) |
Definition at line 56 of file abyss_xmlrpc_int.h.
| enum bool |
| void xmlrpc_asprintf | ( | const char **const | retvalP, | |
| const char *const | fmt, | |||
| ... | ||||
| ) |
| void xmlrpc_millisecond_sleep | ( | unsigned int const | milliseconds | ) |
Referenced by ConnWriteFromFile(), and waitForConnectionFreed().
| static unsigned short xmlrpc_strcaseeq | ( | const char *const | a, | |
| const char *const | b | |||
| ) | [inline, static] |
| static unsigned short xmlrpc_streq | ( | const char *const | a, | |
| const char *const | b | |||
| ) | [inline, static] |
Definition at line 18 of file abyss_xmlrpc_int.h.
Referenced by determineSortType(), generateListing(), parseRequestLine(), processHeader(), RequestValidURI(), and sendDirectoryDocument().
| void xmlrpc_strfree | ( | const char *const | string | ) |
Referenced by addAuthCookie(), ConfReadServerFile(), createServer(), createServerBoundSocket(), freeRequestInfo(), ListAddFromString(), makeThread(), ResponseError(), ResponseWriteStart(), ServerCreate(), ServerCreateNoAccept(), ServerCreateSocket(), ServerDirectoryHandler(), ServerFree(), serverRun2(), ServerRunConn(), serverRunConn(), ServerSetFilesPath(), ServerSetLogFileName(), ServerSetName(), SessionLog(), and termUriHandler().
| static unsigned short xmlrpc_strneq | ( | const char *const | a, | |
| const char *const | b, | |||
| size_t const | len | |||
| ) | [inline, static] |
Definition at line 30 of file abyss_xmlrpc_int.h.
Referenced by parseRequestUri(), processHeader(), and validateContentType().
| const char* const xmlrpc_strsol |
Referenced by addAuthCookie().
1.5.6