Searched refs:zPrefix (Results 1 - 2 of 2) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 5723 int nPrefix, nLine; /* Number of bytes in zPrefix and zLine */ 5724 char *zPrefix; /* The prefix for the word we want to complete */ member 5826 sqlite3_free(pCur->zPrefix); pCur->zPrefix = 0; pCur->nPrefix = 0; in completionCursorReset() 5851 ** keywords and filters them by zPrefix. Future enhancements should 5950 && sqlite3_strnicmp(pCur->zPrefix, pCur->zCurrentRow, pCur->nPrefix)==0 in completionNext() 5975 sqlite3_result_text(ctx, pCur->zPrefix, -1, SQLITE_TRANSIENT); in completionColumn() 6028 pCur->zPrefix = sqlite3_mprintf("%s", sqlite3_value_text(argv[iArg])); in completionFilter() 6029 if( pCur->zPrefix==0 ) return SQLITE_NOMEM; in completionFilter() 6040 if( pCur->zLine!=0 && pCur->zPrefix in completionFilter() 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 D | sqlite3.c | 180843 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 146 milliseconds