Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c2023 if( zCol==0 ) zCol = ""; in shellFakeSchema()
2024 cQuote = quoteChar(zCol); in shellFakeSchema()
12632 if( zCol==0 ){ in idxGetTableInfo()
12636 nByte += 1 + STRLEN(zCol); in idxGetTableInfo()
12663 if( zCol==0 ) continue; in idxGetTableInfo()
12664 nCopy = STRLEN(zCol) + 1; in idxGetTableInfo()
12667 memcpy(pCsr, zCol, nCopy); in idxGetTableInfo()
16582 char *zCol; member
27264 if( zCol==0 ){ in do_meta_command()
27266 zCol = "_ROWID_"; in do_meta_command()
[all …]
H A Dsqlite3.c106851 const char *zCol,
106874 if( zCol ){
108188 const char *zCol;
116550 if( zCol ){
118318 if( zCol==0 ){
118333 zCol
121279 zCol = "ROWID";
126740 char *zCol;
145035 char *zCol;
219708 const char *zCol;
[all …]