Searched refs:zTail (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c19034 static void printSchemaLine(const char *z, const char *zTail){ argument
19037 if( zTail==0 ) return;
19038 if( zTail[0]==';' && (strstr(z, "/*")!=0 || strstr(z,"--")!=0) ){
19056 oputf("CREATE TABLE IF NOT EXISTS %s%s", z+13, zTail);
19058 oputf("%s%s", z, zTail);
19062 static void printSchemaLineN(char *z, int n, const char *zTail){ argument
19065 printSchemaLine(z, zTail);
H A Dsqlite3.c19816 const char *zTail; /* All SQL text past the last semicolon parsed */ member in struct:Parse
123181 char *zTail; /* Pointer to the last "_" in zName */ local
234353 const char *zTail = 0; local
250988 fts5StorageRenameOne( Fts5Config *pConfig, int *pRc, const char *zTail, const char *zName ) argument
[all...]

Completed in 887 milliseconds