Home
last modified time | relevance | path

Searched refs:cfg_get_long (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/main/
H A Dphp_ini.h32 PHPAPI int cfg_get_long(const char *varname, long *result);
H A Dphp_ini.c894 PHPAPI int cfg_get_long(const char *varname, long *result) function
H A Dmain.c2324 if (cfg_get_long((char*)*p, &value) == SUCCESS && value) { in php_module_startup()
/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c139 if (cfg_get_long("sysvshm.init_mem", &php_sysvshm.init_mem) == FAILURE) { in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/odbc/
H A Dbirdstep.c196 if ( cfg_get_long("birdstep.max_links",&php_birdstep_module.max_links) == FAILURE ) { in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c562 if (cfg_get_long("sybct.timeout", &opt)==SUCCESS) { in PHP_INI_END()
681 if (cfg_get_long("sybct.packet_size", &packetsize) == SUCCESS) { in php_sybase_do_connect_internal()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c427 if (cfg_get_long("mssql.compatibility_mode", &compatibility_mode) == SUCCESS) { in PHP_GINIT_FUNCTION()

Completed in 49 milliseconds