Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c128187 const char *zChar = 0; local
128196 zChar = zIn;
128204 if( zIn[0]=='(' ) zChar = zIn;
128227 if( zChar ){
128228 while( zChar[0] ){
128229 if( sqlite3Isdigit(zChar[0]) ){
128231 sqlite3GetInt32(zChar, &v);
128234 zChar++;