Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dfuncs.c445 rbuf = file_pop_buffer(ms, pb); in file_buffer()
703 file_pop_buffer(struct magic_set *ms, file_pushbuf_t *pb) in file_pop_buffer() function
H A Dcompress.c321 if (file_pop_buffer(ms, pb) != NULL) in file_zmagic()
325 if ((rbuf = file_pop_buffer(ms, pb)) != NULL) { in file_zmagic()
H A Dfile.h592 protected char *file_pop_buffer(struct magic_set *, file_pushbuf_t *);
H A Dsoftmagic.c1881 rbuf = file_pop_buffer(ms, pb); in mget()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1258 if (file_pop_buffer(ms, pb) != NULL)
1262 if ((rbuf = file_pop_buffer(ms, pb)) != NULL) {

Completed in 20 milliseconds