Lines Matching defs:zTxt
36239 const char *zTxt, /* Text encoding. Zero-terminated */36240 int nTxt /* Bytes in zTxt, excluding zero terminator */36246 while( (c = zTxt[i++])>='a' && c<='z' ){36247 n += (zTxt[i] - 'a')*mult;36257 n = kvvfsDecode(zTxt+i, pFile->aJrnl, pFile->nJrnl);