Lines Matching defs:pFold
252128 char *pFold = aFold;252151 if( pFold!=aFold ) sqlite3_free(pFold);252152 pFold = sqlite3_malloc64((sqlite3_int64)nByte*2);252153 if( pFold==0 ){252159 asciiFold(pFold, &pText[is], nByte);252162 rc = xToken(pCtx, 0, pFold, nByte, is, ie);252166 if( pFold!=aFold ) sqlite3_free(pFold);
Indexes created Sat Feb 28 05:31:39 UTC 2026