Searched refs:connect_type (Results 1 – 1 of 1) sorted by relevance
664 zend_long connect_type = 0; in php_pgsql_do_connect() local670 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