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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c11963 static void printSchemaLine(FILE *out, const char *z, const char *zTail){ argument
11965 if( zTail==0 ) return;
11967 utf8_printf(out, "CREATE TABLE IF NOT EXISTS %s%s", z+13, zTail);
11969 utf8_printf(out, "%s%s", z, zTail);
11972 static void printSchemaLineN(FILE *out, char *z, int n, const char *zTail){ argument
11975 printSchemaLine(out, z, zTail);
H A Dsqlite3.c18975 const char *zTail; /* All SQL text past the last semicolon parsed */ member in struct:Parse
113910 char *zTail; /* Pointer to the last "_" in zName */ local
215833 const char *zTail = 0; local
229649 fts5StorageRenameOne( Fts5Config *pConfig, int *pRc, const char *zTail, const char *zName ) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10898 const char *zTail; /* All SQL text past the last semicolon parsed */ member in struct:Parse
[all...]

Completed in 825 milliseconds