Searched refs:file_oomem (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/fileinfo/libmagic/ |
H A D | funcs.c | 230 file_oomem(struct magic_set *ms, size_t len) in file_oomem() function 565 file_oomem(ms, len); in file_getbuffer() 570 file_oomem(ms, psize); in file_getbuffer() 636 file_oomem(ms, len); in file_check_mem()
|
H A D | apprentice.c | 505 file_oomem(ms, sizeof(*ms->mlist[0])); in apprentice_1() 693 file_oomem(ms, strlen(fn)); in file_apprentice() 700 file_oomem(ms, sizeof(*ms->mlist[0])); in file_apprentice() 1239 file_oomem(ms, sizeof(*mp) * incr); in addentry() 1428 file_oomem(ms, slen); in coalesce_entries() 1473 file_oomem(ms, sizeof(*map)); in apprentice_load() 1496 file_oomem(ms, in apprentice_load() 1511 file_oomem(ms, mlen); in apprentice_load() 2013 file_oomem(ms, sizeof(*nm) * cnt); in parse() 2027 file_oomem(ms, len); in parse() [all …]
|
H A D | ascmagic.c | 147 file_oomem(ms, mlen); in file_ascmagic_with_encoding()
|
H A D | encoding.c | 102 file_oomem(ms, mlen); in file_encoding() 154 file_oomem(ms, mlen); in file_encoding()
|
H A D | file.h | 569 file_protected void file_oomem(struct magic_set *, size_t);
|
H A D | softmagic.c | 781 file_oomem(ms, ms->search.rm_len); in mprint()
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 264 file_oomem(ms, strlen(fn)); 345 file_oomem(ms, slen); 407 file_oomem(ms, 429 file_oomem(ms, mlen); 479 file_oomem(ms, len); 642 - file_oomem(ms, map->len); 889 file_oomem(ms, mlen); 1357 file_oomem(ms, mlen); 1365 file_oomem(ms, mlen); 2013 file_oomem(ms, psize); [all …]
|
Completed in 41 milliseconds