Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c90 struct magic *mp; member
835 set_test_type(marray[starttest].mp, marray[i].mp);
841 marray[i].mp->desc[0] ? marray[i].mp->desc :
1192 mp = erealloc(*mentryp, sizeof(*mp) * maxmagic);
1193 (void)memset(&mp[*nmentryp], 0, sizeof(*mp) * ALLOC_INCR);
1194 *mentryp = mp;
1199 me->mp = m;
1202 m = me->mp;
1341 if (me->mp) {
1342 efree(me->mp);
[all …]
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch424 - free(marray[i].mp);
427 + if (marray[i].mp) {
453 me->mp = m = nm;
466 - (void)memset(&mp[*nmentryp], 0, sizeof(*mp) *
468 + mp = erealloc(*mentryp, sizeof(*mp) * maxmagic);
469 + (void)memset(&mp[*nmentryp], 0, sizeof(*mp) * ALLOC_INCR);
470 *mentryp = mp;
480 me->mp = m;
487 + if (me->mp) {
488 + efree(me->mp);
[all …]
/PHP-5.3/win32/build/
H A Dconfig.w32.phpize.in144 ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');
H A Dconfig.w32151 ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');
/PHP-5.3/
H A Dconfig.guess748 *:UNICOS/mp:*:*)

Completed in 23 milliseconds