Home
last modified time | relevance | path

Searched refs:module_number (Results 76 – 100 of 136) sorted by relevance

123456

/php-src/ext/zend_test/
H A Dtest.c1136 register_test_symbols(module_number); in PHP_MINIT_FUNCTION()
1200 …_register_list_destructors_ex(le_throwing_resource_dtor, NULL, "throwing resource", module_number); in PHP_MINIT_FUNCTION()
/php-src/ext/standard/
H A Dpassword.c426 register_password_symbols(module_number); in PHP_MINIT_FUNCTION()
H A Dfile.c171 …text = zend_register_list_destructors_ex(file_context_dtor, NULL, "stream-context", module_number); in PHP_INI_END()
181 register_file_symbols(module_number); in PHP_INI_END()
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c62 NULL, "com_dotnet_dispatch_wrapper", module_number); in php_com_wrapper_minit()
H A Dcom_persist.c727 NULL, "com_dotnet_istream_wrapper", module_number); in php_com_persist_minit()
/php-src/ext/enchant/
H A Denchant.c210 register_enchant_symbols(module_number); in PHP_MINIT_FUNCTION()
/php-src/ext/snmp/
H A Dsnmp_arginfo.h243 static void register_snmp_symbols(int module_number) in register_snmp_symbols() argument
/php-src/ext/mbstring/
H A Dmbstring_arginfo.h526 static void register_mbstring_symbols(int module_number) in register_mbstring_symbols() argument
/php-src/ext/random/
H A Drandom.c777 register_random_symbols(module_number);
/php-src/ext/pcntl/
H A Dpcntl_arginfo.h307 static void register_pcntl_symbols(int module_number) in register_pcntl_symbols() argument
/php-src/ext/odbc/
H A Dodbc_arginfo.h401 static void register_odbc_symbols(int module_number) in register_odbc_symbols() argument
/php-src/ext/filter/
H A Dfilter.c159 register_filter_symbols(module_number); in PHP_MINIT_FUNCTION()
/php-src/ext/hash/
H A Dhash.c1192 zend_register_long_constant(buf, len, algorithm.value, CONST_PERSISTENT, module_number); in mhash_init()
1632 register_hash_symbols(module_number); in PHP_MINIT_FUNCTION()
/php-src/ext/tidy/
H A Dtidy_arginfo.h295 static void register_tidy_symbols(int module_number) in register_tidy_symbols() argument
/php-src/ext/sqlite3/
H A Dsqlite3_arginfo.h274 static void register_sqlite3_symbols(int module_number) in register_sqlite3_symbols() argument
/php-src/ext/posix/
H A Dposix.c74 register_posix_symbols(module_number); in PHP_MINIT_FUNCTION()
/php-src/ext/reflection/
H A Dphp_reflection.c981 if (number == ini_entry->module_number) { in _extension_ini_string()
1032 module->module_number, module->name, in _extension_string()
1074 _extension_ini_string(ini_entry, &str_ini, indent, module->module_number); in _extension_string()
1090 if (ZEND_CONSTANT_MODULE_NUMBER(constant) == module->module_number) { in _extension_string()
6152 if (module->module_number == ZEND_CONSTANT_MODULE_NUMBER(constant)) { in ZEND_METHOD()
6164 if (number == ini_entry->module_number) { in _addinientry()
6190 _addinientry(ini_entry, return_value, module->module_number); in ZEND_METHOD()
/php-src/ext/ldap/
H A Dldap_arginfo.h589 static void register_ldap_symbols(int module_number) in register_ldap_symbols() argument
/php-src/ext/dom/
H A Dphp_dom.c1215 register_php_dom_symbols(module_number); in PHP_MINIT_FUNCTION()
1395 …_INTERNAL_CLASS || base_class->info.internal.module->module_number != dom_module_entry.module_numb… in dom_objects_set_class_ex()
/php-src/ext/openssl/
H A Dopenssl_arginfo.h537 static void register_openssl_symbols(int module_number) in register_openssl_symbols() argument
/php-src/ext/sockets/
H A Dsockets_arginfo.h333 static void register_sockets_symbols(int module_number) in register_sockets_symbols() argument
/php-src/ext/soap/
H A Dsoap_arginfo.h228 static void register_soap_symbols(int module_number) in register_soap_symbols() argument
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h690 static void register_pgsql_symbols(int module_number) in register_pgsql_symbols() argument
/php-src/ext/ftp/
H A Dphp_ftp.c111 register_ftp_symbols(module_number); in PHP_MINIT_FUNCTION()
/php-src/ext/gd/
H A Dgd_arginfo.h873 static void register_gd_symbols(int module_number) in register_gd_symbols() argument

Completed in 128 milliseconds

123456