Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregenc.c842 resize_property_list(int new_size, const OnigCodePoint*** plist, int* psize) in resize_property_list() argument
858 *psize = new_size; in resize_property_list()
866 int *psize) in onigenc_property_list_add_property() argument
872 if (*psize <= *pnum) { in onigenc_property_list_add_property()
873 int new_size = (*psize == 0 ? PROP_INIT_SIZE : *psize * 2); in onigenc_property_list_add_property()
874 r = resize_property_list(new_size, plist, psize); in onigenc_property_list_add_property()
H A Dregint.h802 …nigCodePoint* prop, hash_table_type **table, const OnigCodePoint*** plist, int *pnum, int *psize));
/PHP-5.6/ext/fileinfo/libmagic/
H A Dfuncs.c339 size_t psize, len; in file_getbuffer() local
355 psize = len * 4 + 1; in file_getbuffer()
356 if ((ms->o.pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) { in file_getbuffer()
357 file_oomem(ms, psize); in file_getbuffer()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch2063 size_t psize, len;
2073 psize = len * 4 + 1;
2074 - if ((pbuf = CAST(char *, realloc(ms->o.pbuf, psize))) == NULL) {
2075 + if ((ms->o.pbuf = CAST(char *, erealloc(ms->o.pbuf, psize))) == NULL) {
2076 file_oomem(ms, psize);

Completed in 30 milliseconds