Lines Matching refs:sqlite3_value
45 static void randStr(sqlite3_context *context, int argc, sqlite3_value **argv){ in randStr()
102 sqlite3_value **argv in test_destructor()
125 sqlite3_value **argv in test_destructor16()
148 sqlite3_value **argv in test_destructor_count()
165 static void test_agg_errmsg16_step(sqlite3_context *a, int b,sqlite3_value **c){ in test_agg_errmsg16_step()
192 sqlite3_value **argv in test_auxdata()
229 sqlite3_value **argv in test_error()
246 sqlite3_value **argv /* Values for all function arguments */ in counterFunc()
279 sqlite3_value **argv in test_isolation()
297 sqlite3_value **argv in test_eval()
357 sqlite3_value **argv in testHexToUtf16be()
384 sqlite3_value **argv in testHexToUtf8()
411 sqlite3_value **argv in testHexToUtf16le()
439 sqlite3_value **argv in real2hex()
476 sqlite3_value **argv in test_extract()
524 sqlite3_value **argv in test_decode()
617 sqlite3_value **argv in test_zeroblob()
630 sqlite3_value **argv in test_getsubtype()
643 sqlite3_value **argv in test_frombind()
660 sqlite3_value **argv 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()
849 static void rankfunc(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal){ in rankfunc()