Home
last modified time | relevance | path

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

123

/php-src/Zend/
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_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()
/php-src/main/streams/
H A Duserspace_arginfo.h4 static void register_userspace_symbols(int module_number) in register_userspace_symbols()
/php-src/ext/standard/
H A Dfile_arginfo.h4 static void register_file_symbols(int module_number) in register_file_symbols()
H A Dpassword_arginfo.h4 static void register_password_symbols(int module_number) in register_password_symbols()
H A Ddir_arginfo.h23 static void register_dir_symbols(int module_number) in register_dir_symbols()
/php-src/ext/tokenizer/
H A Dtokenizer_data_arginfo.h4 static void register_tokenizer_data_symbols(int module_number) in register_tokenizer_data_symbols()
/php-src/ext/sodium/
H A Dsodium_pwhash_arginfo.h4 static void register_sodium_pwhash_symbols(int module_number) in register_sodium_pwhash_symbols()
/php-src/main/
H A Dmain_arginfo.h4 static void register_main_symbols(int module_number) in register_main_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/iconv/
H A Diconv_arginfo.h87 static void register_iconv_symbols(int module_number) in register_iconv_symbols()
/php-src/ext/filter/
H A Dfilter_arginfo.h60 static void register_filter_symbols(int module_number) in register_filter_symbols()
/php-src/sapi/phpdbg/
H A Dphpdbg_arginfo.h73 static void register_phpdbg_symbols(int module_number) in register_phpdbg_symbols()
/php-src/ext/readline/
H A Dreadline_arginfo.h116 static void register_readline_symbols(int module_number) in register_readline_symbols()
/php-src/ext/pcre/
H A Dphp_pcre_arginfo.h105 static void register_php_pcre_symbols(int module_number) in register_php_pcre_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/sysvmsg/
H A Dsysvmsg_arginfo.h69 static void register_sysvmsg_symbols(int module_number) in register_sysvmsg_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/calendar/
H A Dcalendar_arginfo.h118 static void register_calendar_symbols(int module_number) in register_calendar_symbols()
/php-src/ext/intl/common/
H A Dcommon_arginfo.h32 static void register_common_symbols(int module_number) in register_common_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/posix/
H A Dposix_arginfo.h338 static void register_posix_symbols(int module_number) in register_posix_symbols()
/php-src/ext/json/
H A Djson_arginfo.h56 static void register_json_symbols(int module_number) in register_json_symbols()
/php-src/ext/odbc/
H A Dodbc_arginfo.h393 static void register_odbc_symbols(int module_number) in register_odbc_symbols()

Completed in 41 milliseconds

123