Lines Matching refs:sqlite3_context
33 static void *testContextMalloc(sqlite3_context *context, int nByte){ in testContextMalloc()
45 static void randStr(sqlite3_context *context, int argc, sqlite3_value **argv){ in randStr()
100 sqlite3_context *pCtx, in test_destructor()
123 sqlite3_context *pCtx, in test_destructor16()
146 sqlite3_context *pCtx, in test_destructor_count()
165 static void test_agg_errmsg16_step(sqlite3_context *a, int b,sqlite3_value **c){ in test_agg_errmsg16_step()
167 static void test_agg_errmsg16_final(sqlite3_context *ctx){ in test_agg_errmsg16_final()
190 sqlite3_context *pCtx, in test_auxdata()
227 sqlite3_context *pCtx, in test_error()
244 sqlite3_context *pCtx, /* Function context */ in counterFunc()
277 sqlite3_context *pCtx, in test_isolation()
295 sqlite3_context *pCtx, in test_eval()
355 sqlite3_context *pCtx, in testHexToUtf16be()
382 sqlite3_context *pCtx, in testHexToUtf8()
409 sqlite3_context *pCtx, in testHexToUtf16le()
437 sqlite3_context *context, in real2hex()
474 sqlite3_context *context, in test_extract()
522 sqlite3_context *context, in test_decode()
615 sqlite3_context *context, in test_zeroblob()
628 sqlite3_context *context, in test_getsubtype()
641 sqlite3_context *context, in test_frombind()
658 sqlite3_context *context, in test_setsubtype()
675 void (*xFunc)(sqlite3_context*,int,sqlite3_value **); in registerTestFunctions()
738 static void tStep(sqlite3_context *a, int b, sqlite3_value **c){} in tStep()
739 static void tFinal(sqlite3_context *a){} in tFinal()
849 static void rankfunc(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal){ in rankfunc()