Home
last modified time | relevance | path

Searched refs:TSRMLS_D (Results 126 – 150 of 220) sorted by path

123456789

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c86 static int validate_api_restriction(TSRMLS_D) in validate_api_restriction() argument
389 void zend_accel_override_file_functions(TSRMLS_D) in zend_accel_override_file_functions() argument
496 static zval* accelerator_get_scripts(TSRMLS_D) in accelerator_get_scripts() argument
H A Dzend_accelerator_module.h26 void zend_accel_override_file_functions(TSRMLS_D);
H A Dzend_accelerator_util_funcs.c211 void zend_accel_copy_internal_functions(TSRMLS_D) in zend_accel_copy_internal_functions() argument
H A Dzend_accelerator_util_funcs.h28 void zend_accel_copy_internal_functions(TSRMLS_D);
H A Dzend_shared_alloc.c356 void zend_shared_alloc_safe_unlock(TSRMLS_D) in zend_shared_alloc_safe_unlock() argument
369 void zend_shared_alloc_lock(TSRMLS_D) in zend_shared_alloc_lock() argument
408 void zend_shared_alloc_unlock(TSRMLS_D) in zend_shared_alloc_unlock() argument
H A Dzend_shared_alloc.h146 void zend_shared_alloc_lock(TSRMLS_D);
147 void zend_shared_alloc_unlock(TSRMLS_D); /* returns the allocated size during lock..unlock */
148 void zend_shared_alloc_safe_unlock(TSRMLS_D);
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1406 void pdo_dbh_init(TSRMLS_D) in pdo_dbh_init() argument
H A Dpdo_stmt.c2335 void pdo_stmt_init(TSRMLS_D) in pdo_stmt_init() argument
H A Dphp_pdo_int.h31 void pdo_dbh_init(TSRMLS_D);
32 void pdo_stmt_init(TSRMLS_D);
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c1038 void phar_intercept_functions(TSRMLS_D) in PharFileFunction()
1049 void phar_release_functions(TSRMLS_D) in phar_release_functions() argument
1063 void phar_intercept_functions_init(TSRMLS_D) in phar_intercept_functions_init() argument
1100 void phar_intercept_functions_shutdown(TSRMLS_D) in phar_intercept_functions_shutdown() argument
1154 void phar_save_orig_functions(TSRMLS_D) /* {{{ */ in phar_save_orig_functions() argument
1181 void phar_restore_orig_functions(TSRMLS_D) /* {{{ */ in phar_restore_orig_functions() argument
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);
H A Dphar.c100 static void phar_split_cache_list(TSRMLS_D) /* {{{ */ in phar_split_cache_list() argument
3517 void phar_request_initialize(TSRMLS_D) /* {{{ */ argument
H A Dphar_internal.h578 void phar_request_initialize(TSRMLS_D);
580 void phar_object_init(TSRMLS_D);
H A Dphar_object.c5398 void phar_object_init(TSRMLS_D) /* {{{ */ in phar_object_init() argument
/PHP-5.5/ext/readline/
H A Dreadline_cli.c586 static int readline_shell_run(TSRMLS_D) /* {{{ */ in readline_shell_run() argument
/PHP-5.5/ext/session/
H A Dphp_session.h233 PHPAPI void php_session_start(TSRMLS_D);
239 PHPAPI void php_session_reset_id(TSRMLS_D);
H A Dsession.c89 static void php_session_send_cookie(TSRMLS_D);
123 static int php_session_destroy(TSRMLS_D) /* {{{ */ in php_session_destroy() argument
182 static void php_session_track_init(TSRMLS_D) /* {{{ */ in php_session_track_init() argument
471 static void php_session_initialize(TSRMLS_D) /* {{{ */ in php_session_initialize() argument
1134 void (*func)(TSRMLS_D);
1175 static inline void last_modified(TSRMLS_D) /* {{{ */
1299 static void php_session_remove_cookie(TSRMLS_D) {
1337 static void php_session_send_cookie(TSRMLS_D) /* {{{ */
1452 PHPAPI void php_session_reset_id(TSRMLS_D) /* {{{ */
1488 PHPAPI void php_session_start(TSRMLS_D) /* {{{ */
[all …]
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5094 void php_call_shutdown_functions(TSRMLS_D) /* {{{ */ argument
5106 void php_free_shutdown_functions(TSRMLS_D) /* {{{ */ argument
H A Dcss.c24 PHPAPI void php_info_print_css(TSRMLS_D) /* {{{ */ in php_info_print_css() argument
H A Dcss.h24 PHPAPI void php_info_print_css(TSRMLS_D);
H A Dfile.c141 PHPAPI int php_le_stream_context(TSRMLS_D) in php_le_stream_context() argument
H A Dfile.h75 PHPAPI int php_le_stream_context(TSRMLS_D);
H A Dhead.c66 PHPAPI int php_header(TSRMLS_D) in php_header() argument
H A Dhead.h33 PHPAPI int php_header(TSRMLS_D);
H A Dincomplete_class.c117 PHPAPI zend_class_entry *php_create_incomplete_class(TSRMLS_D) in php_create_incomplete_class() argument

Completed in 96 milliseconds

123456789