Searched refs:t1ErrorName (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | test1.c | 169 #define t1ErrorName sqlite3TestErrorName macro 187 t1ErrorName(rc), rc, t1ErrorName(r2), r2); in sqlite3TestErrCode() 732 Tcl_SetResult(interp, (char *)t1ErrorName(rc), TCL_STATIC); in sqlite_test_close() 1047 Tcl_SetResult(interp, (char *)t1ErrorName(rc), 0); in test_create_function() 1161 Tcl_SetResult(interp, (char *)t1ErrorName(rc), 0); in test_create_aggregate() 2221 Tcl_SetResult(interp, (char *)t1ErrorName(rc), TCL_STATIC); in test_finalize() 2356 Tcl_SetResult(interp, (char *)t1ErrorName(rc), TCL_STATIC); in test_reset() 2897 if( 0==strcmp(t1ErrorName(i), zCode) ) break; in test_errstr() 3425 Tcl_AppendResult(interp, (char *)t1ErrorName(rc), 0); in test_ex_errcode() 3452 Tcl_AppendResult(interp, (char *)t1ErrorName(rc), 0); in test_errcode() [all …]
|