Home
last modified time | relevance | path

Searched refs:mentryp (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c1138 parse(struct magic_set *ms, struct magic_entry **mentryp, uint32_t *nmentryp, argument
1173 me = &(*mentryp)[*nmentryp - 1];
1192 mp = erealloc(*mentryp, sizeof(*mp) * maxmagic);
1194 *mentryp = mp;
1196 me = &(*mentryp)[*nmentryp];
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch440 me = &(*mentryp)[*nmentryp - 1];
461 - realloc(*mentryp, sizeof(*mp) * maxmagic))) ==
468 + mp = erealloc(*mentryp, sizeof(*mp) * maxmagic);
470 *mentryp = mp;
472 me = &(*mentryp)[*nmentryp];

Completed in 14 milliseconds