Eneboo - Documentación para desarrolladores
|
Ir al código fuente de este archivo.
Clases | |
struct | PQExpBufferData |
'defines' | |
#define | INITIAL_EXPBUFFER_SIZE 256 |
'typedefs' | |
typedef struct PQExpBufferData | PQExpBufferData |
typedef PQExpBufferData * | PQExpBuffer |
Funciones | |
PQExpBuffer | createPQExpBuffer (void) |
void | initPQExpBuffer (PQExpBuffer str) |
void | destroyPQExpBuffer (PQExpBuffer str) |
void | termPQExpBuffer (PQExpBuffer str) |
void | resetPQExpBuffer (PQExpBuffer str) |
int | enlargePQExpBuffer (PQExpBuffer str, size_t needed) |
void | printfPQExpBuffer (PQExpBuffer str, const char *fmt,...) __attribute__((format(printf |
void void | appendPQExpBuffer (PQExpBuffer str, const char *fmt,...) __attribute__((format(printf |
void void void | appendPQExpBufferStr (PQExpBuffer str, const char *data) |
void | appendPQExpBufferChar (PQExpBuffer str, char ch) |
void | appendBinaryPQExpBuffer (PQExpBuffer str, const char *data, size_t datalen) |
#define INITIAL_EXPBUFFER_SIZE 256 |
typedef PQExpBufferData* PQExpBuffer |
typedef struct PQExpBufferData PQExpBufferData |
void appendBinaryPQExpBuffer | ( | PQExpBuffer | str, |
const char * | data, | ||
size_t | datalen | ||
) |
void void appendPQExpBuffer | ( | PQExpBuffer | str, |
const char * | fmt, | ||
... | |||
) |
void appendPQExpBufferChar | ( | PQExpBuffer | str, |
char | ch | ||
) |
void void void appendPQExpBufferStr | ( | PQExpBuffer | str, |
const char * | data | ||
) |
PQExpBuffer createPQExpBuffer | ( | void | ) |
void destroyPQExpBuffer | ( | PQExpBuffer | str | ) |
int enlargePQExpBuffer | ( | PQExpBuffer | str, |
size_t | needed | ||
) |
void initPQExpBuffer | ( | PQExpBuffer | str | ) |
void printfPQExpBuffer | ( | PQExpBuffer | str, |
const char * | fmt, | ||
... | |||
) |
void resetPQExpBuffer | ( | PQExpBuffer | str | ) |
void termPQExpBuffer | ( | PQExpBuffer | str | ) |