Lines Matching refs:sqlite3_keyword_name
8447 ** The sqlite3_keyword_name(N,Z,L) interface finds the N-th keyword and
8450 ** zero-terminated. The sqlite3_keyword_name(N,Z,L) routine returns
8453 ** sqlite3_keyword_name(N,Z,L) result in undefined behavior.
8484 SQLITE_API int sqlite3_keyword_name(int,const char**,int*);
132563 #define sqlite3_keyword_name sqlite3_api->keyword_name
133068 sqlite3_keyword_name,
172300 SQLITE_API int sqlite3_keyword_name(int i,const char **pzName,int *pnName){