Home
last modified time | relevance | path

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

12345678910

/PHP-5.6/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.6/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);
/PHP-5.6/main/
H A DSAPI.h153 SAPI_API void sapi_activate(TSRMLS_D);
154 SAPI_API void sapi_deactivate(TSRMLS_D);
202 SAPI_API int sapi_flush(TSRMLS_D);
227 int (*activate)(TSRMLS_D);
228 int (*deactivate)(TSRMLS_D);
232 struct stat *(*get_stat)(TSRMLS_D);
242 char *(*read_cookies)(TSRMLS_D);
246 double (*get_request_time)(TSRMLS_D);
247 void (*terminate_process)(TSRMLS_D);
263 int (*force_http_10)(TSRMLS_D);
[all …]
H A Dphp_output.h202 PHPAPI int php_output_activate(TSRMLS_D);
204 PHPAPI void php_output_deactivate(TSRMLS_D);
207 PHPAPI int php_output_get_status(TSRMLS_D);
215 PHPAPI int php_output_flush(TSRMLS_D);
216 PHPAPI void php_output_flush_all(TSRMLS_D);
217 PHPAPI int php_output_clean(TSRMLS_D);
218 PHPAPI void php_output_clean_all(TSRMLS_D);
219 PHPAPI int php_output_end(TSRMLS_D);
220 PHPAPI void php_output_end_all(TSRMLS_D);
221 PHPAPI int php_output_discard(TSRMLS_D);
[all …]
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_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);
44 PHPAPI int php_handle_special_queries(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_content_types.h28 int php_startup_sapi_content_types(TSRMLS_D);
29 int php_setup_sapi_content_types(TSRMLS_D);
H A Dphp_content_types.c36 static zend_bool populate_raw_post_data(TSRMLS_D) in populate_raw_post_data() argument
90 int php_startup_sapi_content_types(TSRMLS_D) in php_startup_sapi_content_types() argument
101 int php_setup_sapi_content_types(TSRMLS_D) in php_setup_sapi_content_types() argument
H A Drfc1867.h70 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 Dphp_variables.h37 void php_startup_auto_globals(TSRMLS_D);
44 PHPAPI int php_hash_environment(TSRMLS_D);
/PHP-5.6/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.h31 int zend_ini_scanner_get_lineno(TSRMLS_D);
32 char *zend_ini_scanner_get_filename(TSRMLS_D);
36 void shutdown_ini_scanner(TSRMLS_D);
H A Dzend_float.c25 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 Dzend_string.h28 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 Dzend_compile.h435 void init_compiler(TSRMLS_D);
436 void shutdown_compiler(TSRMLS_D);
444 void startup_scanner(TSRMLS_D);
445 void shutdown_scanner(TSRMLS_D);
461 int zend_get_zendleng(TSRMLS_D);
496 void zend_do_if_end(TSRMLS_D);
559 void zend_do_early_binding(TSRMLS_D);
602 void zend_do_list_init(TSRMLS_D);
606 void zend_do_new_list_end(TSRMLS_D);
625 void zend_do_declare_begin(TSRMLS_D);
[all …]
H A Dzend_string.c33 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
73 void zend_interned_strings_dtor(TSRMLS_D) in zend_interned_strings_dtor() argument
182 static void zend_interned_strings_snapshot_int(TSRMLS_D) in zend_interned_strings_snapshot_int() argument
187 static void zend_interned_strings_restore_int(TSRMLS_D) in zend_interned_strings_restore_int() argument
H A Dzend_execute.h56 void init_executor(TSRMLS_D);
57 void shutdown_executor(TSRMLS_D);
58 void shutdown_destructors(TSRMLS_D);
195 static zend_always_inline void zend_vm_stack_init(TSRMLS_D) in zend_vm_stack_init() argument
228 static zend_always_inline void *zend_vm_stack_pop(TSRMLS_D) in zend_vm_stack_pop() argument
348 void execute_new_code(TSRMLS_D);
353 ZEND_API const char *get_active_function_name(TSRMLS_D);
354 ZEND_API const char *zend_get_executed_filename(TSRMLS_D);
355 ZEND_API uint zend_get_executed_lineno(TSRMLS_D);
356 ZEND_API zend_bool zend_is_executing(TSRMLS_D);
[all …]
H A Dzend_multibyte.h35 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.6/ext/standard/
H A Dpageinfo.h30 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 Dpageinfo.c60 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 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
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_reverse_api.h31 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 Dmysqlnd_reverse_api.c34 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
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_watch.h81 void phpdbg_setup_watchpoints(TSRMLS_D);
95 int phpdbg_print_changed_zvals(TSRMLS_D);
97 void phpdbg_list_watchpoints(TSRMLS_D);

Completed in 63 milliseconds

12345678910