Home
last modified time | relevance | path

Searched refs:sqlite3_keyword_name (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dcompletion.c205 sqlite3_keyword_name(pCur->j++, &pCur->zCurrentRow, &pCur->szRow); in completionNext()
/sqlite-3.40.0/src/
H A Dloadext.c441 sqlite3_keyword_name,
H A Dsqlite3ext.h634 #define sqlite3_keyword_name sqlite3_api->keyword_name macro
H A Dsqlite.h.in8086 ** The sqlite3_keyword_name(N,Z,L) interface finds the N-th keyword and
8089 ** zero-terminated. The sqlite3_keyword_name(N,Z,L) routine returns
8092 ** sqlite3_keyword_name(N,Z,L) result in undefined behavior.
8123 int sqlite3_keyword_name(int,const char**,int*);