Eneboo - Documentación para desarrolladores
Clases | 'defines' | 'typedefs' | Funciones
Referencia del Archivo src/libpq/pqexpbuffer.h

Ir al código fuente de este archivo.

Clases

struct  PQExpBufferData

'defines'

#define INITIAL_EXPBUFFER_SIZE   256

'typedefs'

typedef struct PQExpBufferData PQExpBufferData
typedef PQExpBufferDataPQExpBuffer

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)

Documentación de los 'defines'

#define INITIAL_EXPBUFFER_SIZE   256

Documentación de los 'typedefs'


Documentación de las funciones

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)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'