Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c185774 static i64 keywordCode(const char *z, i64 n, int *pType){ function
185949 if( n>=2 ) keywordCode((char*)z, n, &id);
186368 return keywordCode((char*)z, i, tokenType);