Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 176 – 200 of 365) sorted by relevance

12345678910>>...15

/PHP-5.4/ext/bz2/
H A Dbz2_filter.c73 int flags in php_bz2_decompress_filter()
183 static void php_bz2_decompress_dtor(php_stream_filter *thisfilter TSRMLS_DC) in php_bz2_decompress_dtor()
211 int flags in php_bz2_compress_filter()
291 static void php_bz2_compress_dtor(php_stream_filter *thisfilter TSRMLS_DC) in php_bz2_compress_dtor()
312 …filter *php_bz2_filter_create(const char *filtername, zval *filterparams, int persistent TSRMLS_DC) in php_bz2_filter_create()
/PHP-5.4/ext/com_dotnet/
H A Dcom_typeinfo.c38 PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib(char *search_string, int codepage TSRMLS_DC) in php_com_load_typelib()
156 PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage TSRMLS_DC) in php_com_import_typelib()
232 int codepage, int *cached TSRMLS_DC) in php_com_load_typelib_via_cache()
265 …_locate_typeinfo(char *typelibname, php_com_dotnet_object *obj, char *dispname, int sink TSRMLS_DC) in php_com_locate_typeinfo()
421 static char *php_com_string_from_clsid(const CLSID *clsid, int codepage TSRMLS_DC) in php_com_string_from_clsid()
434 …einfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage TSRMLS_DC) in php_com_process_typeinfo()
/PHP-5.4/sapi/litespeed/
H A Dlsapi_main.c129 static int sapi_lsapi_ub_write(const char *str, uint str_length TSRMLS_DC) in sapi_lsapi_ub_write()
187 static char *sapi_lsapi_getenv( char * name, size_t name_len TSRMLS_DC ) in sapi_lsapi_getenv()
234 static void litespeed_php_import_environment_variables(zval *array_ptr TSRMLS_DC) in litespeed_php_import_environment_variables()
307 static void sapi_lsapi_register_variables(zval *track_vars_array TSRMLS_DC) in sapi_lsapi_register_variables()
345 static int sapi_lsapi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_lsapi_read_post()
373 static int sapi_lsapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_lsapi_send_headers()
410 static void sapi_lsapi_log_message(char *message TSRMLS_DC) in sapi_lsapi_log_message()
544 static int lsapi_execute_script( zend_file_handle * file_handle TSRMLS_DC) in lsapi_execute_script()
569 static int lsapi_module_main(int show_source TSRMLS_DC) in lsapi_module_main()
/PHP-5.4/ext/session/
H A Dsession.c138 PHPAPI void php_add_session_var(char *name, size_t namelen TSRMLS_DC) /* {{{ */ in php_add_session_var()
157 …ssion_var(char *name, size_t namelen, zval *state_val, php_unserialize_data_t *var_hash TSRMLS_DC)… in php_set_session_var()
165 PHPAPI int php_get_session_var(char *name, size_t namelen, zval ***state_var TSRMLS_DC) /* {{{ */ in php_get_session_var()
195 static char *php_session_encode(int *newlen TSRMLS_DC) /* {{{ */ in php_session_encode()
213 static int php_session_decode(const char *val, int vallen TSRMLS_DC) /* {{{ */ in php_session_decode()
/PHP-5.4/sapi/nsapi/
H A Dnsapi.c453 static int sapi_nsapi_ub_write(const char *str, unsigned int str_length TSRMLS_DC) in sapi_nsapi_ub_write()
493 static int php_nsapi_remove_header(sapi_header_struct *sapi_header TSRMLS_DC) in php_nsapi_remove_header()
518 …pi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_nsapi_header_handler()
568 static int sapi_nsapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_nsapi_send_headers()
591 static int sapi_nsapi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_nsapi_read_post()
658 static void sapi_nsapi_register_server_variables(zval *track_vars_array TSRMLS_DC) in sapi_nsapi_register_server_variables()
778 static void nsapi_log_message(char *message TSRMLS_DC) in nsapi_log_message()
845 static void nsapi_php_ini_entries(NSLS_D TSRMLS_DC) in nsapi_php_ini_entries()
/PHP-5.4/ext/standard/
H A Dinfo.c110 static void php_info_print_stream_hash(const char *name, HashTable *ht TSRMLS_DC) /* {{{ */ in php_info_print_stream_hash()
155 PHPAPI void php_info_print_module(zend_module_entry *zend_module TSRMLS_DC) /* {{{ */ in php_info_print_module()
183 static int _display_module_info_func(zend_module_entry *module TSRMLS_DC) /* {{{ */ in _display_module_info_func()
192 static int _display_module_info_def(zend_module_entry *module TSRMLS_DC) /* {{{ */ in _display_module_info_def()
203 static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC) in php_print_gpcse_array()
295 PHPAPI char *php_info_html_esc(char *string TSRMLS_DC) in php_info_html_esc()
691 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
703 PHPAPI void php_print_info(int flag TSRMLS_DC) in php_print_info()
H A Durl_scanner_ex.c216 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type TSRMLS_DC) in tag_arg()
339 …ic inline void xx_mainloop(url_adapt_state_ex_t *ctx, const char *newdata, size_t newlen TSRMLS_DC) in xx_mainloop()
895 …_url(const char *url, size_t urllen, const char *name, const char *value, size_t *newlen TSRMLS_DC) in php_url_scanner_adapt_single_url()
918 …c char *url_adapt_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush TSRMLS_DC) in url_adapt_ext()
968 …char *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC) in php_url_scanner_output_handler()
999 …_url_scanner_add_var(char *name, int name_len, char *value, int value_len, int urlencode TSRMLS_DC) in php_url_scanner_add_var()
/PHP-5.4/ext/interbase/
H A Dinterbase.c522 void _php_ibase_module_error(char *msg TSRMLS_DC, ...) /* {{{ */ in _php_ibase_module_error()
582 static void _php_ibase_commit_link(ibase_db_link *link TSRMLS_DC) /* {{{ */ in _php_ibase_commit_link()
630 static void php_ibase_commit_link_rsrc(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in php_ibase_commit_link_rsrc()
638 static void _php_ibase_close_link(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _php_ibase_close_link()
652 static void _php_ibase_close_plink(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _php_ibase_close_plink()
667 static void _php_ibase_free_trans(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _php_ibase_free_trans()
860 int _php_ibase_attach_db(char **args, int *len, long *largs, isc_db_handle *db TSRMLS_DC) in _php_ibase_attach_db()
1273 int _php_ibase_def_trans(ibase_db_link *ib_link, ibase_trans **trans TSRMLS_DC) /* {{{ */ in _php_ibase_def_trans()
/PHP-5.4/ext/phar/
H A Dtar.c124 …t alias_len, int is_data, int options, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */ in phar_open_or_create_tar()
158 static int phar_tar_process_metadata(phar_entry_info *entry, php_stream *fp TSRMLS_DC) /* {{{ */ in phar_tar_process_metadata()
195 …, phar_archive_data** pphar, int is_data, php_uint32 compression, char **error TSRMLS_DC) /* {{{ */ in phar_parse_tarfile()
678 static int phar_tar_writeheaders(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_tar_writeheaders()
827 int phar_tar_setmetadata(zval *metadata, phar_entry_info *entry, char **error TSRMLS_DC) /* {{{ */ in phar_tar_setmetadata()
864 static int phar_tar_setupmetadata(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_tar_setupmetadata()
920 …r_archive_data *phar, char *user_stub, long len, int defaultstub, char **error TSRMLS_DC) /* {{{ */ in phar_tar_flush()
H A Dphar_internal.h362 static inline php_stream *phar_get_entrypfp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypfp()
370 static inline php_stream *phar_get_entrypufp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypufp()
378 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypfp()
388 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypufp()
398 static inline php_stream *phar_get_pharfp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharfp()
406 static inline php_stream *phar_get_pharufp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharufp()
414 static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp TSRMLS_DC) in phar_set_pharfp()
424 static inline void phar_set_pharufp(phar_archive_data *phar, php_stream *fp TSRMLS_DC) in phar_set_pharufp()
448 static inline enum phar_fp_type phar_get_fp_type(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_type()
456 static inline off_t phar_get_fp_offset(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_offset()
[all …]
/PHP-5.4/TSRM/
H A Dtsrm_win32.c43 static void tsrm_win32_ctor(tsrm_win32_globals *globals TSRMLS_DC) in tsrm_win32_ctor()
62 static void tsrm_win32_dtor(tsrm_win32_globals *globals TSRMLS_DC) in tsrm_win32_dtor()
106 char * tsrm_win32_get_path_sid_key(const char *pathname TSRMLS_DC) in tsrm_win32_get_path_sid_key()
193 TSRM_API int tsrm_win32_access(const char *pathname, int mode TSRMLS_DC) in tsrm_win32_access()
384 static process_pair *process_get(FILE *stream TSRMLS_DC) in process_get()
457 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC) in popen_ex()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_bt.c83 static int mysqlnd_build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key… in mysqlnd_build_trace_args()
217 static int mysqlnd_build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash… in mysqlnd_build_trace_string()
298 static int mysqlnd_build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key… in mysqlnd_build_trace_args()
394 static int mysqlnd_build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash… in mysqlnd_build_trace_string()
448 PHPAPI char * mysqlnd_get_backtrace(uint max_levels, size_t * length TSRMLS_DC) in mysqlnd_get_backtrace()
H A Dphp_mysqlnd.c100 mysqlnd_minfo_dump_plugin_stats(void *pDest, void * argument TSRMLS_DC) in mysqlnd_minfo_dump_plugin_stats()
123 mysqlnd_minfo_dump_loaded_plugins(void *pDest, void * buf TSRMLS_DC) in mysqlnd_minfo_dump_loaded_plugins()
139 mysqlnd_minfo_dump_api_plugins(smart_str * buffer TSRMLS_DC) in mysqlnd_minfo_dump_api_plugins()
H A Dmysqlnd_result_meta.c33 php_mysqlnd_free_field_metadata(MYSQLND_FIELD *meta, zend_bool persistent TSRMLS_DC) in php_mysqlnd_free_field_metadata()
471 mysqlnd_result_meta_init(unsigned int field_count, zend_bool persistent TSRMLS_DC) in mysqlnd_result_meta_init()
514 …et_plugin_result_metadata_data(const MYSQLND_RES_METADATA * meta, unsigned int plugin_id TSRMLS_DC) in _mysqlnd_plugin_get_plugin_result_metadata_data()
/PHP-5.4/Zend/
H A Dzend_highlight.c57 ZEND_API void zend_html_puts(const char *s, uint len TSRMLS_DC) in zend_html_puts()
85 ZEND_API void zend_highlight(zend_syntax_highlighter_ini *syntax_highlighter_ini TSRMLS_DC) in zend_highlight()
H A Dzend_operators.h551 static zend_always_inline int fast_add_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) in fast_add_function()
631 static zend_always_inline int fast_sub_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) in fast_sub_function()
714 static zend_always_inline int fast_mul_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) in fast_mul_function()
742 static zend_always_inline int fast_div_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) in fast_div_function()
803 static zend_always_inline int fast_mod_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) in fast_mod_function()
826 static zend_always_inline int fast_equal_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) in fast_equal_function()
845 static zend_always_inline int fast_not_equal_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) in fast_not_equal_function()
864 static zend_always_inline int fast_is_smaller_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) in fast_is_smaller_function()
883 …d_always_inline int fast_is_smaller_or_equal_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) in fast_is_smaller_or_equal_function()
H A Dzend_llist.c188 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func TSRMLS_DC) in zend_llist_apply()
197 ZEND_API void zend_llist_sort(zend_llist *l, llist_compare_func_t comp_func TSRMLS_DC) in zend_llist_sort()
231 …end_llist_apply_with_argument(zend_llist *l, llist_apply_with_arg_func_t func, void *arg TSRMLS_DC) in zend_llist_apply_with_argument()
241 …PI void zend_llist_apply_with_arguments(zend_llist *l, llist_apply_with_args_func_t func TSRMLS_DC in zend_llist_apply_with_arguments()
H A Dzend_ts_hash.c158 ZEND_API void zend_ts_hash_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC) in zend_ts_hash_apply()
165 …ts_hash_apply_with_argument(TsHashTable *ht, apply_func_arg_t apply_func, void *argument TSRMLS_DC) in zend_ts_hash_apply_with_argument()
172 ZEND_API void zend_ts_hash_apply_with_arguments(TsHashTable *ht TSRMLS_DC, apply_func_args_t apply_… in zend_ts_hash_apply_with_arguments()
183 ZEND_API void zend_ts_hash_reverse_apply(TsHashTable *ht, apply_func_t apply_func TSRMLS_DC) in zend_ts_hash_reverse_apply()
301 …h_sort(TsHashTable *ht, sort_func_t sort_func, compare_func_t compare_func, int renumber TSRMLS_DC) in zend_ts_hash_sort()
312 …ash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_bool ordered TSRMLS_DC) in zend_ts_hash_compare()
325 …I int zend_ts_hash_minmax(TsHashTable *ht, compare_func_t compar, int flag, void **pData TSRMLS_DC) in zend_ts_hash_minmax()
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c170 static int pcre_clean_cache(void *data, void *arg TSRMLS_DC) in pcre_clean_cache()
184 static char **make_subpats_table(int num_subpats, pcre_cache_entry *pce TSRMLS_DC) in make_subpats_table()
229 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(char *regex, int regex_len TSRMLS_DC) in pcre_get_compiled_regex_cache()
475 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *preg_options TSRMLS_DC) in pcre_get_compiled_regex()
492 …mpiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *compile_options TSRMLS_DC) in pcre_get_compiled_regex_ex()
560 zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC) in php_pcre_match_impl()
898 int *offsets, int count, char **result TSRMLS_DC) in preg_do_eval()
988 int *result_len, int limit, int *replace_count TSRMLS_DC) in php_pcre_replace()
1004 int is_callable_replace, int *result_len, int limit, int *replace_count TSRMLS_DC) in php_pcre_replace_impl()
1482 long limit_val, long flags TSRMLS_DC) in php_pcre_split_impl()
[all …]
/PHP-5.4/sapi/aolserver/
H A Daolserver.c89 php_ns_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_ns_sapi_ub_write()
114 …s_sapi_header_handler(sapi_header_struct *sapi_header, sapi_headers_struct *sapi_headers TSRMLS_DC) in php_ns_sapi_header_handler()
148 php_ns_sapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_ns_sapi_send_headers()
165 php_ns_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_ns_sapi_read_post()
304 php_ns_sapi_register_variables(zval *track_vars_array TSRMLS_DC) in php_ns_sapi_register_variables()
/PHP-5.4/ext/mcrypt/
H A Dmcrypt_filter.c42 int flags TSRMLS_DC) in php_mcrypt_filter()
127 static void php_mcrypt_filter_dtor(php_stream_filter *thisfilter TSRMLS_DC) in php_mcrypt_filter_dtor()
152 …ter *php_mcrypt_filter_create(const char *filtername, zval *filterparams, int persistent TSRMLS_DC) in php_mcrypt_filter_create()
/PHP-5.4/sapi/roxen/
H A Droxen.c214 php_roxen_low_ub_write(const char *str, uint str_length TSRMLS_DC) { in php_roxen_low_ub_write()
245 php_roxen_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_roxen_sapi_ub_write()
327 sapi_headers_struct *sapi_headers TSRMLS_DC) in php_roxen_sapi_header_handler()
349 php_roxen_low_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_roxen_low_send_headers()
378 php_roxen_sapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_roxen_sapi_send_headers()
417 php_roxen_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_roxen_sapi_read_post()
/PHP-5.4/ext/zip/
H A Dphp_zip.c138 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len TSRMLS_DC) in php_zip_extract_file()
440 static int php_zip_status(struct zip *za TSRMLS_DC) /* {{{ */ in php_zip_status()
449 static int php_zip_status_sys(struct zip *za TSRMLS_DC) /* {{{ */ in php_zip_status_sys()
458 static int php_zip_get_num_files(struct zip *za TSRMLS_DC) /* {{{ */ in php_zip_get_num_files()
464 static char * php_zipobj_get_filename(ze_zip_object *obj TSRMLS_DC) /* {{{ */ in php_zipobj_get_filename()
478 static char * php_zipobj_get_zip_comment(struct zip *za, int *len TSRMLS_DC) /* {{{ */ in php_zipobj_get_zip_comment()
1018 static HashTable *php_zip_get_properties(zval *object TSRMLS_DC)/* {{{ */ in php_zip_get_properties()
1052 static void php_zip_object_free_storage(void *object TSRMLS_DC) /* {{{ */ in php_zip_object_free_storage()
1097 static zend_object_value php_zip_object_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in php_zip_object_new()
1136 static void php_zip_free_dir(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_zip_free_dir()
[all …]
/PHP-5.4/ext/filter/
H A Dfilter.c359 …**value, long filter, long flags, zval *options, char* charset, zend_bool copy TSRMLS_DC) /* {{{ */ in php_zval_filter()
405 …lter(int arg, char *var, char **val, unsigned int val_len, unsigned int *new_val_len TSRMLS_DC) /*… in php_sapi_filter()
495 …**value, long filter, long flags, zval *options, char *charset, zend_bool copy TSRMLS_DC) /* {{{ */ in php_zval_filter_recursive()
524 static zval *php_filter_get_storage(long arg TSRMLS_DC)/* {{{ */ in php_filter_get_storage()
589 …l **filtered, long filter, zval **filter_args, const int copy, long filter_flags TSRMLS_DC) /* {{{… in php_filter_call()
679 …ter_array_handler(zval *input, zval **op, zval *return_value, zend_bool add_empty TSRMLS_DC) /* {{… in php_filter_array_handler()
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c1079 static size_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC)
1086 static size_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC)
1103 static int php_sqlite3_stream_close(php_stream *stream, int close_handle TSRMLS_DC)
1116 static int php_sqlite3_stream_flush(php_stream *stream TSRMLS_DC)
1186 static int php_sqlite3_stream_cast(php_stream *stream, int castas, void **ret TSRMLS_DC)
1191 static int php_sqlite3_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC)
2042 static void php_sqlite3_object_free_storage(void *object TSRMLS_DC) /* {{{ */
2096 static void php_sqlite3_stmt_object_free_storage(void *object TSRMLS_DC) /* {{{ */
2124 static void php_sqlite3_result_object_free_storage(void *object TSRMLS_DC) /* {{{ */
2150 static zend_object_value php_sqlite3_object_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */
[all …]

Completed in 259 milliseconds

12345678910>>...15