Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/
H A Dmapfile-sqlite56 sqlite_set_result_error;
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest1.c633 sqlite_set_result_error(context, "first argument to test function " in testFunc()
638 sqlite_set_result_error(context, "2nd argument may not be NULL if the " in testFunc()
645 sqlite_set_result_error(context,"first argument should be one of: " in testFunc()
H A Dtclsqlite.c395 sqlite_set_result_error(context, Tcl_GetStringResult(p->interp), -1); in tclSqlFunc()
H A Dvdbeaux.c456 void sqlite_set_result_error(sqlite_func *p, const char *zMsg, int n){ in sqlite_set_result_error() function
H A Dsqlite.h.in505 void sqlite_set_result_error(sqlite_func*,const char*,int);