Home
last modified time | relevance | path

Searched refs:zTxt (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dos_kv.c444 const char *zTxt, /* Text encoding. Zero-terminated */ in kvvfsDecodeJournal() argument
451 while( (c = zTxt[i++])>='a' && c<='z' ){ in kvvfsDecodeJournal()
452 n += (zTxt[i] - 'a')*mult; in kvvfsDecodeJournal()
462 n = kvvfsDecode(zTxt+i, pFile->aJrnl, pFile->nJrnl); in kvvfsDecodeJournal()