Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 76 – 100 of 386) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c41 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz TSRMLS_DC) { in cdb_make_write()
59 int cdb_make_start(struct cdb_make *c, php_stream * f TSRMLS_DC) in cdb_make_start()
76 … cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h TSRMLS_DC) in cdb_make_addend()
104 int cdb_make_addbegin(struct cdb_make *c, unsigned int keylen, unsigned int datalen TSRMLS_DC) in cdb_make_addbegin()
125 …ake_add(struct cdb_make *c,char *key,unsigned int keylen,char *data,unsigned int datalen TSRMLS_DC) in cdb_make_add()
138 int cdb_make_finish(struct cdb_make *c TSRMLS_DC) in cdb_make_finish()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c170 static inline char* accel_getcwd(int *cwd_len TSRMLS_DC) in accel_getcwd()
187 void zend_accel_schedule_restart_if_necessary(zend_accel_restart_reason reason TSRMLS_DC) in zend_accel_schedule_restart_if_necessary()
1266 static void zend_accel_set_auto_globals(int mask TSRMLS_DC) in zend_accel_set_auto_globals()
1694 static char *accel_tsrm_realpath(const char *path, int path_len TSRMLS_DC)
2221 static int accel_clean_non_persistent_function(zend_function *function TSRMLS_DC)
2237 static int accel_cleanup_function_data(zend_function *function TSRMLS_DC)
2249 static int accel_clean_non_persistent_class(zend_class_entry **pce TSRMLS_DC)
2283 static int accel_clean_non_persistent_constant(zend_constant *c TSRMLS_DC)
2488 static void accel_globals_ctor(zend_accel_globals *accel_globals TSRMLS_DC)
2495 static void accel_globals_dtor(zend_accel_globals *accel_globals TSRMLS_DC)
[all …]
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c420 static void cwd_globals_ctor(virtual_cwd_globals *cwd_g TSRMLS_DC) /* {{{ */ in cwd_globals_ctor()
430 static void cwd_globals_dtor(virtual_cwd_globals *cwd_g TSRMLS_DC) /* {{{ */ in cwd_globals_dtor()
493 CWD_API char *virtual_getcwd_ex(size_t *length TSRMLS_DC) /* {{{ */ in virtual_getcwd_ex()
535 CWD_API char *virtual_getcwd(char *buf, size_t size TSRMLS_DC) /* {{{ */ in virtual_getcwd()
1359 CWD_API int virtual_chdir(const char *path TSRMLS_DC) /* {{{ */ in virtual_chdir()
1488 CWD_API int virtual_access(const char *pathname, int mode TSRMLS_DC) /* {{{ */ in virtual_access()
1658 CWD_API int virtual_creat(const char *path, mode_t mode TSRMLS_DC) /* {{{ */ in virtual_creat()
1676 CWD_API int virtual_rename(char *oldname, char *newname TSRMLS_DC) /* {{{ */ in virtual_rename()
1749 CWD_API int virtual_unlink(const char *path TSRMLS_DC) /* {{{ */ in virtual_unlink()
1788 CWD_API int virtual_rmdir(const char *pathname TSRMLS_DC) /* {{{ */ in virtual_rmdir()
[all …]
/PHP-5.5/ext/dba/libflatfile/
H A Dflatfile.c50 int flatfile_store(flatfile *dba, datum key_datum, datum value_datum, int mode TSRMLS_DC) { in flatfile_store()
86 datum flatfile_fetch(flatfile *dba, datum key_datum TSRMLS_DC) { in flatfile_fetch()
106 int flatfile_delete(flatfile *dba, datum key_datum TSRMLS_DC) { in flatfile_delete()
158 int flatfile_findkey(flatfile *dba, datum key_datum TSRMLS_DC) { in flatfile_findkey()
201 datum flatfile_firstkey(flatfile *dba TSRMLS_DC) { in flatfile_firstkey()
244 datum flatfile_nextkey(flatfile *dba TSRMLS_DC) { in flatfile_nextkey()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c70 static int is_http_stream_talking_to_iis(php_stream *stream TSRMLS_DC) in is_http_stream_talking_to_iis()
94 static int handle_ssl_error(php_stream *stream, int nr_bytes, zend_bool is_init TSRMLS_DC) in handle_ssl_error()
177 static size_t php_openssl_sockop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_openssl_sockop_read()
369 static int php_openssl_sockop_close(php_stream *stream, int close_handle TSRMLS_DC) in php_openssl_sockop_close()
420 static int php_openssl_sockop_flush(php_stream *stream TSRMLS_DC) in php_openssl_sockop_flush()
425 static int php_openssl_sockop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in php_openssl_sockop_stat()
433 php_stream_xport_crypto_param *cparam in php_openssl_setup_crypto()
570 php_stream_xport_crypto_param *cparam in php_openssl_enable_crypto()
737 php_stream_xport_param *xparam STREAMS_DC TSRMLS_DC) in php_openssl_tcp_sockop_accept()
930 static int php_openssl_sockop_cast(php_stream *stream, int castas, void **ret TSRMLS_DC) in php_openssl_sockop_cast()
[all …]
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c64 static char * _pdo_pgsql_escape_credentials(char *str TSRMLS_DC) in _pdo_pgsql_escape_credentials()
144 static int pgsql_lob_close(php_stream *stream, int close_handle TSRMLS_DC) in pgsql_lob_close()
157 static int pgsql_lob_flush(php_stream *stream TSRMLS_DC) in pgsql_lob_flush()
163 off_t *newoffset TSRMLS_DC) in pgsql_lob_seek()
206 static int pgsql_handle_closer(pdo_dbh_t *dbh TSRMLS_DC) /* {{{ */ in pgsql_handle_closer()
478 static int pdo_pgsql_check_liveness(pdo_dbh_t *dbh TSRMLS_DC) in pdo_pgsql_check_liveness()
488 static int pgsql_handle_in_transaction(pdo_dbh_t *dbh TSRMLS_DC) in pgsql_handle_in_transaction()
514 static int pgsql_handle_begin(pdo_dbh_t *dbh TSRMLS_DC) in pgsql_handle_begin()
519 static int pgsql_handle_commit(pdo_dbh_t *dbh TSRMLS_DC) in pgsql_handle_commit()
532 static int pgsql_handle_rollback(pdo_dbh_t *dbh TSRMLS_DC) in pgsql_handle_rollback()
[all …]
H A Dpgsql_statement.c47 static int pgsql_stmt_dtor(pdo_stmt_t *stmt TSRMLS_DC) in pgsql_stmt_dtor()
118 static int pgsql_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) in pgsql_stmt_execute()
239 enum pdo_param_event event_type TSRMLS_DC) in pgsql_stmt_param_hook()
384 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in pgsql_stmt_fetch()
431 static int pgsql_stmt_describe(pdo_stmt_t *stmt, int colno TSRMLS_DC) in pgsql_stmt_describe()
493 …_get_col(pdo_stmt_t *stmt, int colno, char **ptr, unsigned long *len, int *caller_frees TSRMLS_DC) in pgsql_stmt_get_col()
572 static int pgsql_stmt_get_column_meta(pdo_stmt_t *stmt, long colno, zval *return_value TSRMLS_DC) in pgsql_stmt_get_column_meta()
615 static int pdo_pgsql_stmt_cursor_closer(pdo_stmt_t *stmt TSRMLS_DC) in pdo_pgsql_stmt_cursor_closer()
/PHP-5.5/main/streams/
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()
72 …* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC) /* {{… in _php_glob_stream_get_pattern()
94 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC TSRMLS_DC) /* {{{ … in _php_glob_stream_get_count()
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()
140 static size_t php_glob_stream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) /* {{{ */ in php_glob_stream_read()
164 static int php_glob_stream_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ in php_glob_stream_close()
183 …lob_stream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) /* {{{ */ in php_glob_stream_rewind()
210 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_glob_stream_opener()
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c123 static int zend_pi3web_ub_write(const char *str, uint str_length TSRMLS_DC) in zend_pi3web_ub_write()
139 …pi3web_header_handler(sapi_header_struct *sapi_header, sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_pi3web_header_handler()
145 static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC) in accumulate_header_length()
151 static void concat_header(sapi_header_struct *sapi_header, char **combined_headers_ptr TSRMLS_DC) in concat_header()
162 static int sapi_pi3web_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_pi3web_send_headers()
212 static int sapi_pi3web_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_pi3web_read_post()
266 static void init_request_info(LPCONTROL_BLOCK lpCB TSRMLS_DC) in init_request_info()
280 static void sapi_pi3web_register_variables(zval *track_vars_array TSRMLS_DC) in sapi_pi3web_register_variables()
/PHP-5.5/ext/dom/
H A Dattr.c105 int dom_attr_name_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_attr_name_read()
129 int dom_attr_specified_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_attr_specified_read()
144 int dom_attr_value_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_attr_value_read()
170 int dom_attr_value_write(dom_object *obj, zval *newval TSRMLS_DC) in dom_attr_value_write()
211 int dom_attr_owner_element_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_attr_owner_element_read()
246 int dom_attr_schema_type_info_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_attr_schema_type_info_read()
/PHP-5.5/ext/spl/
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 …]
/PHP-5.5/sapi/continuity/
H A Dcapi.c130 static int sapi_capi_ub_write(const char *str, unsigned int str_length TSRMLS_DC) in sapi_capi_ub_write()
146 …capi_header_handler(sapi_header_struct * sapi_header, sapi_headers_struct * sapi_headers TSRMLS_DC) in sapi_capi_header_handler()
177 static int sapi_capi_send_headers(sapi_headers_struct * sapi_headers TSRMLS_DC) in sapi_capi_send_headers()
198 static int sapi_capi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_capi_read_post()
233 static void sapi_capi_register_server_variables(zval * track_vars_array TSRMLS_DC) in sapi_capi_register_server_variables()
346 static void capi_log_message(char *message TSRMLS_DC) in capi_log_message()
411 static void capi_request_ctor(NSLS_D TSRMLS_DC) in capi_request_ctor()
430 static void capi_request_dtor(NSLS_D TSRMLS_DC) in capi_request_dtor()
439 int capi_module_main(NSLS_D TSRMLS_DC) in capi_module_main()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_plugin.c70 enum_func_status mysqlnd_example_plugin_end(void * p TSRMLS_DC) in mysqlnd_example_plugin_end()
109 mysqlnd_plugin_end_apply_func(void *pDest TSRMLS_DC) in mysqlnd_plugin_end_apply_func()
140 PHPAPI unsigned int mysqlnd_plugin_register_ex(struct st_mysqlnd_plugin_header * plugin TSRMLS_DC) in mysqlnd_plugin_register_ex()
157 PHPAPI void * _mysqlnd_plugin_find(const char * const name TSRMLS_DC) in _mysqlnd_plugin_find()
170 …PI void _mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument TSRMLS_DC) in _mysqlnd_plugin_apply_with_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()
47 static size_t php_gziop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_gziop_write()
57 static int php_gziop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) in php_gziop_seek()
72 static int php_gziop_close(php_stream *stream, int close_handle TSRMLS_DC) in php_gziop_close()
92 static int php_gziop_flush(php_stream *stream TSRMLS_DC) in php_gziop_flush()
110 char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_gzopen()
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c56 php_phttpd_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_phttpd_sapi_ub_write()
70 …d_sapi_header_handler(sapi_header_struct *sapi_header, sapi_headers_struct *sapi_headers TSRMLS_DC) in php_phttpd_sapi_header_handler()
97 php_phttpd_sapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_phttpd_sapi_send_headers()
129 php_phttpd_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_phttpd_sapi_read_post()
184 php_phttpd_request_ctor(TSRMLS_D TSRMLS_DC) in php_phttpd_request_ctor()
235 php_phttpd_request_dtor(TSRMLS_D TSRMLS_DC) in php_phttpd_request_dtor()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c38 static void IntlDateFormatter_object_dtor(void *object, zend_object_handle handle TSRMLS_DC ) in IntlDateFormatter_object_dtor()
45 void IntlDateFormatter_object_free( zend_object *object TSRMLS_DC ) in IntlDateFormatter_object_free()
62 zend_object_value IntlDateFormatter_object_create(zend_class_entry *ce TSRMLS_DC) in IntlDateFormatter_object_create()
89 zend_object_value IntlDateFormatter_object_clone(zval *object TSRMLS_DC) in IntlDateFormatter_object_clone()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c39 zend_object_handle handle TSRMLS_DC ) in NumberFormatter_object_dtor()
46 void NumberFormatter_object_free( zend_object *object TSRMLS_DC ) in NumberFormatter_object_free()
59 zend_object_value NumberFormatter_object_create(zend_class_entry *ce TSRMLS_DC) in NumberFormatter_object_create()
82 zend_object_value NumberFormatter_object_clone(zval *object TSRMLS_DC) in NumberFormatter_object_clone()
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c37 static void MessageFormatter_object_dtor(void *object, zend_object_handle handle TSRMLS_DC ) in MessageFormatter_object_dtor()
44 void MessageFormatter_object_free( zend_object *object TSRMLS_DC ) in MessageFormatter_object_free()
57 zend_object_value MessageFormatter_object_create(zend_class_entry *ce TSRMLS_DC) in MessageFormatter_object_create()
80 zend_object_value MessageFormatter_object_clone(zval *object TSRMLS_DC) in MessageFormatter_object_clone()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c51 static int firebird_stmt_dtor(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */ in firebird_stmt_dtor()
87 static int firebird_stmt_execute(pdo_stmt_t *stmt TSRMLS_DC) /* {{{ */ in firebird_stmt_execute()
156 enum pdo_fetch_orientation ori, long offset TSRMLS_DC) in firebird_stmt_fetch()
183 static int firebird_stmt_describe(pdo_stmt_t *stmt, int colno TSRMLS_DC) /* {{{ */ in firebird_stmt_describe()
222 unsigned long *len, ISC_QUAD *blob_id TSRMLS_DC) in firebird_fetch_blob()
299 unsigned long *len, int *caller_frees TSRMLS_DC) in firebird_stmt_get_col()
411 static int firebird_bind_blob(pdo_stmt_t *stmt, ISC_QUAD *blob_id, zval *param TSRMLS_DC) in firebird_bind_blob()
451 enum pdo_param_event event_type TSRMLS_DC) in firebird_stmt_param_hook()
633 static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_stmt_set_attribute()
654 static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, long attr, zval *val TSRMLS_DC) /* {{{ */ in firebird_stmt_get_attribute()
[all …]
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c76 php_apache_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_apache_sapi_ub_write()
92 …pi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) in php_apache_sapi_header_handler()
154 php_apache_sapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_apache_sapi_send_headers()
184 php_apache_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_apache_sapi_read_post()
253 php_apache_sapi_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_sapi_getenv()
268 php_apache_sapi_register_variables(zval *track_vars_array TSRMLS_DC) in php_apache_sapi_register_variables()
316 static void php_apache_sapi_log_message(char *msg TSRMLS_DC) in php_apache_sapi_log_message()
329 static void php_apache_sapi_log_message_ex(char *msg, request_rec *r TSRMLS_DC) in php_apache_sapi_log_message_ex()
471 static int php_apache_request_ctor(request_rec *r, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor()
505 static void php_apache_request_dtor(request_rec *r TSRMLS_DC) in php_apache_request_dtor()
[all …]
/PHP-5.5/main/
H A Dphp_variables.c36 PHPAPI void php_register_variable(char *var, char *strval, zval *track_vars_array TSRMLS_DC) in php_register_variable()
418 void _php_import_environment_variables(zval *array_ptr TSRMLS_DC) in _php_import_environment_variables()
444 zend_bool php_std_auto_global_callback(char *name, uint name_len TSRMLS_DC) in php_std_auto_global_callback()
452 static void php_build_argv(char *s, zval *track_vars_array TSRMLS_DC) in php_build_argv()
579 static void php_autoglobal_merge(HashTable *dest, HashTable *src TSRMLS_DC) in php_autoglobal_merge()
633 static zend_bool php_auto_globals_create_get(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_get()
656 static zend_bool php_auto_globals_create_post(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_post()
683 static zend_bool php_auto_globals_create_cookie(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_cookie()
706 static zend_bool php_auto_globals_create_files(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_files()
742 static zend_bool php_auto_globals_create_server(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_server()
[all …]
/PHP-5.5/Zend/
H A Dzend_ini_scanner.l145 static void _yy_push_state(int new_state TSRMLS_DC) in _yy_push_state()
161 static void yy_scan_buffer(char *str, unsigned int len TSRMLS_DC) in yy_scan_buffer()
172 static int init_ini_scanner(int scanner_mode, zend_file_handle *fh TSRMLS_DC) in init_ini_scanner()
226 int zend_ini_open_file_for_scanning(zend_file_handle *fh, int scanner_mode TSRMLS_DC) in zend_ini_open_file_for_scanning()
248 int zend_ini_prepare_string_for_scanning(char *str, int scanner_mode TSRMLS_DC) in zend_ini_prepare_string_for_scanning()
264 static void zend_ini_escape_string(zval *lval, char *str, int len, char quote_type TSRMLS_DC) in zend_ini_escape_string()
311 int ini_lex(zval *ini_lval TSRMLS_DC) in ini_lex()
H A Dzend_operators.c184 ZEND_API void convert_scalar_to_number(zval *op TSRMLS_DC) /* {{{ */ in convert_scalar_to_number()
664 static void convert_scalar_to_array(zval *op, int type TSRMLS_DC) /* {{{ */ in convert_scalar_to_array()
810 ZEND_API int add_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ in add_function()
872 ZEND_API int sub_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ in sub_function()
919 ZEND_API int mul_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ in mul_function()
960 ZEND_API int div_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ in div_function()
1025 ZEND_API int mod_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ in mod_function()
1064 ZEND_API int boolean_not_function(zval *result, zval *op1 TSRMLS_DC) /* {{{ */ in boolean_not_function()
1074 ZEND_API int bitwise_not_function(zval *result, zval *op1 TSRMLS_DC) /* {{{ */ in bitwise_not_function()
1296 ZEND_API int concat_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {{{ */ in concat_function()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_misc.c32 void php_com_throw_exception(HRESULT code, char *message TSRMLS_DC) in php_com_throw_exception()
46 int codepage TSRMLS_DC) in php_com_wrap_dispatch()
69 int codepage TSRMLS_DC) in php_com_wrap_variant()
95 …P_COM_DOTNET_API int php_com_safearray_get_elem(VARIANT *array, VARIANT *dest, LONG dim1 TSRMLS_DC) in php_com_safearray_get_elem()
/PHP-5.5/ext/phar/
H A Ddirstream.c43 static int phar_dir_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ in phar_dir_close()
61 static int phar_dir_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) … in phar_dir_seek()
93 static size_t phar_dir_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) /* {{{ */ in phar_dir_read()
131 static size_t phar_dir_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) /* {{{ */ in phar_dir_write()
140 static int phar_dir_flush(php_stream *stream TSRMLS_DC) /* {{{ */ in phar_dir_flush()
163 static int phar_compare_dir_name(const void *a, const void *b TSRMLS_DC) /* {{{ */ in phar_compare_dir_name()
188 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest TSRMLS_DC) /* {{{ */ in phar_make_dirstream()
319 …*path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_… in phar_wrapper_open_dir()
432 …_wrapper *wrapper, char *url_from, int mode, int options, php_stream_context *context TSRMLS_DC) /… in phar_wrapper_mkdir()
564 …mdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) /… in phar_wrapper_rmdir()

Completed in 108 milliseconds

12345678910>>...16