Searched refs:aiException (Results 1 – 1 of 1) sorted by relevance
212030 int *aiException; member212050 sqlite3_free(p->aiException);212101 aNew = sqlite3_realloc64(p->aiException,(p->nException+nEntry)*sizeof(int));212118 p->aiException = aNew;212130 int *a = p->aiException;266056 int *aiException; member266076 aNew = (int*)sqlite3_realloc64(p->aiException,266103 p->aiException = aNew;266118 int *a = p->aiException;266143 sqlite3_free(p->aiException);