Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c211712 int *aiException; member
211732 sqlite3_free(p->aiException);
211783 aNew = sqlite3_realloc64(p->aiException,(p->nException+nEntry)*sizeof(int));
211800 p->aiException = aNew;
211812 int *a = p->aiException;
265309 int *aiException; member
265329 aNew = (int*)sqlite3_realloc64(p->aiException,
265356 p->aiException = aNew;
265371 int *a = p->aiException;
265396 sqlite3_free(p->aiException);