PostgreSQL Source Code
git master
|
#include <libpq-int.h>
Definition at line 346 of file libpq-int.h.
struct addrinfo* pg_conn::addr_cur |
Definition at line 461 of file libpq-int.h.
Referenced by connectDBComplete(), PQconnectPoll(), and release_conn_addrinfo().
struct addrinfo* pg_conn::addrlist |
Definition at line 460 of file libpq-int.h.
Referenced by PQconnectPoll(), and release_conn_addrinfo().
int pg_conn::addrlist_family |
Definition at line 462 of file libpq-int.h.
Referenced by PQconnectPoll(), and release_conn_addrinfo().
char* pg_conn::appname |
Definition at line 363 of file libpq-int.h.
Referenced by build_startup_packet(), freePGconn(), and PQconnectPoll().
PGAsyncStatusType pg_conn::asyncStatus |
Definition at line 410 of file libpq-int.h.
Referenced by closePGconn(), getCopyDataMessage(), getCopyResult(), getRowDescriptions(), handleSyncLoss(), makeEmptyPGconn(), PQconnectPoll(), pqEndcopy3(), PQenterPipelineMode(), PQexecStart(), PQexitPipelineMode(), PQfn(), PQgetCopyData(), pqGetline3(), pqGetlineAsync3(), PQgetResult(), PQisBusy(), pqParseInput3(), pqPipelineProcessQueue(), PQpipelineSync(), PQputCopyData(), PQputCopyEnd(), pqRowProcessor(), PQsendDescribe(), PQsendPrepare(), PQsendQueryGuts(), PQsendQueryInternal(), PQsendQueryStart(), PQsetSingleRowMode(), and PQtransactionStatus().
bool pg_conn::auth_req_received |
Definition at line 449 of file libpq-int.h.
Referenced by internal_ping(), PQconnectPoll(), and pqDropServerData().
int pg_conn::be_key |
Definition at line 467 of file libpq-int.h.
Referenced by pqDropServerData(), PQgetCancel(), pqParseInput3(), and PQrequestCancel().
int pg_conn::be_pid |
Definition at line 466 of file libpq-int.h.
Referenced by PQbackendPID(), pqDropServerData(), PQgetCancel(), pqParseInput3(), and PQrequestCancel().
char* pg_conn::channel_binding |
Definition at line 370 of file libpq-int.h.
Referenced by build_client_final_message(), build_client_first_message(), check_expected_areq(), connectOptions2(), freePGconn(), and pg_SASL_init().
int pg_conn::client_encoding |
Definition at line 469 of file libpq-int.h.
Referenced by makeEmptyPGconn(), PQclientEncoding(), pqDropServerData(), PQescapeInternal(), PQescapeStringConn(), PQmakeEmptyPGresult(), and pqSaveParameterStatus().
char* pg_conn::client_encoding_initial |
Definition at line 361 of file libpq-int.h.
Referenced by build_startup_packet(), connectOptions2(), and freePGconn().
PGcmdQueueEntry* pg_conn::cmd_queue_head |
Definition at line 433 of file libpq-int.h.
Referenced by getRowDescriptions(), pqAppendCmdQueueEntry(), pqCommandQueueAdvance(), pqDropServerData(), pqEndcopy3(), PQexitPipelineMode(), pqGetErrorNotice3(), PQgetResult(), pqParseInput3(), pqPipelineProcessQueue(), PQputCopyEnd(), and PQsetSingleRowMode().
PGcmdQueueEntry* pg_conn::cmd_queue_recycle |
Definition at line 440 of file libpq-int.h.
Referenced by pqAllocCmdQueueEntry(), pqDropServerData(), and pqRecycleCmdQueueEntry().
PGcmdQueueEntry* pg_conn::cmd_queue_tail |
Definition at line 434 of file libpq-int.h.
Referenced by pqAppendCmdQueueEntry(), and pqDropServerData().
char* pg_conn::connect_timeout |
Definition at line 359 of file libpq-int.h.
Referenced by connectDBComplete(), and freePGconn().
pg_conn_host* pg_conn::connhost |
Definition at line 426 of file libpq-int.h.
Referenced by connectOptions2(), emitHostIdentityInfo(), freePGconn(), pg_fe_sendauth(), pg_SASL_init(), pgpassfileWarning(), pq_verify_peer_name_matches_certificate(), pq_verify_peer_name_matches_certificate_name(), PQconnectPoll(), PQhost(), PQhostaddr(), PQpass(), and PQport().
char* pg_conn::connip |
Definition at line 427 of file libpq-int.h.
Referenced by freePGconn(), PQconnectPoll(), and PQhostaddr().
int pg_conn::copy_already_done |
Definition at line 419 of file libpq-int.h.
Referenced by pqGetlineAsync3(), and pqParseInput3().
char pg_conn::copy_is_binary |
Definition at line 418 of file libpq-int.h.
Referenced by getCopyStart(), and pqGetline3().
char* pg_conn::dbName |
Definition at line 365 of file libpq-int.h.
Referenced by build_startup_packet(), connectOptions2(), freePGconn(), PQdb(), and PQsetdbLogin().
PGTernaryBool pg_conn::default_transaction_read_only |
Definition at line 471 of file libpq-int.h.
Referenced by makeEmptyPGconn(), PQconnectPoll(), pqDropServerData(), and pqSaveParameterStatus().
PQExpBufferData pg_conn::errorMessage |
Definition at line 569 of file libpq-int.h.
Referenced by build_client_final_message(), build_client_first_message(), check_expected_areq(), closePGconn(), connectDBStart(), connectFailureMessage(), connectNoDelay(), connectOptions1(), connectOptions2(), emitHostIdentityInfo(), fillPGconn(), freePGconn(), getAnotherTuple(), getParamDescriptions(), getRowDescriptions(), handleSyncLoss(), initialize_SSL(), lo_create(), lo_export(), lo_import_internal(), lo_initialize(), lo_lseek64(), lo_read(), lo_tell64(), lo_truncate(), lo_truncate64(), lo_write(), makeEmptyPGconn(), open_client_SSL(), openssl_verify_peer_name_matches_certificate_name(), parse_int_param(), pg_fe_scram_exchange(), pg_fe_sendauth(), pg_GSS_error(), pg_GSS_load_servicename(), pg_GSS_read(), pg_GSS_write(), pg_local_sendauth(), pg_password_sendauth(), pg_SASL_continue(), pg_SASL_init(), pgpassfileWarning(), pgtls_read(), pgtls_write(), pq_verify_peer_name_matches_certificate(), pq_verify_peer_name_matches_certificate_name(), pqAllocCmdQueueEntry(), pqCheckInBufferSpace(), pqCheckOutBufferSpace(), PQconnectPoll(), PQconnectStartParams(), PQencryptPasswordConn(), pqEndcopy3(), PQenterPipelineMode(), PQerrorMessage(), PQescapeByteaConn(), PQescapeByteaInternal(), PQescapeInternal(), PQescapeStringConn(), PQescapeStringInternal(), PQexecStart(), PQexitPipelineMode(), PQfn(), pqFunctionCall3(), PQgetCopyData(), pqGetCopyData3(), pqGetErrorNotice3(), pqGetline3(), PQgetResult(), PQmakeEmptyPGresult(), pqParseInput3(), pqPipelineProcessQueue(), PQpipelineSync(), PQputCopyData(), PQputCopyEnd(), pqReadData(), PQrequestCancel(), PQreset(), PQresetPoll(), pqSaveWriteError(), pqsecure_open_gss(), pqsecure_raw_read(), pqsecure_raw_write(), PQsendPrepare(), PQsendQueryGuts(), PQsendQueryInternal(), PQsendQueryParams(), PQsendQueryPrepared(), PQsendQueryStart(), pqSendSome(), PQsetdbLogin(), PQsetnonblocking(), pqSocketCheck(), pqWaitTimed(), read_server_final_message(), read_server_first_message(), setKeepalivesCount(), setKeepalivesIdle(), setKeepalivesInterval(), and setTCPUserTimeout().
int pg_conn::eventArraySize |
Definition at line 406 of file libpq-int.h.
Referenced by PQregisterEventProc().
PGEvent* pg_conn::events |
Definition at line 404 of file libpq-int.h.
Referenced by freePGconn(), PQinstanceData(), PQmakeEmptyPGresult(), PQregisterEventProc(), PQreset(), PQresetPoll(), and PQsetInstanceData().
char* pg_conn::fbappname |
Definition at line 364 of file libpq-int.h.
Referenced by build_startup_packet(), freePGconn(), and PQconnectPoll().
char* pg_conn::gssencmode |
Definition at line 388 of file libpq-int.h.
Referenced by connectOptions2(), freePGconn(), and PQconnectPoll().
char* pg_conn::gsslib |
Definition at line 390 of file libpq-int.h.
Referenced by freePGconn(), and pg_fe_sendauth().
PGTernaryBool pg_conn::in_hot_standby |
Definition at line 472 of file libpq-int.h.
Referenced by makeEmptyPGconn(), PQconnectPoll(), pqDropServerData(), and pqSaveParameterStatus().
char* pg_conn::inBuffer |
Definition at line 478 of file libpq-int.h.
Referenced by freePGconn(), getAnotherTuple(), getCopyDataMessage(), makeEmptyPGconn(), pqCheckInBufferSpace(), pqFunctionCall3(), pqGetc(), pqGetCopyData3(), pqGetInt(), pqGetlineAsync3(), pqGetnchar(), pqGets_internal(), pqParseInput3(), and pqReadData().
int pg_conn::inBufSize |
Definition at line 479 of file libpq-int.h.
Referenced by makeEmptyPGconn(), pqCheckInBufferSpace(), and pqReadData().
int pg_conn::inCursor |
Definition at line 481 of file libpq-int.h.
Referenced by connectDBStart(), getAnotherTuple(), getCopyDataMessage(), getParamDescriptions(), getRowDescriptions(), pqCheckInBufferSpace(), PQconnectPoll(), pqDropConnection(), pqFunctionCall3(), pqGetc(), pqGetCopyData3(), pqGetInt(), pqGetlineAsync3(), pqGetnchar(), pqGets_internal(), pqParseInput3(), pqReadData(), and pqSkipnchar().
int pg_conn::inEnd |
Definition at line 482 of file libpq-int.h.
Referenced by connectDBStart(), getCopyDataMessage(), pqCheckInBufferSpace(), PQconnectPoll(), pqDropConnection(), pqFunctionCall3(), pqGetc(), pqGetInt(), pqGetnchar(), pqGets_internal(), pqParseInput3(), pqReadData(), and pqSkipnchar().
int pg_conn::inStart |
Definition at line 480 of file libpq-int.h.
Referenced by connectDBStart(), getAnotherTuple(), getCopyDataMessage(), getParamDescriptions(), getRowDescriptions(), pqCheckInBufferSpace(), PQconnectPoll(), pqDropConnection(), pqFunctionCall3(), pqGetCopyData3(), pqGetlineAsync3(), pqParseInput3(), and pqReadData().
char* pg_conn::keepalives |
Definition at line 372 of file libpq-int.h.
Referenced by freePGconn(), and useKeepalives().
char* pg_conn::keepalives_count |
Definition at line 376 of file libpq-int.h.
Referenced by freePGconn(), and setKeepalivesCount().
char* pg_conn::keepalives_idle |
Definition at line 373 of file libpq-int.h.
Referenced by freePGconn(), setKeepalivesCount(), and setKeepalivesIdle().
char* pg_conn::keepalives_interval |
Definition at line 374 of file libpq-int.h.
Referenced by freePGconn(), setKeepalivesCount(), and setKeepalivesInterval().
char* pg_conn::krbsrvname |
Definition at line 389 of file libpq-int.h.
Referenced by freePGconn(), and pg_GSS_load_servicename().
SockAddr pg_conn::laddr |
Definition at line 445 of file libpq-int.h.
Referenced by PQconnectPoll().
char pg_conn::last_sqlstate[6] |
Definition at line 412 of file libpq-int.h.
Referenced by internal_ping(), PQconnectPoll(), pqDropServerData(), and pqGetErrorNotice3().
PGlobjfuncs* pg_conn::lobjfuncs |
Definition at line 475 of file libpq-int.h.
Referenced by lo_close(), lo_creat(), lo_create(), lo_initialize(), lo_lseek(), lo_lseek64(), lo_open(), lo_read(), lo_tell(), lo_tell64(), lo_truncate(), lo_truncate64(), lo_unlink(), lo_write(), and pqDropServerData().
int pg_conn::nconnhost |
Definition at line 424 of file libpq-int.h.
Referenced by connectOptions2(), freePGconn(), and PQconnectPoll().
int pg_conn::nEvents |
Definition at line 405 of file libpq-int.h.
Referenced by freePGconn(), PQinstanceData(), PQmakeEmptyPGresult(), PQregisterEventProc(), PQreset(), PQresetPoll(), and PQsetInstanceData().
PGresult* pg_conn::next_result |
Definition at line 500 of file libpq-int.h.
Referenced by pqClearAsyncResult(), pqPrepareAsyncResult(), and pqRowProcessor().
bool pg_conn::nonblocking |
Definition at line 414 of file libpq-int.h.
Referenced by closePGconn(), makeEmptyPGconn(), and PQsetnonblocking().
PGNoticeHooks pg_conn::noticeHooks |
Definition at line 401 of file libpq-int.h.
Referenced by makeEmptyPGconn(), pqEndcopy3(), pqGetInt(), PQmakeEmptyPGresult(), pqParseInput3(), pqPutInt(), PQsetNoticeProcessor(), and PQsetNoticeReceiver().
PGnotify* pg_conn::notifyHead |
Definition at line 420 of file libpq-int.h.
Referenced by getNotify(), pqDropServerData(), and PQnotifies().
PGnotify* pg_conn::notifyTail |
Definition at line 421 of file libpq-int.h.
Referenced by getNotify(), pqDropServerData(), and PQnotifies().
bool pg_conn::options_valid |
Definition at line 413 of file libpq-int.h.
Referenced by connectDBStart(), connectOptions2(), internal_ping(), and makeEmptyPGconn().
char* pg_conn::outBuffer |
Definition at line 485 of file libpq-int.h.
Referenced by freePGconn(), makeEmptyPGconn(), pqCheckOutBufferSpace(), pqPutMsgBytes(), pqPutMsgEnd(), pqPutMsgStart(), and pqSendSome().
int pg_conn::outBufSize |
Definition at line 486 of file libpq-int.h.
Referenced by makeEmptyPGconn(), pqCheckOutBufferSpace(), and PQputCopyData().
int pg_conn::outCount |
Definition at line 487 of file libpq-int.h.
Referenced by connectDBStart(), pqDropConnection(), pqFlush(), pqPipelineFlush(), PQputCopyData(), pqPutMsgEnd(), pqPutMsgStart(), and pqSendSome().
int pg_conn::outMsgEnd |
Definition at line 492 of file libpq-int.h.
Referenced by pqPutMsgBytes(), pqPutMsgEnd(), and pqPutMsgStart().
int pg_conn::outMsgStart |
Definition at line 490 of file libpq-int.h.
Referenced by pqPutMsgEnd(), and pqPutMsgStart().
bool pg_conn::password_needed |
Definition at line 450 of file libpq-int.h.
Referenced by pg_fe_sendauth(), pg_SASL_init(), pgpassfileWarning(), PQconnectionNeedsPassword(), PQconnectionUsedPassword(), and pqDropServerData().
FILE* pg_conn::Pfdebug |
Definition at line 397 of file libpq-int.h.
Referenced by getCopyDataMessage(), makeEmptyPGconn(), pqFlush(), pqFunctionCall3(), pqParseInput3(), pqPutMsgEnd(), PQtrace(), pqTraceOutputMessage(), pqTraceOutputNoTypeByteMessage(), PQtraceSetFlags(), and PQuntrace().
char* pg_conn::pghost |
Definition at line 349 of file libpq-int.h.
Referenced by connectOptions2(), freePGconn(), initialize_SSL(), and PQsetdbLogin().
char* pg_conn::pghostaddr |
Definition at line 353 of file libpq-int.h.
Referenced by connectOptions2(), and freePGconn().
char* pg_conn::pgoptions |
Definition at line 362 of file libpq-int.h.
Referenced by build_startup_packet(), freePGconn(), PQoptions(), and PQsetdbLogin().
char* pg_conn::pgpass |
Definition at line 368 of file libpq-int.h.
Referenced by connectOptions2(), freePGconn(), pg_fe_sendauth(), pg_SASL_init(), PQpass(), and PQsetdbLogin().
char* pg_conn::pgpassfile |
Definition at line 369 of file libpq-int.h.
Referenced by connectOptions2(), freePGconn(), and pgpassfileWarning().
char* pg_conn::pgport |
Definition at line 357 of file libpq-int.h.
Referenced by connectOptions2(), freePGconn(), and PQsetdbLogin().
char* pg_conn::pgtcp_user_timeout |
Definition at line 360 of file libpq-int.h.
Referenced by freePGconn(), and setTCPUserTimeout().
char* pg_conn::pguser |
Definition at line 367 of file libpq-int.h.
Referenced by build_startup_packet(), connectOptions2(), freePGconn(), pg_password_sendauth(), PQsetdbLogin(), and PQuser().
PGpipelineStatus pg_conn::pipelineStatus |
Definition at line 416 of file libpq-int.h.
Referenced by closePGconn(), makeEmptyPGconn(), PQconnectPoll(), PQenterPipelineMode(), PQexecStart(), PQexitPipelineMode(), PQfn(), pqFunctionCall3(), pqGetErrorNotice3(), PQgetResult(), pqParseInput3(), pqPipelineFlush(), pqPipelineProcessQueue(), PQpipelineStatus(), PQpipelineSync(), PQsendDescribe(), PQsendPrepare(), PQsendQueryGuts(), PQsendQueryInternal(), and PQsendQueryStart().
pgParameterStatus* pg_conn::pstatus |
Definition at line 468 of file libpq-int.h.
Referenced by pqDropServerData(), PQparameterStatus(), and pqSaveParameterStatus().
ProtocolVersion pg_conn::pversion |
Definition at line 447 of file libpq-int.h.
Referenced by build_startup_packet(), PQconnectPoll(), and PQprotocolVersion().
SockAddr pg_conn::raddr |
Definition at line 446 of file libpq-int.h.
Referenced by connectFailureMessage(), emitHostIdentityInfo(), getHostaddr(), PQconnectPoll(), PQgetCancel(), and PQrequestCancel().
char* pg_conn::replication |
Definition at line 366 of file libpq-int.h.
Referenced by build_startup_packet(), and freePGconn().
char* pg_conn::requirepeer |
Definition at line 387 of file libpq-int.h.
Referenced by freePGconn(), and PQconnectPoll().
PGresult* pg_conn::result |
Definition at line 499 of file libpq-int.h.
Referenced by getAnotherTuple(), getCopyResult(), getCopyStart(), getParamDescriptions(), getRowDescriptions(), pgpassfileWarning(), pqClearAsyncResult(), PQfn(), pqFunctionCall3(), pqGetErrorNotice3(), pqParseInput3(), pqPipelineProcessQueue(), pqPrepareAsyncResult(), pqRowProcessor(), pqSaveErrorResult(), and PQsetSingleRowMode().
PGdataValue* pg_conn::rowBuf |
Definition at line 495 of file libpq-int.h.
Referenced by freePGconn(), getAnotherTuple(), makeEmptyPGconn(), and pqRowProcessor().
int pg_conn::rowBufLen |
Definition at line 496 of file libpq-int.h.
Referenced by getAnotherTuple(), and makeEmptyPGconn().
void* pg_conn::sasl_state |
Definition at line 503 of file libpq-int.h.
Referenced by check_expected_areq(), pg_fe_sendauth(), pg_SASL_continue(), pg_SASL_init(), and pqDropConnection().
bool pg_conn::send_appname |
Definition at line 463 of file libpq-int.h.
Referenced by build_startup_packet(), and PQconnectPoll().
PGContextVisibility pg_conn::show_context |
Definition at line 474 of file libpq-int.h.
Referenced by makeEmptyPGconn(), pqGetErrorNotice3(), and PQsetErrorContextVisibility().
bool pg_conn::sigpipe_flag |
Definition at line 452 of file libpq-int.h.
Referenced by PQconnectPoll(), and pqsecure_raw_write().
bool pg_conn::sigpipe_so |
Definition at line 451 of file libpq-int.h.
Referenced by PQconnectPoll().
bool pg_conn::singleRowMode |
Definition at line 417 of file libpq-int.h.
Referenced by pqPipelineProcessQueue(), pqRowProcessor(), PQsendQueryStart(), and PQsetSingleRowMode().
pgsocket pg_conn::sock |
Definition at line 443 of file libpq-int.h.
Referenced by connectNoDelay(), initialize_SSL(), makeEmptyPGconn(), pg_local_sendauth(), PQconnectPoll(), pqDropConnection(), PQfn(), PQgetCancel(), pqGetline3(), pqReadData(), PQrequestCancel(), pqsecure_raw_read(), pqsecure_raw_write(), pqSendSome(), PQsocket(), pqSocketCheck(), sendTerminateConn(), setKeepalivesCount(), setKeepalivesIdle(), setKeepalivesInterval(), and setTCPUserTimeout().
bool pg_conn::ssl_in_use |
Definition at line 506 of file libpq-int.h.
Referenced by build_client_final_message(), build_client_first_message(), initialize_SSL(), pg_SASL_init(), pgtls_close(), PQconnectPoll(), pqReadData(), pqsecure_read(), pqsecure_write(), pqSocketCheck(), and PQsslInUse().
char* pg_conn::ssl_max_protocol_version |
Definition at line 393 of file libpq-int.h.
Referenced by connectOptions2(), freePGconn(), initialize_SSL(), and open_client_SSL().
char* pg_conn::ssl_min_protocol_version |
Definition at line 392 of file libpq-int.h.
Referenced by connectOptions2(), freePGconn(), initialize_SSL(), and open_client_SSL().
char* pg_conn::sslcert |
Definition at line 381 of file libpq-int.h.
Referenced by freePGconn(), and initialize_SSL().
char* pg_conn::sslcompression |
Definition at line 379 of file libpq-int.h.
Referenced by freePGconn(), and initialize_SSL().
char* pg_conn::sslcrl |
Definition at line 384 of file libpq-int.h.
Referenced by freePGconn(), and initialize_SSL().
char* pg_conn::sslcrldir |
Definition at line 385 of file libpq-int.h.
Referenced by freePGconn(), and initialize_SSL().
char* pg_conn::sslkey |
Definition at line 380 of file libpq-int.h.
Referenced by freePGconn(), and initialize_SSL().
char* pg_conn::sslmode |
Definition at line 378 of file libpq-int.h.
Referenced by connectOptions2(), freePGconn(), initialize_SSL(), pq_verify_peer_name_matches_certificate(), and PQconnectPoll().
char* pg_conn::sslpassword |
Definition at line 382 of file libpq-int.h.
Referenced by freePGconn(), initialize_SSL(), and PQdefaultSSLKeyPassHook_OpenSSL().
char* pg_conn::sslrootcert |
Definition at line 383 of file libpq-int.h.
Referenced by freePGconn(), and initialize_SSL().
char* pg_conn::sslsni |
Definition at line 386 of file libpq-int.h.
Referenced by freePGconn(), and initialize_SSL().
ConnStatusType pg_conn::status |
Definition at line 409 of file libpq-int.h.
Referenced by closePGconn(), connectDBComplete(), connectDBStart(), connectOptions1(), connectOptions2(), getCopyResult(), handleSyncLoss(), internal_ping(), makeEmptyPGconn(), PQbackendPID(), PQclientEncoding(), PQconnectdb(), PQconnectdbParams(), PQconnectPoll(), PQconnectStart(), PQconnectStartParams(), PQexecFinish(), PQexecStart(), PQprotocolVersion(), pqReadData(), PQreset(), PQresetPoll(), PQsendQueryStart(), PQserverVersion(), PQsetClientEncoding(), PQsetdbLogin(), PQsetnonblocking(), PQstatus(), PQtransactionStatus(), and sendTerminateConn().
bool pg_conn::std_strings |
Definition at line 470 of file libpq-int.h.
Referenced by makeEmptyPGconn(), pqDropServerData(), PQescapeByteaConn(), PQescapeStringConn(), and pqSaveParameterStatus().
int pg_conn::sversion |
Definition at line 448 of file libpq-int.h.
Referenced by PQconnectPoll(), pqDropServerData(), PQescapeByteaConn(), pqSaveParameterStatus(), and PQserverVersion().
PGTargetServerType pg_conn::target_server_type |
Definition at line 457 of file libpq-int.h.
Referenced by connectDBStart(), connectOptions2(), and PQconnectPoll().
char* pg_conn::target_session_attrs |
Definition at line 394 of file libpq-int.h.
Referenced by connectOptions2(), and freePGconn().
int pg_conn::traceFlags |
Definition at line 398 of file libpq-int.h.
Referenced by PQtrace(), pqTraceOutputMessage(), pqTraceOutputNoTypeByteMessage(), PQtraceSetFlags(), and PQuntrace().
bool pg_conn::try_next_addr |
Definition at line 458 of file libpq-int.h.
Referenced by connectDBComplete(), connectDBStart(), and PQconnectPoll().
bool pg_conn::try_next_host |
Definition at line 459 of file libpq-int.h.
Referenced by connectDBStart(), and PQconnectPoll().
PGVerbosity pg_conn::verbosity |
Definition at line 473 of file libpq-int.h.
Referenced by makeEmptyPGconn(), pqGetErrorNotice3(), and PQsetErrorVerbosity().
int pg_conn::whichhost |
Definition at line 425 of file libpq-int.h.
Referenced by connectDBComplete(), connectDBStart(), connectOptions2(), emitHostIdentityInfo(), pg_fe_sendauth(), pg_SASL_init(), pgpassfileWarning(), pq_verify_peer_name_matches_certificate(), pq_verify_peer_name_matches_certificate_name(), PQconnectPoll(), PQhost(), PQpass(), and PQport().
PQExpBufferData pg_conn::workBuffer |
Definition at line 572 of file libpq-int.h.
Referenced by freePGconn(), getNotify(), getParameterStatus(), getRowDescriptions(), makeEmptyPGconn(), and pqParseInput3().
char* pg_conn::write_err_msg |
Definition at line 454 of file libpq-int.h.
Referenced by freePGconn(), pqDropServerData(), pqSaveWriteError(), and pqSendSome().
bool pg_conn::write_failed |
Definition at line 453 of file libpq-int.h.
Referenced by pqDropServerData(), PQgetResult(), PQisBusy(), and pqSendSome().
PGTransactionStatusType pg_conn::xactStatus |
Definition at line 411 of file libpq-int.h.
Referenced by closePGconn(), getReadyForQuery(), makeEmptyPGconn(), PQconnectPoll(), and PQtransactionStatus().