Home
last modified time | relevance | path

Searched refs:file_pop_buffer (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c407 rbuf = file_pop_buffer(ms, pb); in file_buffer()
664 file_pop_buffer(struct magic_set *ms, file_pushbuf_t *pb) in file_pop_buffer() function
H A Dcompress.c317 if (file_pop_buffer(ms, pb) != NULL) in file_zmagic()
321 if ((rbuf = file_pop_buffer(ms, pb)) != NULL) { in file_zmagic()
H A Dfile.h539 protected char *file_pop_buffer(struct magic_set *, file_pushbuf_t *);
H A Dsoftmagic.c1833 rbuf = file_pop_buffer(ms, pb); in mget()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1397 if (file_pop_buffer(ms, pb) != NULL)
1401 if ((rbuf = file_pop_buffer(ms, pb)) != NULL) {

Completed in 22 milliseconds