Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_func.c33 static void *testContextMalloc(sqlite3_context *context, int nByte){ in testContextMalloc() function
111 zVal = testContextMalloc(pCtx, len+3); in test_destructor()
134 zVal = testContextMalloc(pCtx, len+3); in test_destructor16()
195 char *zRet = testContextMalloc(pCtx, nArg*2); in test_auxdata()
210 zAux = testContextMalloc(pCtx, n); in test_auxdata()