Home
last modified time | relevance | path

Searched refs:TSRMLS_D (Results 1 – 25 of 171) sorted by relevance

1234567

/PHP-5.3/ext/phar/
H A Dfunc_interceptors.h23 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.3/main/
H A DSAPI.h147 SAPI_API void sapi_activate(TSRMLS_D);
148 SAPI_API void sapi_deactivate(TSRMLS_D);
196 SAPI_API int sapi_flush(TSRMLS_D);
221 int (*activate)(TSRMLS_D);
222 int (*deactivate)(TSRMLS_D);
226 struct stat *(*get_stat)(TSRMLS_D);
236 char *(*read_cookies)(TSRMLS_D);
240 time_t (*get_request_time)(TSRMLS_D);
241 void (*terminate_process)(TSRMLS_D);
256 int (*force_http_10)(TSRMLS_D);
[all …]
H A Dphp_main.h30 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);
43 PHPAPI int php_handle_special_queries(TSRMLS_D);
52 extern void php_call_shutdown_functions(TSRMLS_D);
53 extern void php_free_shutdown_functions(TSRMLS_D);
H A Dphp_ticks.h24 int php_startup_ticks(TSRMLS_D);
25 void php_deactivate_ticks(TSRMLS_D);
26 void php_shutdown_ticks(TSRMLS_D);
H A Dphp_ticks.c24 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 Dphp_output.h28 PHPAPI void php_output_activate(TSRMLS_D);
30 PHPAPI void php_output_register_constants(TSRMLS_D);
42 PHPAPI void php_start_implicit_flush(TSRMLS_D);
43 PHPAPI void php_end_implicit_flush(TSRMLS_D);
44 PHPAPI char *php_get_output_start_filename(TSRMLS_D);
45 PHPAPI int php_get_output_start_lineno(TSRMLS_D);
H A Dphp_content_types.h28 int php_startup_sapi_content_types(TSRMLS_D);
29 int php_setup_sapi_content_types(TSRMLS_D);
H A Dphp_variables.h37 void php_startup_auto_globals(TSRMLS_D);
44 int php_hash_environment(TSRMLS_D);
H A Drfc1867.h72 void destroy_uploaded_files_hash(TSRMLS_D);
73 void php_rfc1867_register_constants(TSRMLS_D);
H A Dphp_content_types.c74 int php_startup_sapi_content_types(TSRMLS_D) in php_startup_sapi_content_types() argument
85 int php_setup_sapi_content_types(TSRMLS_D) in php_setup_sapi_content_types() argument
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_php.h37 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 Dfpm_php.c160 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.3/Zend/
H A Dzend_exceptions.h30 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 Dzend_ini_scanner.h30 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 Dzend_float.c25 ZEND_API void zend_init_fpu(TSRMLS_D) /* {{{ */ in zend_init_fpu() argument
44 ZEND_API void zend_shutdown_fpu(TSRMLS_D) /* {{{ */ in zend_shutdown_fpu() argument
58 ZEND_API void zend_ensure_fpu_mode(TSRMLS_D) /* {{{ */ in zend_ensure_fpu_mode() argument
H A Dzend_compile.h346 void init_compiler(TSRMLS_D);
347 void shutdown_compiler(TSRMLS_D);
354 void startup_scanner(TSRMLS_D);
355 void shutdown_scanner(TSRMLS_D);
369 int zend_get_zendleng(TSRMLS_D);
404 void zend_do_if_end(TSRMLS_D);
454 void zend_do_early_binding(TSRMLS_D);
497 void zend_do_list_init(TSRMLS_D);
501 void zend_do_new_list_end(TSRMLS_D);
535 void zend_do_ticks(TSRMLS_D);
[all …]
H A Dzend_execute.h58 void init_executor(TSRMLS_D);
59 void shutdown_executor(TSRMLS_D);
60 void shutdown_destructors(TSRMLS_D);
171 static inline void zend_vm_stack_init(TSRMLS_D) in zend_vm_stack_init() argument
176 static inline void zend_vm_stack_destroy(TSRMLS_D) in zend_vm_stack_destroy() argument
194 static inline void **zend_vm_stack_top(TSRMLS_D) in zend_vm_stack_top() argument
210 static inline void *zend_vm_stack_pop(TSRMLS_D) in zend_vm_stack_pop() argument
355 void execute_new_code(TSRMLS_D);
362 ZEND_API uint zend_get_executed_lineno(TSRMLS_D);
363 ZEND_API zend_bool zend_is_executing(TSRMLS_D);
[all …]
H A Dzend_constants.h59 int zend_startup_constants(TSRMLS_D);
60 int zend_shutdown_constants(TSRMLS_D);
61 void zend_register_standard_constants(TSRMLS_D);
62 void clean_non_persistent_constants(TSRMLS_D);
H A Dzend_gc.h142 ZEND_API int gc_collect_cycles(TSRMLS_D);
146 ZEND_API void gc_globals_ctor(TSRMLS_D);
147 ZEND_API void gc_globals_dtor(TSRMLS_D);
148 ZEND_API void gc_init(TSRMLS_D);
149 ZEND_API void gc_reset(TSRMLS_D);
/PHP-5.3/ext/standard/
H A Dpageinfo.h30 PHPAPI void php_statpage(TSRMLS_D);
31 PHPAPI long php_getlastmod(TSRMLS_D);
H A Dlcg.c53 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 Dphp_rand.h56 PHPAPI long php_rand(TSRMLS_D);
58 PHPAPI php_uint32 php_mt_rand(TSRMLS_D);
H A Dinfo.h72 PHPAPI void php_print_info_htmlhead(TSRMLS_D);
75 PHPAPI void php_info_print_style(TSRMLS_D);
/PHP-5.3/ext/mbstring/
H A Dphp_mbregex.h72 zend_mb_regex_globals *php_mb_regex_globals_alloc(TSRMLS_D);
76 const char *php_mb_regex_get_mbctype(TSRMLS_D);
77 const char *php_mb_regex_get_default_mbctype(TSRMLS_D);
/PHP-5.3/sapi/embed/
H A Dphp_embed.c36 static char* php_embed_read_cookies(TSRMLS_D) in php_embed_read_cookies() argument
41 static int php_embed_deactivate(TSRMLS_D) in php_embed_deactivate() argument
220 EMBED_SAPI_API void php_embed_shutdown(TSRMLS_D) in php_embed_shutdown() argument

Completed in 46 milliseconds

1234567