Searched refs:pTstAlloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c23313 void *pTstAlloc = sqlite3Malloc(10); \
23314 if (!pTstAlloc) return SQLITE_IOERR_NOMEM_BKPT; \
23315 sqlite3_free(pTstAlloc); \
30933 void *pTstAlloc = sqlite3Malloc(10); local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c14375 void *pTstAlloc = sqlite3Malloc(10); \
14376 if (!pTstAlloc) return SQLITE_IOERR_NOMEM; \
14377 sqlite3_free(pTstAlloc); \
[all...]

Completed in 746 milliseconds