Home
last modified time | relevance | path

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

/PHP-5.5/ext/mssql/
H A Dphp_mssql.c391 MS_SQL_G(num_links)--; in _close_mssql_link()
405 MS_SQL_G(num_links)--; in _close_mssql_plink()
491 MS_SQL_G(num_links) = MS_SQL_G(num_persistent); in PHP_RINIT_FUNCTION()
494 MS_SQL_G(min_error_severity) = MS_SQL_G(cfg_min_error_severity); in PHP_RINIT_FUNCTION()
495 MS_SQL_G(min_message_severity) = MS_SQL_G(cfg_min_message_severity); in PHP_RINIT_FUNCTION()
496 if (MS_SQL_G(connect_timeout) < 1) MS_SQL_G(connect_timeout) = 1; in PHP_RINIT_FUNCTION()
497 if (MS_SQL_G(timeout) < 0) MS_SQL_G(timeout) = 60; in PHP_RINIT_FUNCTION()
623 if (MS_SQL_G(charset) && strlen(MS_SQL_G(charset))) { in php_mssql_do_connect()
646 if (MS_SQL_G(max_links) != -1 && MS_SQL_G(num_links) >= MS_SQL_G(max_links)) { in php_mssql_do_connect()
652 if (MS_SQL_G(max_persistent) != -1 && MS_SQL_G(num_persistent) >= MS_SQL_G(max_persistent)) { in php_mssql_do_connect()
[all …]
H A Dphp_mssql.h201 # define MS_SQL_G(v) TSRMG(mssql_globals_id, zend_mssql_globals *, v) macro
203 # define MS_SQL_G(v) (mssql_globals.v) macro

Completed in 9 milliseconds