Searched refs:sqlite_set_result_error (Results 1 – 5 of 5) sorted by relevance
56 sqlite_set_result_error;
636 sqlite_set_result_error(context, "first argument to test function " in testFunc()641 sqlite_set_result_error(context, "2nd argument may not be NULL if the " in testFunc()648 sqlite_set_result_error(context,"first argument should be one of: " in testFunc()
398 sqlite_set_result_error(context, Tcl_GetStringResult(p->interp), -1); in tclSqlFunc()
459 void sqlite_set_result_error(sqlite_func *p, const char *zMsg, int n){ in sqlite_set_result_error() function
508 void sqlite_set_result_error(sqlite_func*,const char*,int);