Searched refs:nChar (Results 1 – 2 of 2) sorted by relevance
647 int nChar; /* Length of the string so far */ member662 if( pM->nChar + nNewChar + 1 > pM->nAlloc ){ in mout()664 nNewChar = pM->nAlloc - pM->nChar - 1; in mout()666 pM->nAlloc = pM->nChar + nNewChar*2 + 1; in mout()669 if( pM->zText && pM->nChar ){ in mout()670 memcpy(pM->zText, pM->zBase, pM->nChar); in mout()679 memcpy(&pM->zText[pM->nChar], zNewText, nNewChar); in mout()680 pM->nChar += nNewChar; in mout()682 pM->zText[pM->nChar] = 0; in mout()700 sM.nChar = sM.nTotal = 0; in base_vprintf()[all …]
85 int nChar; in sqliteJoinType() member103 if( p->n==keywords[j].nChar in sqliteJoinType()