/PHP-5.5/ext/phar/ |
H A D | func_interceptors.h | 23 void phar_intercept_functions(TSRMLS_D); 24 void phar_release_functions(TSRMLS_D); 25 void phar_intercept_functions_init(TSRMLS_D); 26 void phar_intercept_functions_shutdown(TSRMLS_D); 27 void phar_save_orig_functions(TSRMLS_D); 28 void phar_restore_orig_functions(TSRMLS_D);
|
/PHP-5.5/main/ |
H A D | SAPI.h | 150 SAPI_API void sapi_activate(TSRMLS_D); 151 SAPI_API void sapi_deactivate(TSRMLS_D); 199 SAPI_API int sapi_flush(TSRMLS_D); 224 int (*activate)(TSRMLS_D); 225 int (*deactivate)(TSRMLS_D); 229 struct stat *(*get_stat)(TSRMLS_D); 239 char *(*read_cookies)(TSRMLS_D); 243 double (*get_request_time)(TSRMLS_D); 244 void (*terminate_process)(TSRMLS_D); 260 int (*force_http_10)(TSRMLS_D); [all …]
|
H A D | php_output.h | 200 PHPAPI int php_output_activate(TSRMLS_D); 202 PHPAPI void php_output_deactivate(TSRMLS_D); 205 PHPAPI int php_output_get_status(TSRMLS_D); 213 PHPAPI int php_output_flush(TSRMLS_D); 214 PHPAPI void php_output_flush_all(TSRMLS_D); 215 PHPAPI int php_output_clean(TSRMLS_D); 216 PHPAPI void php_output_clean_all(TSRMLS_D); 217 PHPAPI int php_output_end(TSRMLS_D); 218 PHPAPI void php_output_end_all(TSRMLS_D); 219 PHPAPI int php_output_discard(TSRMLS_D); [all …]
|
H A D | php_main.h | 30 PHPAPI int php_request_startup(TSRMLS_D); 34 PHPAPI void php_module_shutdown(TSRMLS_D); 37 PHPAPI int php_request_startup_for_hook(TSRMLS_D); 44 PHPAPI int php_handle_special_queries(TSRMLS_D); 53 extern void php_call_shutdown_functions(TSRMLS_D); 54 extern void php_free_shutdown_functions(TSRMLS_D);
|
H A D | php_ticks.h | 24 int php_startup_ticks(TSRMLS_D); 25 void php_deactivate_ticks(TSRMLS_D); 26 void php_shutdown_ticks(TSRMLS_D);
|
H A D | php_ticks.c | 24 int php_startup_ticks(TSRMLS_D) in php_startup_ticks() argument 30 void php_deactivate_ticks(TSRMLS_D) in php_deactivate_ticks() argument 35 void php_shutdown_ticks(TSRMLS_D) in php_shutdown_ticks() argument
|
H A D | php_content_types.h | 28 int php_startup_sapi_content_types(TSRMLS_D); 29 int php_setup_sapi_content_types(TSRMLS_D);
|
H A D | rfc1867.h | 70 typedef int (*php_rfc1867_encoding_translation_t)(TSRMLS_D); 79 void destroy_uploaded_files_hash(TSRMLS_D); 80 void php_rfc1867_register_constants(TSRMLS_D);
|
H A D | php_variables.h | 37 void php_startup_auto_globals(TSRMLS_D); 44 PHPAPI int php_hash_environment(TSRMLS_D);
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_php.h | 37 char *fpm_php_script_filename(TSRMLS_D); 38 char *fpm_php_request_uri(TSRMLS_D); 39 char *fpm_php_request_method(TSRMLS_D); 40 char *fpm_php_query_string(TSRMLS_D); 41 char *fpm_php_auth_user(TSRMLS_D); 42 size_t fpm_php_content_length(TSRMLS_D);
|
H A D | fpm_php.c | 160 char *fpm_php_script_filename(TSRMLS_D) /* {{{ */ in fpm_php_script_filename() argument 166 char *fpm_php_request_uri(TSRMLS_D) /* {{{ */ in fpm_php_request_uri() argument 172 char *fpm_php_request_method(TSRMLS_D) /* {{{ */ in fpm_php_request_method() argument 178 char *fpm_php_query_string(TSRMLS_D) /* {{{ */ in fpm_php_query_string() argument 184 char *fpm_php_auth_user(TSRMLS_D) /* {{{ */ in fpm_php_auth_user() argument 190 size_t fpm_php_content_length(TSRMLS_D) /* {{{ */ in fpm_php_content_length() argument
|
/PHP-5.5/Zend/ |
H A D | zend_exceptions.h | 30 ZEND_API void zend_exception_save(TSRMLS_D); 31 ZEND_API void zend_exception_restore(TSRMLS_D); 35 void zend_register_default_exception(TSRMLS_D); 37 ZEND_API zend_class_entry *zend_exception_get_default(TSRMLS_D); 38 ZEND_API zend_class_entry *zend_get_error_exception(TSRMLS_D); 39 ZEND_API void zend_register_default_classes(TSRMLS_D); 46 ZEND_API void zend_clear_exception(TSRMLS_D);
|
H A D | zend_string.h | 28 ZEND_API extern void (*zend_interned_strings_snapshot)(TSRMLS_D); 29 ZEND_API extern void (*zend_interned_strings_restore)(TSRMLS_D); 31 void zend_interned_strings_init(TSRMLS_D); 32 void zend_interned_strings_dtor(TSRMLS_D);
|
H A D | zend_ini_scanner.h | 30 int zend_ini_scanner_get_lineno(TSRMLS_D); 31 char *zend_ini_scanner_get_filename(TSRMLS_D); 35 void shutdown_ini_scanner(TSRMLS_D);
|
H A D | zend_float.c | 25 ZEND_API void zend_init_fpu(TSRMLS_D) /* {{{ */ in zend_init_fpu() argument 41 ZEND_API void zend_shutdown_fpu(TSRMLS_D) /* {{{ */ in zend_shutdown_fpu() argument 52 ZEND_API void zend_ensure_fpu_mode(TSRMLS_D) /* {{{ */ in zend_ensure_fpu_mode() argument
|
H A D | zend_execute.h | 56 void init_executor(TSRMLS_D); 57 void shutdown_executor(TSRMLS_D); 58 void shutdown_destructors(TSRMLS_D); 185 static zend_always_inline void zend_vm_stack_init(TSRMLS_D) in zend_vm_stack_init() argument 218 static zend_always_inline void *zend_vm_stack_pop(TSRMLS_D) in zend_vm_stack_pop() argument 338 void execute_new_code(TSRMLS_D); 343 ZEND_API const char *get_active_function_name(TSRMLS_D); 344 ZEND_API const char *zend_get_executed_filename(TSRMLS_D); 345 ZEND_API uint zend_get_executed_lineno(TSRMLS_D); 346 ZEND_API zend_bool zend_is_executing(TSRMLS_D); [all …]
|
H A D | zend_compile.h | 422 void init_compiler(TSRMLS_D); 423 void shutdown_compiler(TSRMLS_D); 431 void startup_scanner(TSRMLS_D); 432 void shutdown_scanner(TSRMLS_D); 446 int zend_get_zendleng(TSRMLS_D); 481 void zend_do_if_end(TSRMLS_D); 544 void zend_do_early_binding(TSRMLS_D); 586 void zend_do_list_init(TSRMLS_D); 590 void zend_do_new_list_end(TSRMLS_D); 609 void zend_do_declare_begin(TSRMLS_D); [all …]
|
H A D | zend_string.c | 33 ZEND_API void (*zend_interned_strings_snapshot)(TSRMLS_D); 34 ZEND_API void (*zend_interned_strings_restore)(TSRMLS_D); 37 static void zend_interned_strings_snapshot_int(TSRMLS_D); 38 static void zend_interned_strings_restore_int(TSRMLS_D); 40 void zend_interned_strings_init(TSRMLS_D) in zend_interned_strings_init() argument 71 void zend_interned_strings_dtor(TSRMLS_D) in zend_interned_strings_dtor() argument 180 static void zend_interned_strings_snapshot_int(TSRMLS_D) in zend_interned_strings_snapshot_int() argument 185 static void zend_interned_strings_restore_int(TSRMLS_D) in zend_interned_strings_restore_int() argument
|
H A D | zend_multibyte.h | 35 typedef const zend_encoding *(*zend_encoding_internal_encoding_getter)(TSRMLS_D); 63 ZEND_API const zend_multibyte_functions *zend_multibyte_get_functions(TSRMLS_D); 72 ZEND_API const zend_encoding *zend_multibyte_get_internal_encoding(TSRMLS_D); 73 ZEND_API const zend_encoding *zend_multibyte_get_script_encoding(TSRMLS_D);
|
/PHP-5.5/ext/standard/ |
H A D | pageinfo.h | 30 PHPAPI void php_statpage(TSRMLS_D); 31 PHPAPI long php_getlastmod(TSRMLS_D); 32 extern long php_getuid(TSRMLS_D); 33 extern long php_getgid(TSRMLS_D);
|
H A D | pageinfo.c | 60 PHPAPI void php_statpage(TSRMLS_D) in php_statpage() argument 82 long php_getuid(TSRMLS_D) in php_getuid() argument 89 long php_getgid(TSRMLS_D) in php_getgid() argument 169 PHPAPI long php_getlastmod(TSRMLS_D) in php_getlastmod() argument
|
H A D | lcg.c | 53 static void lcg_seed(TSRMLS_D); 55 PHPAPI double php_combined_lcg(TSRMLS_D) /* {{{ */ in php_combined_lcg() argument 76 static void lcg_seed(TSRMLS_D) /* {{{ */ in lcg_seed() argument
|
H A D | php_rand.h | 57 PHPAPI long php_rand(TSRMLS_D); 59 PHPAPI php_uint32 php_mt_rand(TSRMLS_D);
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_reverse_api.h | 31 PHPAPI void mysqlnd_reverse_api_init(TSRMLS_D); 32 PHPAPI void mysqlnd_reverse_api_end(TSRMLS_D); 34 PHPAPI HashTable * mysqlnd_reverse_api_get_api_list(TSRMLS_D);
|
H A D | mysqlnd_reverse_api.c | 34 mysqlnd_reverse_api_init(TSRMLS_D) in mysqlnd_reverse_api_init() argument 43 mysqlnd_reverse_api_end(TSRMLS_D) in mysqlnd_reverse_api_end() argument 52 mysqlnd_reverse_api_get_api_list(TSRMLS_D) in mysqlnd_reverse_api_get_api_list() argument
|