Home
last modified time | relevance | path

Searched refs:TSRMLS_DC (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/PHP-5.5/ext/dom/
H A Ddom_properties.h25 int dom_attr_name_read(dom_object *obj, zval **retval TSRMLS_DC);
26 int dom_attr_specified_read(dom_object *obj, zval **retval TSRMLS_DC);
27 int dom_attr_value_read(dom_object *obj, zval **retval TSRMLS_DC);
28 int dom_attr_value_write(dom_object *obj, zval *newval TSRMLS_DC);
38 int dom_document_doctype_read(dom_object *obj, zval **retval TSRMLS_DC);
53 int dom_document_config_read(dom_object *obj, zval **retval TSRMLS_DC);
78 int dom_domerror_type_read(dom_object *obj, zval **retval TSRMLS_DC);
91 int dom_domlocator_uri_read(dom_object *obj, zval **retval TSRMLS_DC);
131 int dom_node_prefix_read(dom_object *obj, zval **retval TSRMLS_DC);
132 int dom_node_prefix_write(dom_object *obj, zval *newval TSRMLS_DC);
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h61 void (*free_chunk)(MYSQLND_MEMORY_POOL_CHUNK * chunk TSRMLS_DC);
152 int (*local_infile_init)(void **ptr, char *filename, void **userdata TSRMLS_DC);
153 int (*local_infile_read)(void *ptr, zend_uchar * buf, unsigned int buf_len TSRMLS_DC);
155 void (*local_infile_end)(void *ptr TSRMLS_DC);
249 TSRMLS_DC);
275 void (*free_buffer)(struct st_mysqlnd_read_buffer ** TSRMLS_DC);
284 typedef void (*func_mysqlnd_net__free_contents)(MYSQLND_NET * net TSRMLS_DC);
598 typedef void (*func_mysqlnd_conn__dtor)(MYSQLND * conn TSRMLS_DC);
645 zend_bool as_int_or_float, MYSQLND_STATS * stats TSRMLS_DC);
1100 enum_func_status (*plugin_shutdown)(void * plugin TSRMLS_DC);
[all …]
/PHP-5.5/Zend/
H A Dzend_compile.h430 ZEND_API int lex_scan(zval *zendlval TSRMLS_DC);
467 void zend_do_echo(const znode *arg TSRMLS_DC);
495 void zend_do_free(znode *op1 TSRMLS_DC);
519 void zend_do_try(znode *try_token TSRMLS_DC);
525 void zend_do_throw(const znode *expr TSRMLS_DC);
573 void zend_do_pop_object(znode *object TSRMLS_DC);
643 void zend_do_label(znode *label TSRMLS_DC);
644 void zend_do_goto(const znode *label TSRMLS_DC);
646 void zend_release_labels(int temporary TSRMLS_DC);
686 void init_op(zend_op *op TSRMLS_DC);
[all …]
H A Dzend_object_handlers.h57 typedef void (*zend_object_set_t)(zval **object, zval *value TSRMLS_DC);
62 typedef zval* (*zend_object_get_t)(zval *object TSRMLS_DC);
82 typedef HashTable *(*zend_object_get_properties_t)(zval *object TSRMLS_DC);
95 typedef void (*zend_object_add_ref_t)(zval *object TSRMLS_DC);
96 typedef void (*zend_object_del_ref_t)(zval *object TSRMLS_DC);
97 typedef void (*zend_object_delete_obj_t)(zval *object TSRMLS_DC);
98 typedef zend_object_value (*zend_object_clone_obj_t)(zval *object TSRMLS_DC);
102 typedef int (*zend_object_compare_t)(zval *object1, zval *object2 TSRMLS_DC);
110 typedef int (*zend_object_count_elements_t)(zval *object, long *count TSRMLS_DC);
156 ZEND_API union _zend_function *zend_std_get_constructor(zval *object TSRMLS_DC);
[all …]
H A Dzend_objects_API.h28 typedef void (*zend_objects_free_object_storage_t)(void *object TSRMLS_DC);
29 typedef void (*zend_objects_store_clone_t)(void *object, void **object_clone TSRMLS_DC);
62 ZEND_API void zend_objects_store_mark_destructed(zend_objects_store *objects TSRMLS_DC);
68 ZEND_API void zend_objects_store_add_ref(zval *object TSRMLS_DC);
69 ZEND_API void zend_objects_store_del_ref(zval *object TSRMLS_DC);
75 ZEND_API zend_uint zend_objects_store_get_refcount(zval *object TSRMLS_DC);
76 ZEND_API zend_object_value zend_objects_store_clone_obj(zval *object TSRMLS_DC);
77 ZEND_API void *zend_object_store_get_object(const zval *object TSRMLS_DC);
80 ZEND_API void zend_object_store_set_object(zval *zobject, void *object TSRMLS_DC);
81 ZEND_API void zend_object_store_ctor_failed(zval *zobject TSRMLS_DC);
[all …]
H A Dzend_multibyte.h27 …ilter)(unsigned char **str, size_t *str_length, const unsigned char *buf, size_t length TSRMLS_DC);
29 typedef const zend_encoding* (*zend_encoding_fetcher)(const char *encoding_name TSRMLS_DC);
32 …onst unsigned char *string, size_t length, const zend_encoding **list, size_t list_size TSRMLS_DC);
34 …oding_list_len, const zend_encoding ***return_list, size_t *return_size, int persistent TSRMLS_DC);
36 typedef int (*zend_encoding_internal_encoding_setter)(const zend_encoding *encoding TSRMLS_DC);
62 ZEND_API int zend_multibyte_set_functions(const zend_multibyte_functions *functions TSRMLS_DC);
65 ZEND_API const zend_encoding *zend_multibyte_fetch_encoding(const char *name TSRMLS_DC);
68 …onst unsigned char *string, size_t length, const zend_encoding **list, size_t list_size TSRMLS_DC);
74 …byte_set_script_encoding(const zend_encoding **encoding_list, size_t encoding_list_size TSRMLS_DC);
75 ZEND_API int zend_multibyte_set_internal_encoding(const zend_encoding *encoding TSRMLS_DC);
[all …]
H A Dzend_objects.h28 ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC);
29 ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC);
30 …I zend_object_value zend_objects_new(zend_object **object, zend_class_entry *class_type TSRMLS_DC);
31 ZEND_API void zend_objects_destroy_object(zend_object *object, zend_object_handle handle TSRMLS_DC);
32 ZEND_API zend_object *zend_objects_get_address(const zval *object TSRMLS_DC);
33 …ject, zend_object_value new_obj_val, zend_object *old_object, zend_object_handle handle TSRMLS_DC);
34 ZEND_API zend_object_value zend_objects_clone_obj(zval *object TSRMLS_DC);
35 ZEND_API void zend_objects_free_object_storage(zend_object *object TSRMLS_DC);
H A Dzend_iterators.h33 void (*dtor)(zend_object_iterator *iter TSRMLS_DC);
36 int (*valid)(zend_object_iterator *iter TSRMLS_DC);
39 void (*get_current_data)(zend_object_iterator *iter, zval ***data TSRMLS_DC);
45 void (*get_current_key)(zend_object_iterator *iter, zval *key TSRMLS_DC);
48 void (*move_forward)(zend_object_iterator *iter TSRMLS_DC);
51 void (*rewind)(zend_object_iterator *iter TSRMLS_DC);
54 void (*invalidate_current)(zend_object_iterator *iter TSRMLS_DC);
82 …_object_iterator_kind zend_iterator_unwrap(zval *array_ptr, zend_object_iterator **iter TSRMLS_DC);
85 ZEND_API zval *zend_iterator_wrap(zend_object_iterator *iter TSRMLS_DC);
H A Dzend_interfaces.h52 ZEND_API void zend_user_it_rewind(zend_object_iterator *_iter TSRMLS_DC);
53 ZEND_API int zend_user_it_valid(zend_object_iterator *_iter TSRMLS_DC);
54 ZEND_API void zend_user_it_get_current_key(zend_object_iterator *_iter, zval *key TSRMLS_DC);
55 ZEND_API void zend_user_it_get_current_data(zend_object_iterator *_iter, zval ***data TSRMLS_DC);
56 ZEND_API void zend_user_it_move_forward(zend_object_iterator *_iter TSRMLS_DC);
57 ZEND_API void zend_user_it_invalidate_current(zend_object_iterator *_iter TSRMLS_DC);
59 ZEND_API zval *zend_user_it_new_iterator(zend_class_entry *ce, zval *object TSRMLS_DC);
60 …_iterator *zend_user_it_get_new_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
64 …ize(zval *object, unsigned char **buffer, zend_uint *buf_len, zend_serialize_data *data TSRMLS_DC);
65 …ass_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unserialize_data *data TSRMLS_DC);
[all …]
H A Dzend_exceptions.h29 ZEND_API void zend_exception_set_previous(zval *exception, zval *add_previous TSRMLS_DC);
33 void zend_throw_exception_internal(zval *exception TSRMLS_DC);
43 …l * zend_throw_exception(zend_class_entry *exception_ce, const char *message, long code TSRMLS_DC);
44 ZEND_API zval * zend_throw_exception_ex(zend_class_entry *exception_ce, long code TSRMLS_DC, const …
45 ZEND_API void zend_throw_exception_object(zval *exception TSRMLS_DC);
48 …_exception(zend_class_entry *exception_ce, const char *message, long code, int severity TSRMLS_DC);
50 extern ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
53 ZEND_API void zend_exception_error(zval *exception, int severity TSRMLS_DC);
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h377 sb4 php_oci_error (OCIError *, sword TSRMLS_DC);
378 sb4 php_oci_fetch_errmsg(OCIError *, text ** TSRMLS_DC);
389 void php_oci_client_get_version(char ** TSRMLS_DC);
403 int php_oci_lob_flush (php_oci_descriptor *, long TSRMLS_DC);
407 int php_oci_lob_close (php_oci_descriptor * TSRMLS_DC);
408 int php_oci_temp_lob_close (php_oci_descriptor * TSRMLS_DC);
410 void php_oci_lob_free(php_oci_descriptor * TSRMLS_DC);
453 int php_oci_statement_cancel (php_oci_statement * TSRMLS_DC);
454 void php_oci_statement_free (php_oci_statement * TSRMLS_DC);
456 int php_oci_bind_post_exec(void *data TSRMLS_DC);
[all …]
/PHP-5.5/ext/phar/
H A Dstream.h24 …rl* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS_DC);
25 void phar_entry_remove(phar_entry_data *idata, char **error TSRMLS_DC);
28 …rapper *wrapper, char *url_from, char *url_to, int options, php_stream_context *context TSRMLS_DC);
29 …unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC);
30 …er *wrapper, char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC);
33 static size_t phar_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC);
34 static size_t phar_stream_read( php_stream *stream, char *buf, size_t count TSRMLS_DC);
35 static int phar_stream_close(php_stream *stream, int close_handle TSRMLS_DC);
36 static int phar_stream_flush(php_stream *stream TSRMLS_DC);
37 …int phar_stream_seek( php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC);
[all …]
H A Ddirstream.h23 …am_wrapper *wrapper, char *url_from, int mode, int options, php_stream_context *context TSRMLS_DC);
24 …_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC);
27 …rl* phar_parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS_DC);
30 static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC);
31 static size_t phar_dir_read( php_stream *stream, char *buf, size_t count TSRMLS_DC);
32 static int phar_dir_close(php_stream *stream, int close_handle TSRMLS_DC);
33 static int phar_dir_flush(php_stream *stream TSRMLS_DC);
34 …ic int phar_dir_seek( php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC);
36 …th, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
H A Dphar_internal.h364 static inline php_stream *phar_get_entrypfp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypfp() argument
400 static inline php_stream *phar_get_pharfp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharfp() argument
458 static inline off_t phar_get_fp_offset(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_offset() argument
581 void phar_destroy_phar_data(phar_archive_data *phar TSRMLS_DC);
604 char *phar_fix_filepath(char *path, int *new_len, int use_cwd TSRMLS_DC);
612 phar_entry_info *phar_get_link_source(phar_entry_info *entry TSRMLS_DC);
614 int phar_separate_entry_fp(phar_entry_info *entry, char **error TSRMLS_DC);
615 int phar_open_archive_fp(phar_archive_data *phar TSRMLS_DC);
616 int phar_copy_on_write(phar_archive_data **pphar TSRMLS_DC);
637 int phar_archive_delref(phar_archive_data *phar TSRMLS_DC);
[all …]
/PHP-5.5/ext/dba/
H A Dphp_dba.h77 int (*open)(dba_info *, char **error TSRMLS_DC);
78 void (*close)(dba_info * TSRMLS_DC);
81 int (*exists)(dba_info *, char *, int TSRMLS_DC);
82 int (*delete)(dba_info *, char *, int TSRMLS_DC);
83 char* (*firstkey)(dba_info *, int * TSRMLS_DC);
84 char* (*nextkey)(dba_info *, int * TSRMLS_DC);
85 int (*optimize)(dba_info * TSRMLS_DC);
86 int (*sync)(dba_info * TSRMLS_DC);
96 void dba_close_##x(dba_info *info TSRMLS_DC)
110 int dba_optimize_##x(dba_info *info TSRMLS_DC)
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h54 static inline int php_com_is_valid_object(zval *zv TSRMLS_DC) in php_com_is_valid_object() argument
77 void php_com_object_clone(void *object, void **clone_ptr TSRMLS_DC);
78 void php_com_object_free_storage(void *object TSRMLS_DC);
88 uint *string_len, int codepage TSRMLS_DC);
90 uint string_len, int codepage TSRMLS_DC);
105 int namelen, DISPID *dispid TSRMLS_DC);
111 WORD flags, VARIANT *v, int nargs, zval ***args TSRMLS_DC);
163 int codepage TSRMLS_DC);
165 int codepage TSRMLS_DC);
170 int codepage, int *cached TSRMLS_DC);
[all …]
/PHP-5.5/main/
H A DSAPI.h190 SAPI_API void sapi_handle_post(void *arg TSRMLS_DC);
196 …i_register_treat_data(void (*treat_data)(int arg, char *str, zval *destArray TSRMLS_DC) TSRMLS_DC);
208 SAPI_API int sapi_get_fd(int *fd TSRMLS_DC);
211 SAPI_API int sapi_get_target_uid(uid_t * TSRMLS_DC);
212 SAPI_API int sapi_get_target_gid(gid_t * TSRMLS_DC);
230 char *(*getenv)(char *name, size_t name_len TSRMLS_DC);
238 int (*read_post)(char *buffer, uint count_bytes TSRMLS_DC);
242 void (*log_message)(char *message TSRMLS_DC);
258 int (*get_fd)(int *fd TSRMLS_DC);
262 int (*get_target_uid)(uid_t * TSRMLS_DC);
[all …]
H A Dfopen_wrappers.h28 PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle TSRMLS_DC);
29 PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC);
30 …(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len TSRMLS_DC);
31 …ath, char *real_path, const char *relative_to, size_t relative_to_len, int use_realpath TSRMLS_DC);
33 PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC);
34 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC);
35 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path TSRMLS_DC);
47 PHPAPI int php_check_safe_mode_include_dir(const char *path TSRMLS_DC);
49 PHPAPI char *php_resolve_path(const char *filename, int filename_len, const char *path TSRMLS_DC);
51 …_with_path(const char *filename, const char *mode, const char *path, char **opened_path TSRMLS_DC);
H A Dphp_output.h117 typedef void (*php_output_handler_context_dtor_t)(void *opaq TSRMLS_DC);
138 void (*dtor)(void *opaq TSRMLS_DC);
204 PHPAPI void php_output_set_status(int status TSRMLS_DC);
206 PHPAPI void php_output_set_implicit_flush(int flush TSRMLS_DC);
211 PHPAPI int php_output_write(const char *str, size_t len TSRMLS_DC);
222 PHPAPI int php_output_get_contents(zval *p TSRMLS_DC);
223 PHPAPI int php_output_get_length(zval *p TSRMLS_DC);
236 …dler_set_context(php_output_handler *handler, void *opaq, void (*dtor)(void* TSRMLS_DC) TSRMLS_DC);
237 PHPAPI int php_output_handler_start(php_output_handler *handler TSRMLS_DC);
240 PHPAPI void php_output_handler_dtor(php_output_handler *handler TSRMLS_DC);
[all …]
H A Dphp_streams.h120 int (*close)(php_stream *stream, int close_handle TSRMLS_DC);
121 int (*flush)(php_stream *stream TSRMLS_DC);
127 int (*cast)(php_stream *stream, int castas, void **ret TSRMLS_DC);
290 PHPAPI off_t _php_stream_tell(php_stream *stream TSRMLS_DC);
312 PHPAPI int _php_stream_eof(php_stream *stream TSRMLS_DC);
315 PHPAPI int _php_stream_getc(php_stream *stream TSRMLS_DC);
318 PHPAPI int _php_stream_putc(php_stream *stream, int c TSRMLS_DC);
358 int (*compare) (const char **a, const char **b) TSRMLS_DC);
448 int persistent STREAMS_DC TSRMLS_DC);
541 int php_init_stream_wrappers(int module_number TSRMLS_DC);
[all …]
/PHP-5.5/ext/intl/
H A Dintl_error.h35 void intl_error_init( intl_error* err TSRMLS_DC );
36 void intl_error_reset( intl_error* err TSRMLS_DC );
37 void intl_error_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC );
38 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
39 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC );
40 UErrorCode intl_error_get_code( intl_error* err TSRMLS_DC );
41 char* intl_error_get_message( intl_error* err TSRMLS_DC );
44 void intl_errors_reset( intl_error* err TSRMLS_DC );
45 void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
46 void intl_errors_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC );
[all …]
/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h72 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket TSRMLS_DC);
76 PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket TSRMLS_DC);
77 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket TSRMLS_DC);
93 TSRMLS_DC);
95 void (*dtor)(php_stream_filter *thisfilter TSRMLS_DC);
129 …oid _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter TSRMLS_DC);
131 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish TSRMLS_DC);
132 …PI php_stream_filter *php_stream_filter_remove(php_stream_filter *filter, int call_dtor TSRMLS_DC);
133 PHPAPI void php_stream_filter_free(php_stream_filter *filter TSRMLS_DC);
145 …eam_filter *(*create_filter)(const char *filtername, zval *filterparams, int persistent TSRMLS_DC);
[all …]
/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h38 PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64 TSRMLS_DC);
242 typedef int (*pdo_dbh_close_func)(pdo_dbh_t *dbh TSRMLS_DC);
254 typedef int (*pdo_dbh_txn_func)(pdo_dbh_t *dbh TSRMLS_DC);
321 typedef int (*pdo_stmt_dtor_func)(pdo_stmt_t *stmt TSRMLS_DC);
330 enum pdo_fetch_orientation ori, long offset TSRMLS_DC);
653 char **outquery, int *outquery_len TSRMLS_DC);
656 const char *sqlstate, const char *supp TSRMLS_DC);
658 PDO_API void php_pdo_dbh_addref(pdo_dbh_t *dbh TSRMLS_DC);
659 PDO_API void php_pdo_dbh_delref(pdo_dbh_t *dbh TSRMLS_DC);
661 PDO_API void php_pdo_stmt_addref(pdo_stmt_t *stmt TSRMLS_DC);
[all …]
H A Dphp_pdo_int.h28 PDO_API zend_class_entry *php_pdo_get_exception_base(int root TSRMLS_DC);
34 extern zend_object_value pdo_dbh_new(zend_class_entry *ce TSRMLS_DC);
39 extern zend_object_value pdo_dbstmt_new(zend_class_entry *ce TSRMLS_DC);
42 void pdo_dbstmt_free_storage(pdo_stmt_t *stmt TSRMLS_DC);
43 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
45 int pdo_stmt_describe_columns(pdo_stmt_t *stmt TSRMLS_DC);
48 extern zend_object_value pdo_row_new(zend_class_entry *ce TSRMLS_DC);
51 void pdo_row_free_storage(pdo_stmt_t *stmt TSRMLS_DC);
54 zend_object_iterator *php_pdo_dbstmt_iter_get(zend_class_entry *ce, zval *object TSRMLS_DC);
58 extern void pdo_handle_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt TSRMLS_DC);
[all …]
/PHP-5.5/ext/sockets/
H A Dmulticast.h51 zval **arg4 TSRMLS_DC);
56 zval **arg4 TSRMLS_DC);
61 struct in_addr *out_addr TSRMLS_DC);
66 unsigned *if_index TSRMLS_DC);
68 int php_string_to_if_index(const char *val, unsigned *out TSRMLS_DC);
75 unsigned int if_index TSRMLS_DC);
82 unsigned int if_index TSRMLS_DC);
92 unsigned int if_index TSRMLS_DC);
101 unsigned int if_index TSRMLS_DC);
110 unsigned int if_index TSRMLS_DC);
[all …]

Completed in 122 milliseconds

12345678910>>...24