Searched defs:testContextMalloc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_func.c27 static void *testContextMalloc(sqlite3_context *context, int nByte){ function
105 zVal = testContextMalloc(pCtx, len+3);
128 zVal = testContextMalloc(pCtx, len+3);
191 char *zRet = testContextMalloc(pCtx, nArg*2);
206 zAux = testContextMalloc(pCtx, n);

Completed in 106 milliseconds