Lines Matching defs:TSRMLS_DC

35 static int phar_set_writeable_bit(void *pDest, void *argument TSRMLS_DC) /* {{{ */  in phar_set_writeable_bit()
271 int phar_archive_delref(phar_archive_data *phar TSRMLS_DC) /* {{{ */ in phar_archive_delref()
327 static int phar_unalias_apply(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_unalias_apply()
336 static int phar_tmpclose_apply(void *pDest TSRMLS_DC) /* {{{ */ in phar_tmpclose_apply()
429 int phar_entry_delref(phar_entry_data *idata TSRMLS_DC) /* {{{ */ in phar_entry_delref()
457 void phar_entry_remove(phar_entry_data *idata, char **error TSRMLS_DC) /* {{{ */ in phar_entry_remove()
529 …t alias_len, int is_data, int options, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */
604 int phar_parse_metadata(char **buffer, zval **metadata, php_uint32 zip_metadata_len TSRMLS_DC) /* {…
650 …g halt_offset, phar_archive_data** pphar, php_uint32 compression, char **error TSRMLS_DC) /* {{{ */
1240 …t alias_len, int is_data, int options, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */
1317 …t alias_len, int is_data, int options, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */
1471 …ar *alias, int alias_len, int options, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */
1562 …t alias_len, int options, phar_archive_data** pphar, int is_data, char **error TSRMLS_DC) /* {{{ */
1734 …r_analyze_path(const char *fname, const char *ext, int ext_len, int for_create TSRMLS_DC) /* {{{ */
1836 … char *fname, const char *ext_str, int ext_len, int executable, int for_create TSRMLS_DC) /* {{{ */
1891 …t char **ext_str, int *ext_len, int executable, int for_create, int is_complete TSRMLS_DC) /* {{{ …
2142 char *phar_fix_filepath(char *path, int *new_len, int use_cwd TSRMLS_DC) /* {{{ */
2256 …h, int *arch_len, char **entry, int *entry_len, int executable, int for_create TSRMLS_DC) /* {{{ */
2329 int phar_open_executed_filename(char *alias, int alias_len, char **error TSRMLS_DC) /* {{{ */
2408 …ss_file(phar_entry_data *idata, php_uint32 crc32, char **error, int process_zip TSRMLS_DC) /* {{{ …
2504 static int phar_flush_clean_deleted_apply(void *data TSRMLS_DC) /* {{{ */
2518 …t_stub(const char *index_php, const char *web_index, size_t *len, char **error TSRMLS_DC) /* {{{ */
2570 …(phar_archive_data *phar, char *user_stub, long len, int convert, char **error TSRMLS_DC) /* {{{ */
3324 static size_t phar_zend_stream_reader(void *handle, char *buf, size_t len TSRMLS_DC) /* {{{ */
3330 static size_t phar_zend_stream_fsizer(void *handle TSRMLS_DC) /* {{{ */
3338 static char *phar_resolve_path(const char *filename, int filename_len TSRMLS_DC)
3343 static zend_op_array *phar_compile_file(zend_file_handle *file_handle, int type TSRMLS_DC) /* {{{ */