Searched refs:MS_SQL_G (Results 1 – 2 of 2) sorted by relevance
386 MS_SQL_G(num_links)--; in _close_mssql_link()400 MS_SQL_G(num_links)--; in _close_mssql_plink()486 MS_SQL_G(num_links) = MS_SQL_G(num_persistent); in PHP_RINIT_FUNCTION()489 MS_SQL_G(min_error_severity) = MS_SQL_G(cfg_min_error_severity); in PHP_RINIT_FUNCTION()490 MS_SQL_G(min_message_severity) = MS_SQL_G(cfg_min_message_severity); in PHP_RINIT_FUNCTION()491 if (MS_SQL_G(connect_timeout) < 1) MS_SQL_G(connect_timeout) = 1; in PHP_RINIT_FUNCTION()492 if (MS_SQL_G(timeout) < 0) MS_SQL_G(timeout) = 60; in PHP_RINIT_FUNCTION()618 if (MS_SQL_G(charset) && strlen(MS_SQL_G(charset))) { in php_mssql_do_connect()641 if (MS_SQL_G(max_links) != -1 && MS_SQL_G(num_links) >= MS_SQL_G(max_links)) { in php_mssql_do_connect()647 if (MS_SQL_G(max_persistent) != -1 && MS_SQL_G(num_persistent) >= MS_SQL_G(max_persistent)) { in php_mssql_do_connect()[all …]
201 # define MS_SQL_G(v) TSRMG(mssql_globals_id, zend_mssql_globals *, v) macro203 # define MS_SQL_G(v) (mssql_globals.v) macro
Completed in 17 milliseconds