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.c543 zend_long connect_type = 0; in php_pgsql_do_connect() local
546 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|l", &connstring, &connstring_len, &connect_type) == … in php_pgsql_do_connect()
555 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect()
595 if (connect_type & PGSQL_CONNECT_FORCE_NEW) { in php_pgsql_do_connect()
650 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW) in php_pgsql_do_connect()
663 if (connect_type & PGSQL_CONNECT_ASYNC) { in php_pgsql_do_connect()

Completed in 15 milliseconds