Home | History | Annotate | Download | only in dist

Lines Matching refs:pTstAlloc

20878     void *pTstAlloc = sqlite3Malloc(10);                             \
20879 if (!pTstAlloc) return SQLITE_IOERR_NOMEM_BKPT; \
20880 sqlite3_free(pTstAlloc); \
27919 void *pTstAlloc = sqlite3Malloc(10);
27920 if (!pTstAlloc) return SQLITE_NOMEM_BKPT;
27921 sqlite3_free(pTstAlloc);