Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 201 – 225 of 386) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/pcre/
H A Dphp_pcre.c170 static int pcre_clean_cache(void *data, void *arg TSRMLS_DC) in pcre_clean_cache()
185 static char **make_subpats_table(int num_subpats, pcre_cache_entry *pce TSRMLS_DC) in make_subpats_table()
249 PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(char *regex, int regex_len TSRMLS_DC) in pcre_get_compiled_regex_cache()
496 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *preg_options TSRMLS_DC) in pcre_get_compiled_regex()
513 …mpiled_regex_ex(char *regex, pcre_extra **extra, int *preg_options, int *compile_options TSRMLS_DC) in pcre_get_compiled_regex_ex()
583 zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC) in php_pcre_match_impl()
923 int *offsets, int count, char **result TSRMLS_DC) in preg_do_eval()
1013 int *result_len, int limit, int *replace_count TSRMLS_DC) in php_pcre_replace()
1033 int is_callable_replace, int *result_len, int limit, int *replace_count TSRMLS_DC) in php_pcre_replace_impl()
1519 long limit_val, long flags TSRMLS_DC) in php_pcre_split_impl()
[all …]
/PHP-5.5/ext/curl/
H A Dshare.c69 …curl_share_setopt(php_curlsh *sh, long option, zval **zvalue, zval *return_value TSRMLS_DC) /* {{{… in _php_curl_share_setopt()
116 void _php_curl_share_close(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _php_curl_share_close()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c53 mysqlnd_build_trace_args(zval **arg TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_key)… in mysqlnd_build_trace_args()
150 mysqlnd_build_trace_string(zval **frame TSRMLS_DC, int num_args, va_list args, zend_hash_key *hash_… in mysqlnd_build_trace_string()
204 mysqlnd_get_backtrace(uint max_levels, size_t * length TSRMLS_DC) in mysqlnd_get_backtrace()
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()
389 mysqlnd_result_meta_init(unsigned int field_count, zend_bool persistent TSRMLS_DC) in mysqlnd_result_meta_init()
432 …et_plugin_result_metadata_data(const MYSQLND_RES_METADATA * meta, unsigned int plugin_id TSRMLS_DC) in _mysqlnd_plugin_get_plugin_result_metadata_data()
H A Dmysqlnd_statistics.c267 …TATS * const stats, enum_mysqlnd_collected_stats statistic, mysqlnd_stat_trigger trigger TSRMLS_DC) in mysqlnd_stats_set_trigger()
284 mysqlnd_stats_reset_triggers(MYSQLND_STATS * const stats TSRMLS_DC) in mysqlnd_stats_reset_triggers()
H A Dmysqlnd_ps.c241 mysqlnd_stmt_skip_metadata(MYSQLND_STMT * s TSRMLS_DC) in mysqlnd_stmt_skip_metadata()
278 mysqlnd_stmt_read_prepare_response(MYSQLND_STMT * s TSRMLS_DC) in mysqlnd_stmt_read_prepare_response()
322 mysqlnd_stmt_prepare_read_eof(MYSQLND_STMT * s TSRMLS_DC) in mysqlnd_stmt_prepare_read_eof()
474 mysqlnd_stmt_execute_parse_response(MYSQLND_STMT * const s TSRMLS_DC) in mysqlnd_stmt_execute_parse_response()
713 …ffered(MYSQLND_RES *result, void *param, unsigned int flags, zend_bool *fetched_anything TSRMLS_DC) in mysqlnd_stmt_fetch_row_buffered()
810 …ffered(MYSQLND_RES *result, void *param, unsigned int flags, zend_bool *fetched_anything TSRMLS_DC) in mysqlnd_stmt_fetch_row_unbuffered()
977 …cursor(MYSQLND_RES *result, void *param, unsigned int flags, zend_bool *fetched_anything TSRMLS_DC) in mysqlnd_fetch_stmt_row_cursor()
1961 mysqlnd_stmt_separate_result_bind(MYSQLND_STMT * const s TSRMLS_DC) in mysqlnd_stmt_separate_result_bind()
2017 mysqlnd_stmt_separate_one_result_bind(MYSQLND_STMT * const s, unsigned int param_no TSRMLS_DC) in mysqlnd_stmt_separate_one_result_bind()
2353 _mysqlnd_stmt_init(MYSQLND_CONN_DATA * const conn TSRMLS_DC) in _mysqlnd_stmt_init()
/PHP-5.5/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.5/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()
1026 static HashTable *php_zip_get_properties(zval *object TSRMLS_DC)/* {{{ */ in php_zip_get_properties()
1060 static void php_zip_object_free_storage(void *object TSRMLS_DC) /* {{{ */ in php_zip_object_free_storage()
1105 static zend_object_value php_zip_object_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in php_zip_object_new()
1144 static void php_zip_free_dir(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_zip_free_dir()
[all …]
/PHP-5.5/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.5/Zend/
H A Dzend_llist.c186 ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func TSRMLS_DC) in zend_llist_apply()
195 ZEND_API void zend_llist_sort(zend_llist *l, llist_compare_func_t comp_func TSRMLS_DC) in zend_llist_sort()
229 …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()
239 …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()
H A Dzend_qsort.c57 …d zend_qsort_r(void *base, size_t nmemb, size_t siz, compare_r_func_t compare, void *arg TSRMLS_DC) in zend_qsort_r()
121 ZEND_API void zend_qsort(void *base, size_t nmemb, size_t siz, compare_func_t compare TSRMLS_DC) in zend_qsort()
/PHP-5.5/ext/standard/
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()
908 …_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()
931 …c char *url_adapt_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush TSRMLS_DC) in url_adapt_ext()
981 …char *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC) in php_url_scanner_output_handler()
1012 …_url_scanner_add_var(char *name, int name_len, char *value, int value_len, int urlencode TSRMLS_DC) in php_url_scanner_add_var()
H A Dfilters.c42 int flags in strfilter_rot13_filter()
90 int flags in strfilter_toupper_filter()
118 int flags in strfilter_tolower_filter()
209 int flags in strfilter_strip_tags_filter()
232 static void strfilter_strip_tags_dtor(php_stream_filter *thisfilter TSRMLS_DC) in strfilter_strip_tags_dtor()
1544 int persistent TSRMLS_DC) in strfilter_convert_append_bucket()
1747 int flags in strfilter_convert_filter()
1866 int flags in consumed_filter_filter()
1892 static void consumed_filter_dtor(php_stream_filter *thisfilter TSRMLS_DC) in consumed_filter_dtor()
2079 int flags in php_chunked_filter()
[all …]
/PHP-5.5/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.5/ext/session/
H A Dsession.c144 PHPAPI void php_add_session_var(char *name, size_t namelen TSRMLS_DC) /* {{{ */ in php_add_session_var()
163 …ssion_var(char *name, size_t namelen, zval *state_val, php_unserialize_data_t *var_hash TSRMLS_DC)… in php_set_session_var()
171 PHPAPI int php_get_session_var(char *name, size_t namelen, zval ***state_var TSRMLS_DC) /* {{{ */ in php_get_session_var()
201 static char *php_session_encode(int *newlen TSRMLS_DC) /* {{{ */ in php_session_encode()
219 static int php_session_decode(const char *val, int vallen TSRMLS_DC) /* {{{ */ in php_session_decode()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp87 intl_error& err TSRMLS_DC) in umsg_get_numeric_types()
134 intl_error& err TSRMLS_DC) in umsg_parse_format()
296 intl_error& err TSRMLS_DC) in umsg_get_types()
316 intl_error& err TSRMLS_DC) in umsg_set_timezone()
367 int *formatted_len TSRMLS_DC) in umsg_format_helper()
/PHP-5.5/ext/filter/
H A Dfilter.c361 …**value, long filter, long flags, zval *options, char* charset, zend_bool copy TSRMLS_DC) /* {{{ */ in php_zval_filter()
407 …lter(int arg, char *var, char **val, unsigned int val_len, unsigned int *new_val_len TSRMLS_DC) /*… in php_sapi_filter()
497 …**value, long filter, long flags, zval *options, char *charset, zend_bool copy TSRMLS_DC) /* {{{ */ in php_zval_filter_recursive()
526 static zval *php_filter_get_storage(long arg TSRMLS_DC)/* {{{ */ in php_filter_get_storage()
591 …l **filtered, long filter, zval **filter_args, const int copy, long filter_flags TSRMLS_DC) /* {{{… in php_filter_call()
681 …ter_array_handler(zval *input, zval **op, zval *return_value, zend_bool add_empty TSRMLS_DC) /* {{… in php_filter_array_handler()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1084 static size_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC)
1091 static size_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC)
1108 static int php_sqlite3_stream_close(php_stream *stream, int close_handle TSRMLS_DC)
1121 static int php_sqlite3_stream_flush(php_stream *stream TSRMLS_DC)
1191 static int php_sqlite3_stream_cast(php_stream *stream, int castas, void **ret TSRMLS_DC)
1196 static int php_sqlite3_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC)
2047 static void php_sqlite3_object_free_storage(void *object TSRMLS_DC) /* {{{ */
2101 static void php_sqlite3_stmt_object_free_storage(void *object TSRMLS_DC) /* {{{ */
2129 static void php_sqlite3_result_object_free_storage(void *object TSRMLS_DC) /* {{{ */
2155 static zend_object_value php_sqlite3_object_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */
[all …]
/PHP-5.5/ext/zlib/
H A Dzlib.c65 …tic int php_zlib_output_conflict_check(const char *handler_name, size_t handler_name_len TSRMLS_DC) in php_zlib_output_conflict_check()
256 static void php_zlib_output_handler_context_dtor(void *opaq TSRMLS_DC) in php_zlib_output_handler_context_dtor()
270 …ler_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags TSRMLS_DC) in php_zlib_output_handler_init()
317 …st char *in_buf, size_t in_len, char **out_buf, size_t *out_len, int encoding, int level TSRMLS_DC) in php_zlib_encode()
406 …ar *in_buf, size_t in_len, char **out_buf, size_t *out_len, int encoding, size_t max_len TSRMLS_DC) in php_zlib_decode()
/PHP-5.5/ext/phar/
H A Dzip.c42 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, php_uint16 len TSRMLS_DC)… in phar_zip_process_extra()
166 …fname_len, char *alias, int alias_len, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */ in phar_parse_zipfile()
722 …t alias_len, int is_data, int options, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */ in phar_open_or_create_zip()
766 static int phar_zip_changed_apply(void *data, void *arg TSRMLS_DC) /* {{{ */ in phar_zip_changed_apply()
1080 smart_str *metadata TSRMLS_DC) /* {{{ */ in phar_zip_applysignature()
1157 …r_archive_data *phar, char *user_stub, long len, int defaultstub, char **error TSRMLS_DC) /* {{{ */ in phar_zip_flush()
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c57 static void dispatch_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in dispatch_dtor()
451 static void generate_dispids(php_dispatchex *disp TSRMLS_DC) in generate_dispids()
531 static php_dispatchex *disp_constructor(zval *object TSRMLS_DC) in disp_constructor()
556 static void disp_destructor(php_dispatchex *disp TSRMLS_DC) in disp_destructor()
582 HashTable *id_to_name TSRMLS_DC) in php_com_wrapper_export_as_sink()
620 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export(zval *val TSRMLS_DC) in php_com_wrapper_export()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c1142 static int fpm_conf_post_process(int force_daemon TSRMLS_DC) /* {{{ */ in fpm_conf_post_process()
1238 static void fpm_conf_ini_parser_include(char *inc, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_include()
1294 static void fpm_conf_ini_parser_section(zval *section, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_section()
1332 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser_entry()
1389 static void fpm_conf_ini_parser_array(zval *name, zval *key, zval *value, void *arg TSRMLS_DC) /* {… in fpm_conf_ini_parser_array()
1445 …nf_ini_parser(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg TSRMLS_DC) /* {{{ */ in fpm_conf_ini_parser()
1471 int fpm_conf_load_ini_file(char *filename TSRMLS_DC) /* {{{ */ in fpm_conf_load_ini_file()
/PHP-5.5/ext/exif/
H A Dexif.c1242 static double exif_convert_any_format(void *value, int format, int motorola_intel TSRMLS_DC) in exif_convert_any_format()
1291 static size_t exif_convert_any_to_int(void *value, int format, int motorola_intel TSRMLS_DC) in exif_convert_any_to_int()
1462 static char *exif_get_sectionlist(int sectionlist TSRMLS_DC) in exif_get_sectionlist()
2225 static void exif_process_COM (image_info_type *image_info, char *value, size_t length TSRMLS_DC) in exif_process_COM()
2369 static void* exif_ifd_make_value(image_info_data *info_data, int motorola_intel TSRMLS_DC) { in exif_ifd_make_value()
2445 static void exif_thumbnail_build(image_info_type *ImageInfo TSRMLS_DC) { in exif_thumbnail_build()
2565 static int exif_process_undefined(char **result, char *value, size_t byte_count TSRMLS_DC) { in exif_process_undefined()
2599 static int exif_process_string(char **result, char *value, size_t byte_count TSRMLS_DC) { in exif_process_string()
3312 static int exif_scan_JPEG_header(image_info_type *ImageInfo TSRMLS_DC) in exif_scan_JPEG_header()
3480 static int exif_scan_thumbnail(image_info_type *ImageInfo TSRMLS_DC) in exif_scan_thumbnail()
[all …]
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c298 static int _clean_invalid_results(zend_rsrc_list_entry *le TSRMLS_DC) in _clean_invalid_results()
343 static void _free_mssql_statement(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _free_mssql_statement()
358 static void _free_mssql_result(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _free_mssql_result()
370 static void php_mssql_set_default_link(int id TSRMLS_DC) in php_mssql_set_default_link()
382 static void _close_mssql_link(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_mssql_link()
397 static void _close_mssql_plink(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_mssql_plink()
933 …column_content_with_type(mssql_link *mssql_ptr,int offset,zval *result, int column_type TSRMLS_DC)
1060 …lumn_content_without_type(mssql_link *mssql_ptr,int offset,zval *result, int column_type TSRMLS_DC)
1138 static void _mssql_get_sp_result(mssql_link *mssql_ptr, mssql_statement *statement TSRMLS_DC)
1211 static int _mssql_fetch_batch(mssql_link *mssql_ptr, mssql_result *result, int retvalue TSRMLS_DC)

Completed in 150 milliseconds

12345678910>>...16