Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dphar_internal.h597 char *phar_decompress_filter(phar_entry_info * entry, int return_unknown);
H A Dutil.c764 if ((filtername = phar_decompress_filter(entry, 0)) != NULL) { in phar_open_entry_fp()
771 …create %s filter while decompressing file \"%s\")", phar->fname, phar_decompress_filter(entry, 1),… in phar_open_entry_fp()
1190 char * phar_decompress_filter(phar_entry_info * entry, int return_unknown) /* {{{ */ in phar_decompress_filter() function
H A Dphar_object.c3927 if ((filter_name = phar_decompress_filter(stub, 0)) != NULL) { in PHP_METHOD()
3933 … \"%s\" (cannot create %s filter)", phar_obj->arc.archive->fname, phar_decompress_filter(stub, 1)); in PHP_METHOD()

Completed in 21 milliseconds