Searched refs:file_oomem (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | funcs.c | 143 file_oomem(struct magic_set *ms, size_t len) in file_oomem() function 375 file_oomem(ms, len); in file_getbuffer() 380 file_oomem(ms, psize); in file_getbuffer() 446 file_oomem(ms, len); in file_check_mem()
|
H A D | apprentice.c | 447 file_oomem(ms, sizeof(*ml)); in apprentice_1() 606 file_oomem(ms, strlen(fn)); in file_apprentice() 1201 file_oomem(ms, slen); in coalesce_entries() 1246 file_oomem(ms, sizeof(*map)); in apprentice_load() 1269 file_oomem(ms, in apprentice_load() 1284 file_oomem(ms, mlen); in apprentice_load() 1767 file_oomem(ms, sizeof(*nm) * cnt); in parse() 1781 file_oomem(ms, len); in parse() 2858 file_oomem(ms, sizeof(*map)); in apprentice_buf() 2890 file_oomem(ms, sizeof(*map)); in apprentice_map() [all …]
|
H A D | encoding.c | 82 file_oomem(ms, mlen); in file_encoding() 87 file_oomem(ms, mlen); in file_encoding()
|
H A D | ascmagic.c | 137 file_oomem(ms, mlen); in file_ascmagic_with_encoding()
|
H A D | file.h | 472 protected void file_oomem(struct magic_set *, size_t);
|
/PHP-7.2/ext/fileinfo/ |
H A D | libmagic.patch | 309 - file_oomem(ms, sizeof(*ml)); 355 file_oomem(ms, strlen(fn)); 436 file_oomem(ms, slen); 473 file_oomem(ms, sizeof(*map)); 498 file_oomem(ms, 518 file_oomem(ms, mlen); 557 file_oomem(ms, len); 723 file_oomem(ms, map->len); 939 file_oomem(ms, mlen); 2168 file_oomem(ms, psize); [all …]
|
Completed in 43 milliseconds