Home
last modified time | relevance | path

Searched refs:aiException (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c212030 int *aiException; member
212050 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; member
266076 aNew = (int*)sqlite3_realloc64(p->aiException,
266103 p->aiException = aNew;
266118 int *a = p->aiException;
266143 sqlite3_free(p->aiException);