Home
last modified time | relevance | path

Searched refs:TSRMLS_D (Results 176 – 200 of 220) sorted by relevance

123456789

/PHP-5.5/Zend/
H A Dzend_API.h271 ZEND_API int zend_startup_modules(TSRMLS_D);
272 ZEND_API void zend_collect_module_handlers(TSRMLS_D);
291 ZEND_API void zend_wrong_param_count(TSRMLS_D);
522 ZEND_API void zend_rebuild_symbol_table(TSRMLS_D);
H A Dzend_closures.c415 void zend_register_closure_ce(TSRMLS_D) /* {{{ */ in zend_register_closure_ce() argument
H A Dzend_interfaces.c552 ZEND_API void zend_register_interfaces(TSRMLS_D) in zend_register_interfaces() argument
H A Dzend_API.c192 ZEND_API void zend_wrong_param_count(TSRMLS_D) /* {{{ */ in zend_wrong_param_count() argument
1805 ZEND_API void zend_collect_module_handlers(TSRMLS_D) /* {{{ */ in zend_collect_module_handlers() argument
1883 ZEND_API int zend_startup_modules(TSRMLS_D) /* {{{ */ in zend_startup_modules() argument
2391 void zend_activate_modules(TSRMLS_D) /* {{{ */ in zend_activate_modules() argument
2420 void zend_deactivate_modules(TSRMLS_D) /* {{{ */ in zend_deactivate_modules() argument
2441 ZEND_API void zend_cleanup_internal_classes(TSRMLS_D) /* {{{ */ in zend_cleanup_internal_classes() argument
2467 void zend_post_deactivate_modules(TSRMLS_D) /* {{{ */ in zend_post_deactivate_modules() argument
H A Dzend_generators.c732 void zend_register_generator_ce(TSRMLS_D) /* {{{ */ in zend_register_generator_ce() argument
H A Dzend_ini_scanner.c155 static void yy_pop_state(TSRMLS_D) in yy_pop_state() argument
201 void shutdown_ini_scanner(TSRMLS_D) in shutdown_ini_scanner() argument
212 int zend_ini_scanner_get_lineno(TSRMLS_D) in zend_ini_scanner_get_lineno() argument
220 char *zend_ini_scanner_get_filename(TSRMLS_D) in zend_ini_scanner_get_filename() argument
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c422 void resourcebundle_register_class( TSRMLS_D ) in resourcebundle_register_class() argument
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp334 U_CFUNC void breakiterator_register_BreakIterator_class(TSRMLS_D) in breakiterator_register_BreakIterator_class() argument
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.c31 #define MYSQLND_ZTS(self) TSRMLS_D = (self)->TSRMLS_C
802 mysqlnd_debug_trace_plugin_register(TSRMLS_D) in mysqlnd_debug_trace_plugin_register() argument
H A Dmysqlnd_auth.c652 mysqlnd_register_builtin_authentication_plugins(TSRMLS_D) in mysqlnd_register_builtin_authentication_plugins() argument
H A Dmysqlnd_charset.c848 mysqlnd_charsets_plugin_register(TSRMLS_D) in mysqlnd_charsets_plugin_register() argument
/PHP-5.5/main/
H A Dphp_ini.c383 int php_init_config(TSRMLS_D) in php_init_config() argument
742 void php_ini_register_extensions(TSRMLS_D) in php_ini_register_extensions() argument
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c592 CWD_API void realpath_cache_clean(TSRMLS_D) /* {{{ */ in realpath_cache_clean() argument
731 CWD_API int realpath_cache_size(TSRMLS_D) in realpath_cache_size() argument
736 CWD_API int realpath_cache_max_buckets(TSRMLS_D) in realpath_cache_max_buckets() argument
741 CWD_API realpath_cache_bucket** realpath_cache_get_buckets(TSRMLS_D) in realpath_cache_get_buckets() argument
/PHP-5.5/sapi/continuity/
H A Dcapi.c224 static char *sapi_capi_read_cookies(TSRMLS_D) in sapi_capi_read_cookies() argument
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c245 static char *sapi_pi3web_read_cookies(TSRMLS_D) in sapi_pi3web_read_cookies() argument
/PHP-5.5/ext/filter/
H A Dfilter.c81 static unsigned int php_sapi_filter_init(TSRMLS_D);
350 static unsigned int php_sapi_filter_init(TSRMLS_D) in php_sapi_filter_init() argument
/PHP-5.5/main/streams/
H A Dstreams.c58 PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(TSRMLS_D) in _php_stream_get_url_stream_wrappers_hash() argument
1629 void php_shutdown_stream_hashes(TSRMLS_D) in php_shutdown_stream_hashes() argument
1721 static void clone_wrapper_hash(TSRMLS_D) in clone_wrapper_hash() argument
2201 PHPAPI php_stream_context *php_stream_context_alloc(TSRMLS_D) argument
H A Dfilter.c41 PHPAPI HashTable *_php_get_stream_filters_hash(TSRMLS_D) in _php_get_stream_filters_hash() argument
/PHP-5.5/ext/standard/
H A Dinfo.c277 void php_info_print_style(TSRMLS_D) in php_info_print_style() argument
875 PHPAPI void php_print_info_htmlhead(TSRMLS_D) in php_print_info_htmlhead() argument
/PHP-5.5/ext/iconv/
H A Diconv.c209 static php_iconv_err_t php_iconv_stream_filter_register_factory(TSRMLS_D);
210 static php_iconv_err_t php_iconv_stream_filter_unregister_factory(TSRMLS_D);
2868 static php_iconv_err_t php_iconv_stream_filter_register_factory(TSRMLS_D) in php_iconv_stream_filter_register_factory() argument
2884 static php_iconv_err_t php_iconv_stream_filter_unregister_factory(TSRMLS_D) in php_iconv_stream_filter_unregister_factory() argument
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp493 U_CFUNC void timezone_register_IntlTimeZone_class(TSRMLS_D) in timezone_register_IntlTimeZone_class() argument
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp471 void calendar_register_IntlCalendar_class(TSRMLS_D) in calendar_register_IntlCalendar_class() 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/intl/converter/
H A Dconverter.c229 TSRMLS_D = objval->tsrm_ls; in php_converter_to_u_callback()
320 TSRMLS_D = objval->tsrm_ls; in php_converter_from_u_callback()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c881 static char* sapi_milter_read_cookies(TSRMLS_D) in sapi_milter_read_cookies() argument

Completed in 132 milliseconds

123456789