Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dpgsql.c664 zend_long connect_type = 0; in php_pgsql_do_connect() local
670 Z_PARAM_LONG(connect_type) in php_pgsql_do_connect()
678 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect()
717 if (connect_type & PGSQL_CONNECT_FORCE_NEW) { in php_pgsql_do_connect()
768 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW) in php_pgsql_do_connect()
781 if (connect_type & PGSQL_CONNECT_ASYNC) { in php_pgsql_do_connect()

Completed in 14 milliseconds