Home
last modified time | relevance | path

Searched defs:zPrefix (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c5724 char *zPrefix; /* The prefix for the word we want to complete */ member
15511 char zPrefix[100]; /* Graph prefix */ global() member
25403 char zPrefix[100]; runOneSqlLine() local
25420 sqlite3_snprintf(sizeof(zPrefix), zPrefix, runOneSqlLine() local
25423 sqlite3_snprintf(sizeof(zPrefix), zPrefix, "%s:", zErrorType); runOneSqlLine() local
[all...]
H A Dsqlite3.c180843 char *zPrefix = 0; /* Prefix parameter value (or NULL) */ global() local
204453 rtreeSqlInit( Rtree *pRtree, sqlite3 *db, const char *zDb, const char *zPrefix, int isCreate ) global() argument
211444 const char *zPrefix = ""; global() local
[all...]

Completed in 148 milliseconds