Home
last modified time | relevance | path

Searched defs:module_number (Results 1 – 25 of 73) sorted by path

123

/php-src/Zend/
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_builtin_functions.c1553 int module_number; in ZEND_FUNCTION() local
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()
H A Dzend_constants_arginfo.h4 static void register_zend_constants_symbols(int module_number) in register_zend_constants_symbols()
H A Dzend_ini.c45 int module_number = *(int *)arg; in zend_remove_ini_entries() local
204 …t zend_register_ini_entries_ex(const zend_ini_entry_def *ini_entry, int module_number, int module_… in zend_register_ini_entries_ex()
267 …_result zend_register_ini_entries(const zend_ini_entry_def *ini_entry, int module_number) /* {{{ */ in zend_register_ini_entries()
282 ZEND_API void zend_unregister_ini_entries_ex(int module_number, int module_type) /* {{{ */ in zend_unregister_ini_entries_ex()
296 ZEND_API void zend_unregister_ini_entries(int module_number) /* {{{ */ in zend_unregister_ini_entries()
H A Dzend_ini.h55 int module_number; member
H A Dzend_list.c249 int module_number = *(int *)arg; in zend_clean_module_rsrc_dtors_cb() local
259 void zend_clean_module_rsrc_dtors(int module_number) in zend_clean_module_rsrc_dtors()
265 …destructors_ex(rsrc_dtor_func_t ld, rsrc_dtor_func_t pld, const char *type_name, int module_number) in zend_register_list_destructors_ex()
H A Dzend_list.h37 int module_number; member
H A Dzend_modules.h98 int module_number; member
/php-src/ext/calendar/
H A Dcalendar_arginfo.h118 static void register_calendar_symbols(int module_number) in register_calendar_symbols()
/php-src/ext/com_dotnet/
H A Dcom_extension_arginfo.h233 static void register_com_extension_symbols(int module_number) in register_com_extension_symbols()
/php-src/ext/curl/
H A Dcurl_arginfo.h228 static void register_curl_symbols(int module_number) in register_curl_symbols()
/php-src/ext/date/
H A Dphp_date_arginfo.h819 static void register_php_date_symbols(int module_number) in register_php_date_symbols()
/php-src/ext/dba/
H A Ddba_arginfo.h98 static void register_dba_symbols(int module_number) in register_dba_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/ext/enchant/
H A Denchant_arginfo.h157 static void register_enchant_symbols(int module_number) in register_enchant_symbols()
/php-src/ext/exif/
H A Dexif_arginfo.h39 static void register_exif_symbols(int module_number) in register_exif_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/filter/
H A Dfilter_arginfo.h60 static void register_filter_symbols(int module_number) in register_filter_symbols()
/php-src/ext/ftp/
H A Dftp_arginfo.h280 static void register_ftp_symbols(int module_number) in register_ftp_symbols()
/php-src/ext/gd/
H A Dgd_arginfo.h873 static void register_gd_symbols(int module_number) in register_gd_symbols()
/php-src/ext/gmp/
H A Dgmp_arginfo.h315 static void register_gmp_symbols(int module_number) in register_gmp_symbols()
/php-src/ext/hash/
H A Dhash_arginfo.h211 static void register_hash_symbols(int module_number) in register_hash_symbols()
/php-src/ext/iconv/
H A Diconv_arginfo.h87 static void register_iconv_symbols(int module_number) in register_iconv_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 97 milliseconds

123