Searched refs:xRealloc (Results 1 – 1 of 1) sorted by relevance
650 void *(*xRealloc)(void*,int); /* Function used to realloc memory */ member663 if( pM->xRealloc==0 ){ in mout()668 pM->zText = pM->xRealloc(0, pM->nAlloc); in mout()673 pM->zText = pM->xRealloc(pM->zText, pM->nAlloc); in mout()691 void *(*xRealloc)(void*,int), /* Routine to realloc memory. May be NULL */ in base_vprintf()702 sM.xRealloc = xRealloc; in base_vprintf()704 if( xRealloc ){ in base_vprintf()706 sM.zText = xRealloc(0, sM.nChar+1); in base_vprintf()709 sM.zText = xRealloc(sM.zText, sM.nChar+1); in base_vprintf()