Searched refs:aiException (Results 1 – 2 of 2) sorted by relevance
87 int *aiException; member107 sqlite3_free(p->aiException); in unicodeDestroy()158 aNew = sqlite3_realloc64(p->aiException,(p->nException+nEntry)*sizeof(int)); in unicodeAddExceptions()175 p->aiException = aNew; in unicodeAddExceptions()187 int *a = p->aiException; in unicodeIsException()
239 int *aiException; member259 aNew = (int*)sqlite3_realloc64(p->aiException, in fts5UnicodeAddExceptions()286 p->aiException = aNew; in fts5UnicodeAddExceptions()301 int *a = p->aiException; in fts5UnicodeIsException()326 sqlite3_free(p->aiException); in fts5UnicodeDelete()