Home
last modified time | relevance | path

Searched refs:psize (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h66 size_t psize; /* Allocated size of this structure. */ member
93 D->psize = psz; in dasm_init()
118 DASM_M_FREE(Dst, D, D->psize); in dasm_free()
H A Ddasm_ppc.h66 size_t psize; /* Allocated size of this structure. */ member
93 D->psize = psz; in dasm_init()
118 DASM_M_FREE(Dst, D, D->psize); in dasm_free()
H A Ddasm_arm.h67 size_t psize; /* Allocated size of this structure. */ member
94 D->psize = psz; in dasm_init()
119 DASM_M_FREE(Dst, D, D->psize); in dasm_free()
H A Ddasm_arm64.h69 size_t psize; /* Allocated size of this structure. */ member
96 D->psize = psz; in dasm_init()
121 DASM_M_FREE(Dst, D, D->psize); in dasm_free()
H A Ddasm_x86.h65 size_t psize; /* Allocated size of this structure. */ member
95 D->psize = psz; in dasm_init()
120 DASM_M_FREE(Dst, D, D->psize); in dasm_free()
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfuncs.c540 size_t psize, len; in file_getbuffer() local
557 psize = len * 4 + 1; in file_getbuffer()
558 if ((pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) { in file_getbuffer()
559 file_oomem(ms, psize); in file_getbuffer()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1999 psize = len * 4 + 1;
2000 - if ((pbuf = CAST(char *, realloc(ms->o.pbuf, psize))) == NULL) {
2001 + if ((pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) {
2002 file_oomem(ms, psize);

Completed in 39 milliseconds