HomeSort by relevance Sort by last modified time
    Searched refs:azCol (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_expr.c 87 const char **azCol; /* Array of column names for fts3 table */
88 int nCol; /* Number of entries in azCol[] */
454 const char *zStr = pParse->azCol[ii];
692 ** use to normalize query tokens while parsing the expression. The azCol[]
705 char **azCol, /* Array of column names for fts3 table */
706 int nCol, /* Number of entries in azCol[] */
715 sParse.azCol = (const char **)azCol;
859 char **azCol = 0;
896 azCol = (char **)sqlite3_malloc(nCol*sizeof(char *))
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
rollback-test.c 44 static int execCallback(void *NotUsed, int nArg, char **azArg, char **azCol){
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c     [all...]

Completed in 110 milliseconds