Searched refs:xRealloc (Results 1 – 1 of 1) sorted by relevance
653 void *(*xRealloc)(void*,int); /* Function used to realloc memory */ member666 if( pM->xRealloc==0 ){ in mout()671 pM->zText = pM->xRealloc(0, pM->nAlloc); in mout()676 pM->zText = pM->xRealloc(pM->zText, pM->nAlloc); in mout()694 void *(*xRealloc)(void*,int), /* Routine to realloc memory. May be NULL */ in base_vprintf()705 sM.xRealloc = xRealloc; in base_vprintf()707 if( xRealloc ){ in base_vprintf()709 sM.zText = xRealloc(0, sM.nChar+1); in base_vprintf()712 sM.zText = xRealloc(sM.zText, sM.nChar+1); in base_vprintf()