Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c127979 const char *zChar = 0; local
127988 zChar = zIn;
127996 if( zIn[0]=='(' ) zChar = zIn;
128019 if( zChar ){
128020 while( zChar[0] ){
128021 if( sqlite3Isdigit(zChar[0]) ){
128023 sqlite3GetInt32(zChar, &v);
128026 zChar++;