Home
last modified time | relevance | path

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

/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c355 SybCtG(num_links)--; in _close_sybase_link()
382 SybCtG(num_links)--; in _close_sybase_plink()
596 SybCtG(num_links) = SybCtG(num_persistent); in PHP_RINIT_FUNCTION()
617 efree(SybCtG(appname)); in PHP_RSHUTDOWN_FUNCTION()
618 SybCtG(appname) = NULL; in PHP_RSHUTDOWN_FUNCTION()
659 if (SybCtG(hostname)) { in php_sybase_do_connect_internal()
768 if (SybCtG(max_links)!=-1 && SybCtG(num_links)>=SybCtG(max_links)) { in php_sybase_do_connect()
773 if (SybCtG(max_persistent)!=-1 && SybCtG(num_persistent)>=SybCtG(max_persistent)) { in php_sybase_do_connect()
801 SybCtG(num_links)++; in php_sybase_do_connect()
875 if (SybCtG(max_links)!=-1 && SybCtG(num_links)>=SybCtG(max_links)) { in php_sybase_do_connect()
[all …]
H A Dphp_sybase_ct.h118 # define SybCtG(v) TSRMG(sybase_globals_id, zend_sybase_globals *, v) macro
120 # define SybCtG(v) (sybase_globals.v) macro

Completed in 12 milliseconds