Searched refs:pTstAlloc (Results 1 – 2 of 2) sorted by relevance
263 void *pTstAlloc = sqlite3Malloc(10); in sqlite3ThreadJoin() local264 if (!pTstAlloc) return SQLITE_NOMEM_BKPT; in sqlite3ThreadJoin()265 sqlite3_free(pTstAlloc); in sqlite3ThreadJoin()
68 void *pTstAlloc = sqlite3Malloc(10); \69 if (!pTstAlloc) return SQLITE_IOERR_NOMEM_BKPT; \70 sqlite3_free(pTstAlloc); \