Home
last modified time | relevance | path

Searched refs:TSRMLS_D (Results 51 – 75 of 220) sorted by path

123456789

/PHP-5.5/Zend/
H A Dzend_signal.c134 ZEND_API void zend_signal_handler_unblock(TSRMLS_D) in zend_signal_handler_unblock() argument
280 void zend_signal_activate(TSRMLS_D) in zend_signal_activate() argument
296 void zend_signal_deactivate(TSRMLS_D) in zend_signal_deactivate() argument
395 void zend_signal_shutdown(TSRMLS_D) in zend_signal_shutdown() argument
H A Dzend_signal.h87 void zend_signal_activate(TSRMLS_D);
88 void zend_signal_deactivate(TSRMLS_D);
90 void zend_signal_shutdown(TSRMLS_D);
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
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 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);
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Dbcmath.h102 _PROTOTYPE(void bc_init_numbers, (TSRMLS_D));
H A Dinit.c104 bc_init_numbers (TSRMLS_D) in bc_init_numbers() argument
/PHP-5.5/ext/com_dotnet/
H A Dcom_dotnet.c323 void php_com_dotnet_mshutdown(TSRMLS_D) in php_com_dotnet_mshutdown() argument
339 void php_com_dotnet_rshutdown(TSRMLS_D) in php_com_dotnet_rshutdown() argument
H A Dphp_com_dotnet_internal.h157 void php_com_dotnet_rshutdown(TSRMLS_D);
158 void php_com_dotnet_mshutdown(TSRMLS_D);
/PHP-5.5/ext/curl/
H A Dcurl_file.c167 void curlfile_register_class(TSRMLS_D) in curlfile_register_class() argument
H A Dphp_curl.h203 void curlfile_register_class(TSRMLS_D);
/PHP-5.5/ext/date/
H A Dphp_date.c537 static void date_register_classes(TSRMLS_D);
987 PHPAPI timelib_tzinfo *get_timezone_info(TSRMLS_D) in get_timezone_info() argument
2014 static void date_register_classes(TSRMLS_D) in date_register_classes() argument
H A Dphp_date.h192 PHPAPI timelib_tzinfo *get_timezone_info(TSRMLS_D);
/PHP-5.5/ext/dom/
H A Dphp_dom.c629 static zend_object_handlers* dom_get_obj_handlers(TSRMLS_D) { in dom_get_obj_handlers() 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/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/interbase/
H A Dinterbase.c505 void _php_ibase_error(TSRMLS_D) /* {{{ */ in _php_ibase_error() argument
H A Dphp_ibase_includes.h152 void _php_ibase_error(TSRMLS_D);
/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
H A Dbreakiterator_class.h64 void breakiterator_register_BreakIterator_class(TSRMLS_D);
H A Dbreakiterator_iterators.cpp319 U_CFUNC void breakiterator_register_IntlPartsIterator_class(TSRMLS_D) in breakiterator_register_IntlPartsIterator_class() argument
H A Dbreakiterator_iterators.h40 U_CFUNC void breakiterator_register_IntlPartsIterator_class(TSRMLS_D);
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp471 void calendar_register_IntlCalendar_class(TSRMLS_D) in calendar_register_IntlCalendar_class() argument
H A Dcalendar_class.h63 void calendar_register_IntlCalendar_class(TSRMLS_D);
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c138 void collator_register_Collator_class( TSRMLS_D ) in collator_register_Collator_class() argument
H A Dcollator_class.h45 void collator_register_Collator_class( TSRMLS_D );

Completed in 101 milliseconds

123456789