Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_ini.h33 PHPAPI int cfg_get_long(const char *varname, zend_long *result);
H A Dphp_ini.c924 PHPAPI int cfg_get_long(const char *varname, zend_long *result) function
H A Dmain.c2395 if (cfg_get_long((char*)*p, &value) == SUCCESS && value) { in php_module_startup()
/PHP-7.2/ext/sysvshm/
H A Dsysvshm.c143 if (cfg_get_long("sysvshm.init_mem", &php_sysvshm.init_mem) == FAILURE) { in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/odbc/
H A Dbirdstep.c195 if ( cfg_get_long("birdstep.max_links",&php_birdstep_module.max_links) == FAILURE ) { in PHP_MINIT_FUNCTION()

Completed in 27 milliseconds