Eneboo - Documentación para desarrolladores
|
#include "postgres_fe.h"
#include <signal.h>
#include <fcntl.h>
#include <ctype.h>
#include "libpq-fe.h"
#include "libpq-int.h"
#include "fe-auth.h"
#include "pqsignal.h"
#include <sys/socket.h>
#include <unistd.h>
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/stat.h>
#include "strdup.h"
Funciones | |
void | PQinitSSL (int do_init) |
int | pqsecure_initialize (PGconn *conn) |
void | pqsecure_destroy (void) |
PostgresPollingStatusType | pqsecure_open_client (PGconn *conn) |
void | pqsecure_close (PGconn *conn) |
ssize_t | pqsecure_read (PGconn *conn, void *ptr, size_t len) |
ssize_t | pqsecure_write (PGconn *conn, const void *ptr, size_t len) |
void * | PQgetssl (PGconn *conn) |
void* PQgetssl | ( | PGconn * | conn | ) |
void PQinitSSL | ( | int | do_init | ) |
void pqsecure_close | ( | PGconn * | conn | ) |
void pqsecure_destroy | ( | void | ) |
PostgresPollingStatusType pqsecure_open_client | ( | PGconn * | conn | ) |