Searched refs:file_oomem (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | funcs.c | 143 file_oomem(struct magic_set *ms, size_t len) in file_oomem() function 381 file_oomem(ms, len); in file_getbuffer() 386 file_oomem(ms, psize); in file_getbuffer() 452 file_oomem(ms, len); in file_check_mem()
|
H A D | apprentice.c | 443 file_oomem(ms, sizeof(*ml)); in apprentice_1() 602 file_oomem(ms, strlen(fn)); in file_apprentice() 1241 file_oomem(ms, slen); in coalesce_entries() 1286 file_oomem(ms, sizeof(*map)); in apprentice_load() 1309 file_oomem(ms, in apprentice_load() 1324 file_oomem(ms, mlen); in apprentice_load() 1807 file_oomem(ms, sizeof(*nm) * cnt); in parse() 1821 file_oomem(ms, len); in parse() 2937 file_oomem(ms, sizeof(*map)); in apprentice_buf() 2969 file_oomem(ms, sizeof(*map)); in apprentice_map() [all …]
|
H A D | encoding.c | 92 file_oomem(ms, mlen); in file_encoding() 97 file_oomem(ms, mlen); in file_encoding()
|
H A D | ascmagic.c | 141 file_oomem(ms, mlen); in file_ascmagic_with_encoding()
|
H A D | file.h | 482 protected void file_oomem(struct magic_set *, size_t);
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 383 file_oomem(ms, strlen(fn)); 500 file_oomem(ms, slen); 562 file_oomem(ms, 582 file_oomem(ms, mlen); 630 file_oomem(ms, len); 993 file_oomem(ms, map->len); 1299 file_oomem(ms, mlen); 2138 file_oomem(ms, mlen); 2144 file_oomem(ms, mlen); 3043 file_oomem(ms, psize); [all …]
|
Completed in 27 milliseconds