Home
last modified time | relevance | path

Searched refs:DEFAULT_UNIX_SOCKET_DIR (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h127 #define DEFAULT_UNIX_SOCKET_DIR "/tmp" macro
129 #define DEFAULT_UNIX_SOCKET_DIR "" macro
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dpooler.c493 …unix_socket_dir && *cf_unix_socket_dir && strcmp(cf_unix_socket_dir, DEFAULT_UNIX_SOCKET_DIR) != 0) in pooler_setup()
H A Dmain.c303 CF_ABS("unix_socket_dir", CF_STR, cf_unix_socket_dir, CF_NO_RELOAD, DEFAULT_UNIX_SOCKET_DIR),