Home
last modified time | relevance | path

Searched refs:TSRMLS_DC (Results 101 – 125 of 588) sorted by relevance

12345678910>>...24

/PHP-5.5/ext/standard/
H A Dphp_var.h35 PHPAPI void php_var_dump(zval **struc, int level TSRMLS_DC);
36 PHPAPI void php_var_export(zval **struc, int level TSRMLS_DC);
37 PHPAPI void php_var_export_ex(zval **struc, int level, smart_str *buf TSRMLS_DC);
39 PHPAPI void php_debug_zval_dump(zval **struc, int level TSRMLS_DC);
52 …API void php_var_serialize(smart_str *buf, zval **struc, php_serialize_data_t *var_hash TSRMLS_DC);
53 …al, const unsigned char **p, const unsigned char *max, php_unserialize_data_t *var_hash TSRMLS_DC);
126 static inline int php_varname_check(char *name, int name_len, zend_bool silent TSRMLS_DC) /* {{{ */ in php_varname_check() argument
H A Dphp_string.h124 PHPAPI char *php_addslashes(char *str, int length, int *new_length, int freeit TSRMLS_DC);
125 …ashes(const char *str, int length, int *new_length, int freeit, char *what, int wlength TSRMLS_DC);
126 PHPAPI void php_stripslashes(char *str, int *len TSRMLS_DC);
128 …me(const char *s, size_t len, char *suffix, size_t sufflen, char **p_ret, size_t *p_len TSRMLS_DC);
135 …char *php_trim(char *c, int len, char *what, int what_len, zval *return_value, int mode TSRMLS_DC);
140 PHPAPI void php_implode(zval *delim, zval *arr, zval *return_value TSRMLS_DC);
146 …ural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_insensitive TSRMLS_DC);
147 PHPAPI int string_natural_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
148 PHPAPI int string_natural_case_compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC);
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp36 void zoi_with_current_dtor(zend_object_iterator *iter TSRMLS_DC) in zoi_with_current_dtor() argument
61 U_CFUNC int zoi_with_current_valid(zend_object_iterator *iter TSRMLS_DC) in zoi_with_current_valid() argument
66 U_CFUNC void zoi_with_current_get_current_data(zend_object_iterator *iter, zval ***data TSRMLS_DC) in zoi_with_current_get_current_data() argument
71 U_CFUNC void zoi_with_current_invalidate_current(zend_object_iterator *iter TSRMLS_DC) in zoi_with_current_invalidate_current() argument
80 static void string_enum_current_move_forward(zend_object_iterator *iter TSRMLS_DC) in string_enum_current_move_forward() argument
104 static void string_enum_rewind(zend_object_iterator *iter TSRMLS_DC) in string_enum_rewind() argument
127 static void string_enum_destroy_it(zend_object_iterator *iter TSRMLS_DC) in string_enum_destroy_it() argument
142 U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, zval *object TSRMLS_DC) in IntlIterator_from_StringEnumeration() argument
156 static void IntlIterator_objects_free(zend_object *object TSRMLS_DC) in IntlIterator_objects_free() argument
173 zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC) in IntlIterator_get_iterator() argument
[all …]
/PHP-5.5/ext/sockets/
H A Dmulticast.c154 unsigned TSRMLS_DC); in php_do_mcast_opt()
247 zval **arg4 TSRMLS_DC) in php_do_setsockopt_ip_mcast() argument
316 zval **arg4 TSRMLS_DC) in php_do_setsockopt_ipv6_mcast() argument
382 unsigned int if_index TSRMLS_DC) in php_mcast_join() argument
392 unsigned int if_index TSRMLS_DC) in php_mcast_leave() argument
405 unsigned int if_index TSRMLS_DC) in php_mcast_join_source() argument
417 unsigned int if_index TSRMLS_DC) in php_mcast_leave_source() argument
429 unsigned int if_index TSRMLS_DC) in php_mcast_block_source() argument
441 unsigned int if_index TSRMLS_DC) in php_mcast_unblock_source() argument
454 int join TSRMLS_DC) in _php_mcast_join_leave() argument
[all …]
/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_class.c35 zend_object_handle handle TSRMLS_DC) in Spoofchecker_objects_dtor() argument
42 void Spoofchecker_objects_free(zend_object *object TSRMLS_DC) in Spoofchecker_objects_free() argument
56 zend_class_entry *ce TSRMLS_DC) in Spoofchecker_object_create() argument
121 static zend_object_value spoofchecker_clone_obj(zval *object TSRMLS_DC) /* {{{ */ in spoofchecker_clone_obj() argument
175 void spoofchecker_object_init(Spoofchecker_object* co TSRMLS_DC) in spoofchecker_object_init() argument
188 void spoofchecker_object_destroy(Spoofchecker_object* co TSRMLS_DC) in spoofchecker_object_destroy() argument
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c33 static size_t php_gziop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_gziop_read() argument
47 static size_t php_gziop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_gziop_write() argument
57 static int php_gziop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) in php_gziop_seek() argument
72 static int php_gziop_close(php_stream *stream, int close_handle TSRMLS_DC) in php_gziop_close() argument
92 static int php_gziop_flush(php_stream *stream TSRMLS_DC) in php_gziop_flush() argument
110 char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_gzopen() argument
/PHP-5.5/ext/pdo_dblib/
H A Ddblib_stmt.c98 static int pdo_dblib_stmt_cursor_closer(pdo_stmt_t *stmt TSRMLS_DC) in pdo_dblib_stmt_cursor_closer() argument
112 static int pdo_dblib_stmt_dtor(pdo_stmt_t *stmt TSRMLS_DC) in pdo_dblib_stmt_dtor() argument
124 static int pdo_dblib_stmt_next_rowset(pdo_stmt_t *stmt TSRMLS_DC) in pdo_dblib_stmt_next_rowset() argument
147 static int pdo_dblib_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) in pdo_dblib_stmt_execute() argument
174 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in pdo_dblib_stmt_fetch() argument
196 static int pdo_dblib_stmt_describe(pdo_stmt_t *stmt, int colno TSRMLS_DC) in pdo_dblib_stmt_describe() argument
216 unsigned long *len, int *caller_frees TSRMLS_DC) in pdo_dblib_stmt_get_col() argument
285 enum pdo_param_event event_type TSRMLS_DC) in pdo_dblib_stmt_param_hook() argument
290 …atic int pdo_dblib_stmt_get_column_meta(pdo_stmt_t *stmt, long colno, zval *return_value TSRMLS_DC) in pdo_dblib_stmt_get_column_meta() argument
/PHP-5.5/main/streams/
H A Dmmap.c25 …ream, size_t offset, size_t length, php_stream_mmap_operation_t mode, size_t *mapped_len TSRMLS_DC) in _php_stream_mmap_range() argument
49 PHPAPI int _php_stream_mmap_unmap(php_stream *stream TSRMLS_DC) in _php_stream_mmap_unmap() argument
54 PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, off_t readden TSRMLS_DC) in _php_stream_mmap_unmap_ex() argument
H A Dfilter.c52 PHPAPI int php_stream_filter_unregister_factory(const char *filterpattern TSRMLS_DC) in php_stream_filter_unregister_factory() argument
117 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_make_writeable() argument
182 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_delref() argument
206 …d php_stream_bucket_append(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_append() argument
224 PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_unlink() argument
309 PHPAPI void php_stream_filter_free(php_stream_filter *filter TSRMLS_DC) in php_stream_filter_free() argument
332 …oid _php_stream_filter_prepend(php_stream_filter_chain *chain, php_stream_filter *filter TSRMLS_DC) in _php_stream_filter_prepend() argument
337 …nt php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter TSRMLS_DC) in php_stream_filter_append_ex() argument
418 …void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter TSRMLS_DC) in _php_stream_filter_append() argument
431 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish TSRMLS_DC) in _php_stream_filter_flush() argument
[all …]
H A Dmemory.c49 static size_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_stream_memory_write() argument
85 static size_t php_stream_memory_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_stream_memory_read() argument
110 static int php_stream_memory_close(php_stream *stream, int close_handle TSRMLS_DC) in php_stream_memory_close() argument
125 static int php_stream_memory_flush(php_stream *stream TSRMLS_DC) in php_stream_memory_flush() argument
198 static int php_stream_memory_cast(php_stream *stream, int castas, void **ret TSRMLS_DC) in php_stream_memory_cast() argument
293 PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC TSRMLS_DC) in _php_stream_memory_create() argument
363 static size_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_stream_temp_write() argument
393 static size_t php_stream_temp_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_stream_temp_read() argument
414 static int php_stream_temp_close(php_stream *stream, int close_handle TSRMLS_DC) in php_stream_temp_close() argument
439 static int php_stream_temp_flush(php_stream *stream TSRMLS_DC) in php_stream_temp_flush() argument
[all …]
H A Dglob_wrapper.c50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC in _php_glob_stream_get_path() argument
72 …php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC) /* {{{ */ in _php_glob_stream_get_pattern() argument
94 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC TSRMLS_DC) /* {{{ … in _php_glob_stream_get_count() argument
112 …lob_stream_path_split(glob_s_t *pglob, char *path, int get_path, char **p_file TSRMLS_DC) /* {{{ */ in php_glob_stream_path_split() argument
140 static size_t php_glob_stream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) /* {{{ */ in php_glob_stream_read() argument
164 static int php_glob_stream_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ in php_glob_stream_close() argument
183 …lob_stream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) /* {{{ */ in php_glob_stream_rewind() argument
210 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_glob_stream_opener() argument
/PHP-5.5/main/
H A Dphp.h280 PHPAPI int php_write(void *buf, uint size TSRMLS_DC);
284 PHPAPI void php_log_err(char *log_message TSRMLS_DC);
293 …hp_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class TSRMLS_DC) in BEGIN_EXTERN_C()
299 …*docref, const char *params, int type, const char *format, va_list args TSRMLS_DC) PHP_ATTRIBUTE_F…
308 PHPAPI void php_error_docref0(const char *docref TSRMLS_DC, int type, const char *format, ...)
310 PHPAPI void php_error_docref1(const char *docref TSRMLS_DC, const char *param1, int type, const cha…
312 PHPAPI void php_error_docref2(const char *docref TSRMLS_DC, const char *param1, const char *param2,…
315 …I void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2 TSRMLS_DC);
334 …e, size_t nmemb, register size_t size, int (*cmp)(const void *, const void * TSRMLS_DC) TSRMLS_DC);
H A Dphp_ini.h35 …php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash TSRMLS_DC);
36 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC);
39 PHPAPI void php_ini_activate_per_dir_config(char *path, uint path_len TSRMLS_DC);
40 PHPAPI void php_ini_activate_per_host_config(const char *host, uint host_len TSRMLS_DC);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_block_alloc.h26 PHPAPI MYSQLND_MEMORY_POOL * mysqlnd_mempool_create(size_t arena_size TSRMLS_DC);
27 PHPAPI void mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool TSRMLS_DC);
H A Dmysqlnd_result.h26 PHPAPI MYSQLND_RES * mysqlnd_result_init(unsigned int field_count, zend_bool persistent TSRMLS_DC);
28 …atus mysqlnd_query_read_result_set_header(MYSQLND_CONN_DATA * conn, MYSQLND_STMT * stmt TSRMLS_DC);
H A Dmysqlnd_result_meta.h26 …_RES_METADATA * mysqlnd_result_meta_init(unsigned int field_count, zend_bool persistent TSRMLS_DC);
28 …t_plugin_result_metadata_data(const MYSQLND_RES_METADATA * meta, unsigned int plugin_id TSRMLS_DC);
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.h57 void calendar_object_create(zval *object, Calendar *calendar TSRMLS_DC);
59 Calendar *calendar_fetch_native_calendar(zval *object TSRMLS_DC);
61 void calendar_object_construct(zval *object, Calendar *calendar TSRMLS_DC);
/PHP-5.5/win32/
H A Dsendmail.h39 char *mailCc, char *mailBcc, char *mailRPath TSRMLS_DC);
42 char *headers, char *headers_lc, char **error_message TSRMLS_DC);
46 static int PostHeader(char *RPath, char *Subject, char *mailTo, char *xheaders TSRMLS_DC);
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.h62 …t_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const char *func TSRMLS_DC);
63 …ezone_process_timezone_argument(zval **zv_timezone, intl_error *error, const char *func TSRMLS_DC);
65 void timezone_object_construct(const TimeZone *zone, zval *object, int owned TSRMLS_DC);
/PHP-5.5/Zend/
H A Dzend_closures.c140 static zend_function *zend_closure_get_constructor(zval *object TSRMLS_DC) /* {{{ */ in zend_closure_get_constructor() argument
147 static int zend_closure_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{{ */ in zend_closure_compare_objects() argument
153 ZEND_API zend_function *zend_get_closure_invoke_method(zval *obj TSRMLS_DC) /* {{{ */ in zend_get_closure_invoke_method() argument
169 ZEND_API const zend_function *zend_get_closure_method_def(zval *obj TSRMLS_DC) /* {{{ */ in zend_get_closure_method_def() argument
176 ZEND_API zval* zend_get_closure_this_ptr(zval *obj TSRMLS_DC) /* {{{ */ in zend_get_closure_this_ptr() argument
231 …end_closure_unset_property(zval *object, zval *member, const zend_literal *key TSRMLS_DC) /* {{{ */ in zend_closure_unset_property() argument
237 static void zend_closure_free_storage(void *object TSRMLS_DC) /* {{{ */ in zend_closure_free_storage() argument
267 static zend_object_value zend_closure_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in zend_closure_new() argument
284 static zend_object_value zend_closure_clone(zval *zobject TSRMLS_DC) /* {{{ */ in zend_closure_clone() argument
320 static HashTable *zend_closure_get_debug_info(zval *object, int *is_temp TSRMLS_DC) /* {{{ */ in zend_closure_get_debug_info() argument
[all …]
H A Dzend_generators.c30 static zend_object_value zend_generator_create(zend_class_entry *class_type TSRMLS_DC);
207 static void zend_generator_free_storage(zend_generator *generator TSRMLS_DC) /* {{{ */ in zend_generator_free_storage() argument
216 static zend_object_value zend_generator_create(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in zend_generator_create() argument
252 ZEND_API zval *zend_generator_create_zval(zend_op_array *op_array TSRMLS_DC) /* {{{ */ in zend_generator_create_zval() argument
321 static zend_function *zend_generator_get_constructor(zval *object TSRMLS_DC) /* {{{ */ in zend_generator_get_constructor() argument
329 ZEND_API void zend_generator_resume(zend_generator *generator TSRMLS_DC) /* {{{ */ in zend_generator_resume() argument
402 static void zend_generator_ensure_initialized(zend_generator *generator TSRMLS_DC) /* {{{ */ in zend_generator_ensure_initialized() argument
411 static void zend_generator_rewind(zend_generator *generator TSRMLS_DC) /* {{{ */ in zend_generator_rewind() argument
606 static void zend_generator_iterator_dtor(zend_object_iterator *iterator TSRMLS_DC) /* {{{ */ in zend_generator_iterator_dtor() argument
614 static int zend_generator_iterator_valid(zend_object_iterator *iterator TSRMLS_DC) /* {{{ */ in zend_generator_iterator_valid() argument
[all …]
/PHP-5.5/ext/intl/formatter/
H A Dformatter_data.h35 void formatter_data_init( formatter_data* nf_data TSRMLS_DC );
36 void formatter_data_free( formatter_data* nf_data TSRMLS_DC );
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_data.h34 void dateformat_data_init( dateformat_data* datef_data TSRMLS_DC );
35 void dateformat_data_free( dateformat_data* datef_data TSRMLS_DC );
/PHP-5.5/ext/opcache/
H A Dzend_persist.h26 …_script_persist_calc(zend_persistent_script *script, char *key, unsigned int key_length TSRMLS_DC);
27 …ccel_script_persist(zend_persistent_script *script, char **key, unsigned int key_length TSRMLS_DC);
/PHP-5.5/ext/dom/
H A Ddocumenttype.c46 int dom_documenttype_name_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_name_read() argument
70 int dom_documenttype_entities_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_entities_read() argument
101 int dom_documenttype_notations_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_notations_read() argument
132 int dom_documenttype_public_id_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_public_id_read() argument
160 int dom_documenttype_system_id_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_system_id_read() argument
187 int dom_documenttype_internal_subset_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_documenttype_internal_subset_read() argument

Completed in 141 milliseconds

12345678910>>...24