Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 101 – 125 of 386) sorted by last modified time

12345678910>>...16

/PHP-5.5/ext/standard/
H A Ddl.c102 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC) in php_load_extension()
265 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
283 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Dexec.c103 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC) in php_exec()
H A Dfilestat.c122 static int php_disk_total_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_total_space()
253 static int php_disk_free_space(char *path, double *space TSRMLS_DC) /* {{{ */ in php_disk_free_space()
389 PHPAPI int php_get_gid_by_name(const char *name, gid_t *gid TSRMLS_DC) in php_get_gid_by_name()
526 PHPAPI uid_t php_get_uid_by_name(const char *name, uid_t *uid TSRMLS_DC) in php_get_uid_by_name()
803 …_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename_len TSRMLS_DC) in php_clear_stat_cache()
849 …hp_stat(const char *filename, php_stat_len filename_length, int type, zval *return_value TSRMLS_DC) in php_stat()
H A Dcredits.c28 PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ in php_print_credits()
H A Dcyr_convert.c204 static char * php_convert_cyr_string(unsigned char *str, int length, char from, char to TSRMLS_DC) in php_convert_cyr_string()
H A Ddatetime.c54 PHPAPI char *php_std_date(time_t t TSRMLS_DC) in php_std_date()
H A Dbasic_functions.c3468 static void basic_globals_ctor(php_basic_globals *basic_globals_p TSRMLS_DC) /* {{{ */ in basic_globals_ctor()
3494 static void basic_globals_dtor(php_basic_globals *basic_globals_p TSRMLS_DC) /* {{{ */ in basic_globals_dtor()
4583 static int add_config_entry_cb(zval *entry TSRMLS_DC, int num_args, va_list args, zend_hash_key *ha…
4711 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC) /* {{{ */
4717 …r_log_ex(int opt_err, char *message, int message_len, char *opt, char *headers TSRMLS_DC) /* {{{ */
4990 static int user_shutdown_function_call(php_shutdown_function_entry *shutdown_function_entry TSRMLS_…
5019 static void user_tick_function_call(user_tick_function_entry *tick_fe TSRMLS_DC) /* {{{ */
5175 PHPAPI zend_bool remove_user_shutdown_function(char *function_name, size_t function_len TSRMLS_DC) …
5185 …HPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry …
5881 …hp_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, zval *arr TSRMLS_DC)
[all …]
H A Dbrowscap.c141 …cap_parser_cb(zval *arg1, zval *arg2, zval *arg3, int callback_type, void *arg TSRMLS_DC) /* {{{ */ in php_browscap_parser_cb()
242 static int browscap_read_file(char *filename, browser_data *browdata, int persistent TSRMLS_DC) /* … in browscap_read_file()
289 static void browscap_globals_ctor(zend_browscap_globals *browscap_globals TSRMLS_DC) /* {{{ */ in browscap_globals_ctor()
299 static void browscap_bdata_dtor(browser_data *bdata, int persistent TSRMLS_DC) /* {{{ */ in browscap_bdata_dtor()
372 static int browser_reg_compare(zval **browser TSRMLS_DC, int num_args, va_list args, zend_hash_key … in browser_reg_compare()
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()
1738 static void php_array_data_shuffle(zval *array TSRMLS_DC) /* {{{ */ in php_array_data_shuffle()
2543 const char *name TSRMLS_DC) { in array_column_param_helper()
2887 static int zval_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_compare()
2922 static int zval_user_compare(zval **a, zval **b TSRMLS_DC) /* {{{ */ in zval_user_compare()
[all …]
/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/spl/
H A Dspl_iterators.c142 static void spl_recursive_it_dtor(zend_object_iterator *_iter TSRMLS_DC) in spl_recursive_it_dtor()
179 static int spl_recursive_it_valid(zend_object_iterator *iter TSRMLS_DC) in spl_recursive_it_valid()
408 static void spl_recursive_it_rewind(zend_object_iterator *iter TSRMLS_DC) in spl_recursive_it_rewind()
1581 static inline void spl_dual_it_require(spl_dual_it_object *intern TSRMLS_DC) in spl_dual_it_require()
1588 static inline void spl_dual_it_free(spl_dual_it_object *intern TSRMLS_DC) in spl_dual_it_free()
1613 static inline void spl_dual_it_rewind(spl_dual_it_object *intern TSRMLS_DC) in spl_dual_it_rewind()
1622 static inline int spl_dual_it_valid(spl_dual_it_object *intern TSRMLS_DC) in spl_dual_it_valid()
2281 static void spl_dual_it_free_storage(void *_object TSRMLS_DC) in spl_dual_it_free_storage()
2459 static inline int spl_limit_it_valid(spl_dual_it_object *intern TSRMLS_DC) in spl_limit_it_valid()
3332 void spl_append_it_fetch(spl_dual_it_object *intern TSRMLS_DC) /* {{{*/ in spl_append_it_fetch()
[all …]
H A Dspl_observer.c99 void spl_SplOjectStorage_free_storage(void *object TSRMLS_DC) /* {{{ */ in spl_SplOjectStorage_free_storage()
119 …orage_get_hash(spl_SplObjectStorage *intern, zval *this, zval *obj, int *hash_len_ptr TSRMLS_DC) { in spl_object_storage_get_hash()
202 …_storage_attach(spl_SplObjectStorage *intern, zval *this, zval *obj, zval *inf TSRMLS_DC) /* {{{ */ in spl_object_storage_attach()
232 int spl_object_storage_detach(spl_SplObjectStorage *intern, zval *this, zval *obj TSRMLS_DC) /* {{{… in spl_object_storage_detach()
245 …_storage_addall(spl_SplObjectStorage *intern, zval *this, spl_SplObjectStorage *other TSRMLS_DC) {… in spl_object_storage_addall()
301 static zend_object_value spl_object_storage_clone(zval *zobject TSRMLS_DC) in spl_object_storage_clone()
319 static HashTable* spl_object_storage_debug_info(zval *obj, int *is_temp TSRMLS_DC) /* {{{ */ in spl_object_storage_debug_info()
369 static HashTable *spl_object_storage_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ in spl_object_storage_get_gc()
407 static int spl_object_storage_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{{ */ in spl_object_storage_compare_objects()
421 static zend_object_value spl_SplObjectStorage_new(zend_class_entry *class_type TSRMLS_DC) in spl_SplObjectStorage_new()
[all …]
H A Dspl_directory.c63 static void spl_filesystem_file_free_line(spl_filesystem_object *intern TSRMLS_DC) /* {{{ */ in spl_filesystem_file_free_line()
75 static void spl_filesystem_object_free_storage(void *object TSRMLS_DC) /* {{{ */ in spl_filesystem_object_free_storage()
223 static int spl_filesystem_dir_read(spl_filesystem_object *intern TSRMLS_DC) /* {{{ */ in spl_filesystem_dir_read()
244 static void spl_filesystem_dir_open(spl_filesystem_object* intern, char *path TSRMLS_DC) in spl_filesystem_dir_open()
333 static zend_object_value spl_filesystem_object_clone(zval *zobject TSRMLS_DC) in spl_filesystem_object_clone()
1675 static void spl_filesystem_dir_it_dtor(zend_object_iterator *iter TSRMLS_DC) in spl_filesystem_dir_it_dtor()
1692 static int spl_filesystem_dir_it_valid(zend_object_iterator *iter TSRMLS_DC) in spl_filesystem_dir_it_valid()
1719 static void spl_filesystem_dir_it_move_forward(zend_object_iterator *iter TSRMLS_DC) in spl_filesystem_dir_it_move_forward()
1733 static void spl_filesystem_dir_it_rewind(zend_object_iterator *iter TSRMLS_DC) in spl_filesystem_dir_it_rewind()
1746 static void spl_filesystem_tree_it_dtor(zend_object_iterator *iter TSRMLS_DC) in spl_filesystem_tree_it_dtor()
[all …]
H A Dspl_dllist.c111 static void spl_ptr_llist_zval_dtor(spl_ptr_llist_element *elem TSRMLS_DC) { /* {{{ */ in spl_ptr_llist_zval_dtor()
118 static void spl_ptr_llist_zval_ctor(spl_ptr_llist_element *elem TSRMLS_DC) { /* {{{ */ in spl_ptr_llist_zval_ctor()
143 static void spl_ptr_llist_destroy(spl_ptr_llist *llist TSRMLS_DC) /* {{{ */ in spl_ptr_llist_destroy()
210 static void spl_ptr_llist_push(spl_ptr_llist *llist, void *data TSRMLS_DC) /* {{{ */ in spl_ptr_llist_push()
234 static void *spl_ptr_llist_pop(spl_ptr_llist *llist TSRMLS_DC) /* {{{ */ in spl_ptr_llist_pop()
289 static void *spl_ptr_llist_shift(spl_ptr_llist *llist TSRMLS_DC) /* {{{ */ in spl_ptr_llist_shift()
340 static void spl_dllist_object_free_storage(void *object TSRMLS_DC) /* {{{ */ in spl_dllist_object_free_storage()
464 static zend_object_value spl_dllist_object_clone(zval *zobject TSRMLS_DC) /* {{{ */ in spl_dllist_object_clone()
932 static void spl_dllist_it_dtor(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_dllist_it_dtor()
997 static void spl_dllist_it_rewind(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_dllist_it_rewind()
[all …]
H A Dspl_fixedarray.c78 static void spl_fixedarray_init(spl_fixedarray *array, long size TSRMLS_DC) /* {{{ */ in spl_fixedarray_init()
91 static void spl_fixedarray_resize(spl_fixedarray *array, long size TSRMLS_DC) /* {{{ */ in spl_fixedarray_resize()
136 static void spl_fixedarray_copy(spl_fixedarray *to, spl_fixedarray *from TSRMLS_DC) /* {{{ */ in spl_fixedarray_copy()
167 static HashTable* spl_fixedarray_object_get_properties(zval *obj TSRMLS_DC) /* {{{{ */ in spl_fixedarray_object_get_properties()
196 static void spl_fixedarray_object_free_storage(void *object TSRMLS_DC) /* {{{ */ in spl_fixedarray_object_free_storage()
319 static zend_object_value spl_fixedarray_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in spl_fixedarray_new()
326 static zend_object_value spl_fixedarray_object_clone(zval *zobject TSRMLS_DC) /* {{{ */ in spl_fixedarray_object_clone()
887 static void spl_fixedarray_it_dtor(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_fixedarray_it_dtor()
898 static void spl_fixedarray_it_rewind(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_fixedarray_it_rewind()
911 static int spl_fixedarray_it_valid(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_fixedarray_it_valid()
[all …]
H A Dspl_engine.c35 PHPAPI void spl_instantiate(zend_class_entry *pce, zval **object, int alloc TSRMLS_DC) in spl_instantiate()
46 PHPAPI long spl_offset_convert_to_long(zval *offset TSRMLS_DC) /* {{{ */ in spl_offset_convert_to_long()
H A Dspl_engine.h33 … int spl_instantiate_arg_ex1(zend_class_entry *pce, zval **retval, int alloc, zval *arg1 TSRMLS_DC) in spl_instantiate_arg_ex1()
43 …tantiate_arg_ex2(zend_class_entry *pce, zval **retval, int alloc, zval *arg1, zval *arg2 TSRMLS_DC) in spl_instantiate_arg_ex2()
53 … void spl_instantiate_arg_n(zend_class_entry *pce, zval **retval, int argc, zval ***argv TSRMLS_DC) in spl_instantiate_arg_n()
H A Dspl_functions.c31 …terface(zend_class_entry ** ppce, char * class_name, const zend_function_entry * functions TSRMLS_… in spl_register_interface()
41 …entry ** ppce, char * class_name, void * obj_ctor, const zend_function_entry * function_list TSRML… in spl_register_std_class()
56 …ry * parent_ce, char * class_name, void *obj_ctor, const zend_function_entry * function_list TSRML… in spl_register_sub_class()
73 …erty( zend_class_entry * class_entry, char *prop_name, int prop_name_len, int prop_flags TSRMLS_DC) in spl_register_property()
80 void spl_add_class_name(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) in spl_add_class_name()
96 void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) in spl_add_interfaces()
107 void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int ce_flags TSRMLS_DC) in spl_add_traits()
119 int spl_add_classes(zend_class_entry *pce, zval *list, int sub, int allow, int ce_flags TSRMLS_DC) in spl_add_classes()
136 …e_prop_name(zend_class_entry *ce, char *prop_name, int prop_len, int *name_len TSRMLS_DC) /* {{{ */ in spl_gen_private_prop_name()
H A Dspl_heap.c90 static void spl_ptr_heap_zval_dtor(spl_ptr_heap_element elem TSRMLS_DC) { /* {{{ */ in spl_ptr_heap_zval_dtor()
97 static void spl_ptr_heap_zval_ctor(spl_ptr_heap_element elem TSRMLS_DC) { /* {{{ */ in spl_ptr_heap_zval_ctor()
316 static spl_ptr_heap *spl_ptr_heap_clone(spl_ptr_heap *from TSRMLS_DC) { /* {{{ */ in spl_ptr_heap_clone()
339 static void spl_ptr_heap_destroy(spl_ptr_heap *heap TSRMLS_DC) { /* {{{ */ in spl_ptr_heap_destroy()
359 static void spl_heap_object_free_storage(void *object TSRMLS_DC) /* {{{ */ in spl_heap_object_free_storage()
480 static zend_object_value spl_heap_object_clone(zval *zobject TSRMLS_DC) /* {{{ */ in spl_heap_object_clone()
498 static int spl_heap_object_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in spl_heap_object_count_elements()
889 static void spl_heap_it_dtor(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_heap_it_dtor()
900 static void spl_heap_it_rewind(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_heap_it_rewind()
906 static int spl_heap_it_valid(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_heap_it_valid()
[all …]
H A Dphp_spl.c65 static zend_class_entry * spl_find_ce_by_name(char *name, int len, zend_bool autoload TSRMLS_DC) in spl_find_ce_by_name()
253 …ar *class_name, const char * lc_name, int class_name_len, const char * file_extension TSRMLS_DC) /… in spl_autoload()
785 PHPAPI void php_spl_object_hash(zval *obj, char *result TSRMLS_DC) /* {{{*/ in php_spl_object_hash()
810 int spl_build_class_list_string(zval **entry, char **list TSRMLS_DC) /* {{{ */ in spl_build_class_list_string()
H A Dspl_array.c138 SPL_API int spl_hash_verify_pos(spl_array_object * intern TSRMLS_DC) /* {{{ */ in spl_hash_verify_pos()
146 static void spl_array_object_free_storage(void *object TSRMLS_DC) in spl_array_object_free_storage()
284 static zend_object_value spl_array_object_clone(zval *zobject TSRMLS_DC) in spl_array_object_clone()
779 static HashTable *spl_array_get_properties(zval *object TSRMLS_DC) /* {{{ */ in spl_array_get_properties()
902 static int spl_array_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{{ */ in spl_array_compare_objects()
979 static int spl_array_next(spl_array_object *intern TSRMLS_DC) /* {{{ */ in spl_array_next()
993 static void spl_array_it_dtor(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_array_it_dtor()
1004 static int spl_array_it_valid(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_array_it_valid()
1089 static void spl_array_rewind(spl_array_object *intern TSRMLS_DC) /* {{{ */ in spl_array_rewind()
1102 static void spl_array_it_rewind(zend_object_iterator *iter TSRMLS_DC) /* {{{ */ in spl_array_it_rewind()
[all …]
/PHP-5.5/ext/sockets/
H A Dsockets.c401 static void php_destroy_socket(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in php_destroy_socket()
416 static int php_open_listen_sock(php_socket **php_sock, int port, int backlog TSRMLS_DC) /* {{{ */
466 …p_socket *in_sock, php_socket **new_sock, struct sockaddr *la, socklen_t *la_len TSRMLS_DC) /* {{{…
553 char *sockets_strerror(int error TSRMLS_DC) /* {{{ */
766 static int php_sock_array_to_fd_set(zval *sock_array, fd_set *fds, PHP_SOCKET *max_fd TSRMLS_DC) /*…
792 static int php_sock_array_from_fd_set(zval *sock_array, fd_set *fds TSRMLS_DC) /* {{{ */
2213 php_socket *socket_import_file_descriptor(PHP_SOCKET socket TSRMLS_DC)
H A Dconversions.c199 void err_msg_dispose(struct err_s *err TSRMLS_DC) in err_msg_dispose()
H A Dmulticast.c115 php_socket *sock, unsigned int *if_index TSRMLS_DC) in php_get_if_index_from_array()
247 zval **arg4 TSRMLS_DC) in php_do_setsockopt_ip_mcast()
316 zval **arg4 TSRMLS_DC) in php_do_setsockopt_ipv6_mcast()
382 unsigned int if_index TSRMLS_DC) in php_mcast_join()
392 unsigned int if_index TSRMLS_DC) in php_mcast_leave()
405 unsigned int if_index TSRMLS_DC) in php_mcast_join_source()
417 unsigned int if_index TSRMLS_DC) in php_mcast_leave_source()
429 unsigned int if_index TSRMLS_DC) in php_mcast_block_source()
441 unsigned int if_index TSRMLS_DC) in php_mcast_unblock_source()
454 int join TSRMLS_DC) in _php_mcast_join_leave()
[all …]
H A Dsendrecvmsg.c314 …php_do_setsockopt_ipv6_rfc3542(php_socket *php_sock, int level, int optname, zval **arg4 TSRMLS_DC) in php_do_setsockopt_ipv6_rfc3542()
365 …hp_do_getsockopt_ipv6_rfc3542(php_socket *php_sock, int level, int optname, zval *result TSRMLS_DC) in php_do_getsockopt_ipv6_rfc3542()

Completed in 124 milliseconds

12345678910>>...16