OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sqlite3_result_error_code
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c
287
void
sqlite3_result_error_code
(sqlite3_context *pCtx, int errCode){
function
[
all
...]
sqlite3ext.h
385
#define
sqlite3_result_error_code
sqlite3_api->result_error_code
macro
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
60621
SQLITE_API void
sqlite3_result_error_code
(sqlite3_context *pCtx, int errCode){
function
86867
#define
sqlite3_result_error_code
macro
[
all
...]
Completed in 88 milliseconds