Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 226 – 250 of 365) sorted by relevance

12345678910>>...15

/PHP-5.4/ext/standard/
H A Dcredits.c28 PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ in php_print_credits()
H A Dbasic_functions.c3445 static void basic_globals_ctor(php_basic_globals *basic_globals_p TSRMLS_DC) /* {{{ */ in basic_globals_ctor()
3471 static void basic_globals_dtor(php_basic_globals *basic_globals_p TSRMLS_DC) /* {{{ */ in basic_globals_dtor()
4521 static int add_config_entry_cb(zval *entry TSRMLS_DC, int num_args, va_list args, zend_hash_key *ha…
4649 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC) /* {{{ */
4655 …r_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers TSRMLS_DC) /* {{{ */
4928 static int user_shutdown_function_call(php_shutdown_function_entry *shutdown_function_entry TSRMLS_…
4957 static void user_tick_function_call(user_tick_function_entry *tick_fe TSRMLS_DC) /* {{{ */
5113 PHPAPI zend_bool remove_user_shutdown_function(char *function_name, size_t function_len TSRMLS_DC) …
5123 …HPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry …
5819 …hp_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *arr TSRMLS_DC)
[all …]
H A Dfile.c159 static void file_globals_ctor(php_file_globals *file_globals_p TSRMLS_DC) in file_globals_ctor()
167 static void file_globals_dtor(php_file_globals *file_globals_p TSRMLS_DC) in file_globals_dtor()
1292 PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC) in php_mkdir_ex()
1307 PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC) in php_mkdir()
1631 PHPAPI int php_copy_file(char *src, char *dest TSRMLS_DC) in php_copy_file()
1639 PHPAPI int php_copy_file_ex(char *src, char *dest, int src_flg TSRMLS_DC) in php_copy_file_ex()
1647 PHPAPI int php_copy_file_ctx(char *src, char *dest, int src_flg, php_stream_context *ctx TSRMLS_DC) in php_copy_file_ctx()
1767 …_fgetcsv_lookup_trailing_spaces(const char *ptr, size_t len, const char delimiter TSRMLS_DC) /* {{… in php_fgetcsv_lookup_trailing_spaces()
1858 …utcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, char escape_char TSRMLS_DC) in php_fputcsv()
2026 … char enclosure, char escape_char, size_t buf_len, char *buf, zval *return_value TSRMLS_DC) /* {{{… in php_fgetcsv()
[all …]
H A Darray.c144 static void php_set_compare_func(int sort_type TSRMLS_DC) /* {{{ */ in php_set_compare_func()
173 static int php_array_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_key_compare()
274 static int php_count_recursive(zval *array, long mode TSRMLS_DC) /* {{{ */ in php_count_recursive()
359 static int php_array_data_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_data_compare()
444 static int php_array_natural_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_natural_compare()
574 static int php_array_user_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_user_compare()
719 static int php_array_user_key_compare(const void *a, const void *b TSRMLS_DC) /* {{{ */ in php_array_user_key_compare()
1773 static void php_array_data_shuffle(zval *array TSRMLS_DC) /* {{{ */ in php_array_data_shuffle()
2842 static int zval_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_compare()
2877 static int zval_user_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_user_compare()
[all …]
/PHP-5.4/ext/phar/
H A Dphar_object.c39 static int phar_file_type(HashTable *mimes, char *file, char **mime_type TSRMLS_DC) /* {{{ */ in phar_file_type()
333 static void phar_do_403(char *entry, int entry_len TSRMLS_DC) /* {{{ */ in phar_do_403()
1112 static void phar_spl_foreign_dtor(spl_filesystem_object *object TSRMLS_DC) /* {{{ */
1127 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_DC
1435 static int phar_build(zend_object_iterator *iter, void *puser TSRMLS_DC) /* {{{ */
2046 static int phar_copy_file_contents(phar_entry_info *entry, php_stream *fp TSRMLS_DC) /* {{{ */
3218 static int phar_set_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */
3235 static int phar_test_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */
3259 static void pharobj_set_compression(HashTable *manifest, php_uint32 compress TSRMLS_DC) /* {{{ */
3265 static int pharobj_cancompress(HashTable *manifest TSRMLS_DC) /* {{{ */
[all …]
/PHP-5.4/ext/dba/
H A Ddba.c411 static void dba_close(dba_info *info TSRMLS_DC) in dba_close()
442 static void dba_close_rsrc(zend_rsrc_list_entry *rsrc TSRMLS_DC) in dba_close_rsrc()
451 int dba_close_pe_rsrc_deleter(zend_rsrc_list_entry *le, void *pDba TSRMLS_DC) in dba_close_pe_rsrc_deleter()
458 static void dba_close_pe_rsrc(zend_rsrc_list_entry *rsrc TSRMLS_DC) in dba_close_pe_rsrc()
589 dba_info *php_dba_find(const char* path TSRMLS_DC) in php_dba_find()
/PHP-5.4/ext/com_dotnet/
H A Dcom_com.c341 WORD flags, DISPPARAMS *disp_params, VARIANT *v, int silent, int allow_noarg TSRMLS_DC) in php_com_invoke_helper()
419 int namelen, DISPID *dispid TSRMLS_DC) in php_com_get_id_of_name()
465 WORD flags, VARIANT *v, int nargs, zval ***args TSRMLS_DC) in php_com_do_invoke_byref()
586 WORD flags, VARIANT *v, int nargs, zval **args, int silent, int allow_noarg TSRMLS_DC) in php_com_do_invoke_by_id()
633 WORD flags, VARIANT *v, int nargs, zval **args, int allow_noarg TSRMLS_DC) in php_com_do_invoke()
/PHP-5.4/main/
H A Dmergesort.c105 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort()
265 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup()
336 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void * T… in insertionsort()
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c254 static zend_function *_copy_function(zend_function *fptr TSRMLS_DC) /* {{{ */ in _copy_function()
272 static void _free_function(zend_function *fptr TSRMLS_DC) /* {{{ */ in _free_function()
284 static void reflection_free_objects_storage(void *object TSRMLS_DC) /* {{{ */ in reflection_free_objects_storage()
336 static zval * reflection_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC) /* {{{ */ in reflection_instantiate()
357 static void _class_string(string *str, zend_class_entry *ce, zval *obj, char *indent TSRMLS_DC) in _class_string()
654 static void _const_string(string *str, char *name, zval *value, char *indent TSRMLS_DC) in _const_string()
1034 static void _extension_string(string *str, zend_module_entry *module, char *indent TSRMLS_DC) in _extension_string()
1188 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC) in zend_reflection_class_factory()
1205 static void reflection_extension_factory(zval *object, const char *name_str TSRMLS_DC) in reflection_extension_factory()
1944 static int _zval_array_to_c_array(zval **arg, zval ****params TSRMLS_DC) /* {{{ */ in _zval_array_to_c_array()
[all …]
/PHP-5.4/sapi/apache/
H A Dsapi_apache.c28 int apache_php_module_main(request_rec *r, int display_source_mode TSRMLS_DC) in apache_php_module_main()
/PHP-5.4/ext/dom/
H A Ddomimplementationlist.c55 int dom_domimplementationlist_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_domimplementationlist_length_read()
H A Ddomstringlist.c55 int dom_domstringlist_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_domstringlist_length_read()
H A Dnamelist.c58 int dom_namelist_length_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_namelist_length_read()
/PHP-5.4/ext/interbase/
H A Dibase_query.c119 static void _php_ibase_free_stmt_handle(ibase_db_link *link, isc_stmt_handle stmt TSRMLS_DC) /* {{{… in _php_ibase_free_stmt_handle()
137 static void _php_ibase_free_result(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _php_ibase_free_result()
155 static void _php_ibase_free_query(ibase_query *ib_query TSRMLS_DC) /* {{{ */ in _php_ibase_free_query()
183 static void php_ibase_free_query_rsrc(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in php_ibase_free_query_rsrc()
205 isc_db_handle link, isc_tr_handle trans, unsigned short *array_cnt TSRMLS_DC) in _php_ibase_alloc_array()
316 ibase_trans *trans, char *query, unsigned short dialect, int trans_res_id TSRMLS_DC) in _php_ibase_alloc_query()
434 ibase_array *array, int dim TSRMLS_DC) in _php_ibase_bind_array()
638 ibase_query *ib_query TSRMLS_DC) in _php_ibase_bind()
1294 int scale, int flag TSRMLS_DC) in _php_ibase_var_zval()
1426 ibase_array *ib_array, int dim, int flag TSRMLS_DC) in _php_ibase_arr_zval()
/PHP-5.4/ext/mbstring/
H A Dmbstring.c863 static const zend_encoding* php_mb_zend_encoding_fetcher(const char *encoding_name TSRMLS_DC) in php_mb_zend_encoding_fetcher()
955 static int php_mb_zend_internal_encoding_setter(const zend_encoding *encoding TSRMLS_DC) in php_mb_zend_internal_encoding_setter()
980 static void *_php_mb_compile_regex(const char *pattern TSRMLS_DC) in _php_mb_compile_regex()
1017 static void *_php_mb_compile_regex(const char *pattern TSRMLS_DC) in _php_mb_compile_regex()
1129 static char *php_mb_rfc1867_getword_conf(const zend_encoding *encoding, char *str TSRMLS_DC) /* {{{… in php_mb_rfc1867_getword_conf()
1155 static char *php_mb_rfc1867_basename(const zend_encoding *encoding, char *filename TSRMLS_DC) /* {{… in php_mb_rfc1867_basename()
1283 … _php_mb_ini_mbstring_internal_encoding_set(const char *new_value, uint new_value_length TSRMLS_DC) in _php_mb_ini_mbstring_internal_encoding_set()
4601 MBSTRING_API size_t php_mb_mbchar_bytes(const char *s TSRMLS_DC) in php_mb_mbchar_bytes()
4649 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes TSRMLS_DC) in php_mb_safe_strrchr()
4732 static void php_mb_gpc_get_detect_order(const zend_encoding ***list, size_t *list_size TSRMLS_DC) /… in php_mb_gpc_get_detect_order()
[all …]
H A Dphp_mbregex.c65 static int _php_mb_regex_globals_ctor(zend_mb_regex_globals *pglobals TSRMLS_DC) in _php_mb_regex_globals_ctor()
81 static void _php_mb_regex_globals_dtor(zend_mb_regex_globals *pglobals TSRMLS_DC) in _php_mb_regex_globals_dtor()
104 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals TSRMLS_DC) in php_mb_regex_globals_free()
407 int php_mb_regex_set_mbctype(const char *encname TSRMLS_DC) in php_mb_regex_set_mbctype()
419 int php_mb_regex_set_default_mbctype(const char *encname TSRMLS_DC) in php_mb_regex_set_default_mbctype()
448 …r *pattern, int patlen, OnigOptionType options, OnigEncoding enc, OnigSyntaxType *syntax TSRMLS_DC) in php_mbregex_compile_pattern()
1419 …ons, OnigSyntaxType *syntax, OnigOptionType *prev_options, OnigSyntaxType **prev_syntax TSRMLS_DC) in _php_mb_regex_set_options()
/PHP-5.4/main/streams/
H A Dcast.c200 PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show_err TSRMLS_DC) in _php_stream_cast()
354 …_open_wrapper_as_file(char *path, char *mode, int options, char **opened_path STREAMS_DC TSRMLS_DC) in _php_stream_open_wrapper_as_file()
377 …tream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STREAMS_DC TSRMLS_DC) in _php_stream_make_seekable()
/PHP-5.4/ext/fileinfo/
H A Dfileinfo.c81 static void finfo_objects_free(void *object TSRMLS_DC) in finfo_objects_free()
97 PHP_FILEINFO_API zend_object_value finfo_objects_new(zend_class_entry *class_type TSRMLS_DC) in finfo_objects_new()
190 void finfo_resource_destructor(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in finfo_resource_destructor()
/PHP-5.4/ext/ereg/
H A Dereg.c124 static int ereg_clean_cache(void *data, void *arg TSRMLS_DC) in ereg_clean_cache()
139 static int _php_regcomp(regex_t *preg, const char *pattern, int cflags TSRMLS_DC) in _php_regcomp()
249 static void php_ereg_eprint(int err, regex_t *re TSRMLS_DC) { in php_ereg_eprint()
403 …ce(const char *pattern, const char *replace, const char *string, int icase, int extended TSRMLS_DC) in php_ereg_replace()
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_net.c45 mysqlnd_set_sock_no_delay(php_stream * stream TSRMLS_DC) in mysqlnd_set_sock_no_delay()
452 php_mysqlnd_read_buffer_free(MYSQLND_READ_BUFFER ** buffer TSRMLS_DC) in php_mysqlnd_read_buffer_free()
467 mysqlnd_create_read_buffer(size_t count TSRMLS_DC) in mysqlnd_create_read_buffer()
1038 …nd_net_init(zend_bool persistent, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info TSRMLS_DC) in mysqlnd_net_init()
1050 …net_free(MYSQLND_NET * const net, MYSQLND_STATS * stats, MYSQLND_ERROR_INFO * error_info TSRMLS_DC) in mysqlnd_net_free()
/PHP-5.4/ext/mysqli/
H A Dmysqli_exception.c39 void php_mysqli_throw_sql_exception(char *sqlstate, int errorno TSRMLS_DC, char *format, ...) in php_mysqli_throw_sql_exception()
/PHP-5.4/ext/bcmath/libbcmath/src/
H A Ddebug.c51 pn (bc_num num TSRMLS_DC) in pn()
H A Dstr2num.c44 bc_str2num (bc_num *num, char *str, int scale TSRMLS_DC) in bc_str2num()
/PHP-5.4/sapi/apache_hooks/
H A Dmod_php5.c240 static int sapi_apache_ub_write(const char *str, uint str_length TSRMLS_DC) in sapi_apache_ub_write()
270 static int sapi_apache_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_apache_read_post()
311 …pi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_apache_header_handler()
364 static int sapi_apache_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_apache_send_headers()
384 static void sapi_apache_register_server_variables(zval *track_vars_array TSRMLS_DC) in sapi_apache_register_server_variables()
433 static void php_apache_log_message(char *message TSRMLS_DC) in php_apache_log_message()
506 static char *php_apache_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_getenv()
617 static int php_apache_alter_ini_entries(php_per_dir_entry *per_dir_entry TSRMLS_DC) in php_apache_alter_ini_entries()
626 static char *php_apache_get_default_mimetype(request_rec *r TSRMLS_DC) in php_apache_get_default_mimetype()
/PHP-5.4/ext/openssl/
H A Dopenssl.c495 static void php_pkey_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_pkey_free()
504 static void php_x509_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_x509_free()
510 static void php_csr_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_csr_free()
518 inline static int php_openssl_open_base_dir_chk(char *filename TSRMLS_DC) in php_openssl_open_base_dir_chk()
637 static time_t asn1_time_to_time_t(ASN1_UTCTIME * timestr TSRMLS_DC) /* {{{ */ in asn1_time_to_time_t()
750 static int add_oid_section(struct php_x509_request * req TSRMLS_DC) /* {{{ */ in add_oid_section()
892 static void php_openssl_dispose_config(struct php_x509_request * req TSRMLS_DC) /* {{{ */ in php_openssl_dispose_config()
1757 static X509_STORE * setup_verify(zval * calist TSRMLS_DC) in setup_verify()
2921 static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_request * req TSRMLS_DC) in php_openssl_generate_private_key()
2998 static int php_openssl_is_private_key(EVP_PKEY* pkey TSRMLS_DC) in php_openssl_is_private_key()
[all …]

Completed in 237 milliseconds

12345678910>>...15