Searched refs:pM (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dprintf.c663 struct sgMprintf *pM = (struct sgMprintf*)arg; local
664 pM->nTotal += nNewChar;
665 if( pM->nChar + nNewChar + 1 > pM->nAlloc ){
666 if( pM->xRealloc==0 ){
667 nNewChar = pM->nAlloc - pM->nChar - 1;
669 pM->nAlloc = pM->nChar + nNewChar*2 + 1;
670 if( pM
[all...]

Completed in 87 milliseconds