Home
last modified time | relevance | path

Searched defs:module_number (Results 1 – 25 of 73) sorted by last modified time

123

/php-src/ext/soap/
H A Dsoap_arginfo.h236 static void register_soap_symbols(int module_number) in register_soap_symbols()
/php-src/ext/zend_test/
H A Dtest_arginfo.h516 static void register_test_symbols(int module_number) in register_test_symbols()
/php-src/Zend/
H A Dzend_builtin_functions.c1553 int module_number; in ZEND_FUNCTION() local
H A Dzend_API.c2554 int module_number = zend_next_free_module(); in zend_register_module_ex() local
3189 int module_number = *(int *)arg; in clean_module_class() local
3198 static void clean_module_classes(int module_number) /* {{{ */ in clean_module_classes()
H A Dzend_constants.c87 int module_number = *(int *)arg; in clean_module_constant() local
97 void clean_module_constants(int module_number) in clean_module_constants()
119 …I void zend_register_null_constant(const char *name, size_t name_len, int flags, int module_number) in zend_register_null_constant()
129 …_register_bool_constant(const char *name, size_t name_len, bool bval, int flags, int module_number) in zend_register_bool_constant()
139 …ster_long_constant(const char *name, size_t name_len, zend_long lval, int flags, int module_number) in zend_register_long_constant()
150 …ister_double_constant(const char *name, size_t name_len, double dval, int flags, int module_number) in zend_register_double_constant()
161 …const char *name, size_t name_len, const char *strval, size_t strlen, int flags, int module_number) in zend_register_stringl_constant()
172 …tring_constant(const char *name, size_t name_len, const char *strval, int flags, int module_number) in zend_register_string_constant()
/php-src/ext/odbc/
H A Dodbc_arginfo.h401 static void register_odbc_symbols(int module_number) in register_odbc_symbols()
/php-src/ext/sockets/
H A Dsockets_arginfo.h333 static void register_sockets_symbols(int module_number) in register_sockets_symbols()
/php-src/ext/ldap/
H A Dldap_arginfo.h589 static void register_ldap_symbols(int module_number) in register_ldap_symbols()
/php-src/ext/mbstring/
H A Dmbstring_arginfo.h526 static void register_mbstring_symbols(int module_number) in register_mbstring_symbols()
/php-src/ext/pcntl/
H A Dpcntl_arginfo.h307 static void register_pcntl_symbols(int module_number) in register_pcntl_symbols()
/php-src/ext/dom/
H A Dphp_dom_arginfo.h1802 static void register_php_dom_symbols(int module_number) in register_php_dom_symbols()
/php-src/main/
H A Dmain.c2052 int module_number = 0; in php_module_startup() local
2358 int module_number=0; in php_module_shutdown() local
H A Dmain_arginfo.h4 static void register_main_symbols(int module_number) in register_main_symbols()
/php-src/ext/standard/
H A Duser_filters_arginfo.h32 static void register_user_filters_symbols(int module_number) in register_user_filters_symbols()
H A Dbasic_functions_arginfo.h3592 static void register_basic_functions_symbols(int module_number) in register_basic_functions_symbols()
H A Ddir_arginfo.h23 static void register_dir_symbols(int module_number) in register_dir_symbols()
/php-src/ext/intl/
H A Dphp_intl_arginfo.h1190 static void register_php_intl_symbols(int module_number) in register_php_intl_symbols()
/php-src/ext/xsl/
H A Dphp_xsl_arginfo.h93 static void register_php_xsl_symbols(int module_number) in register_php_xsl_symbols()
/php-src/ext/pdo/
H A Dpdo_dbh.c1415 void pdo_dbh_init(int module_number) in pdo_dbh_init()
/php-src/main/streams/
H A Dstreams.c1851 int php_init_stream_wrappers(int module_number) in php_init_stream_wrappers()
1875 void php_shutdown_stream_wrappers(int module_number) in php_shutdown_stream_wrappers()
/php-src/ext/session/
H A Dsession.c1440 int module_number = PS(module_number); in php_session_reset_id() local
/php-src/ext/sqlite3/
H A Dsqlite3_arginfo.h274 static void register_sqlite3_symbols(int module_number) in register_sqlite3_symbols()
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h1039 static void register_mysqli_symbols(int module_number) in register_mysqli_symbols()
/php-src/ext/fileinfo/
H A Dfileinfo_arginfo.h82 static void register_fileinfo_symbols(int module_number) in register_fileinfo_symbols()
/php-src/ext/intl/collator/
H A Dcollator_arginfo.h91 static void register_collator_symbols(int module_number) in register_collator_symbols()

Completed in 185 milliseconds

123