Home
last modified time | relevance | path

Searched defs:nKey (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c720 WORD nKey = 0; in MapKey() local
746 WORD nKey = 0; in AnsiKey() local
770 WORD nKey; in _nc_console_keyok() local
796 WORD nKey; in _nc_console_keyExist() local
928 int nKey = MapKey(vk); in _nc_console_twait() local
/src/contrib/sqlite3/
H A Dshell.c12991 int nKey = STRLEN(zKey); in idxHashAdd() local
13022 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
13042 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()
H A Dsqlite3.c16742 sqlite3_int64 nKey; /* Size of pKey for indexes. PRIMARY KEY for tabs */ member
70997 i64 nKey; /* The key for INTKEY tables, or nPayload otherwise */ member
71064 i64 nKey; /* Size of pKey, or last integer key */ member