Home
last modified time | relevance | path

Searched refs:phar_decompress_filter (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/phar/
H A Dphar_internal.h539 char *phar_decompress_filter(phar_entry_info * entry, int return_unknown);
H A Dutil.c753 if ((filtername = phar_decompress_filter(entry, 0)) != NULL) { in phar_open_entry_fp()
760 …create %s filter while decompressing file \"%s\")", phar->fname, phar_decompress_filter(entry, 1),… in phar_open_entry_fp()
1175 char * phar_decompress_filter(phar_entry_info * entry, int return_unknown) /* {{{ */ in phar_decompress_filter() function
H A Dphar_object.c3900 if ((filter_name = phar_decompress_filter(stub, 0)) != NULL) { in PHP_METHOD()
3906 …phar \"%s\" (cannot create %s filter)", phar_obj->archive->fname, phar_decompress_filter(stub, 1)); in PHP_METHOD()

Completed in 40 milliseconds