Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/contrib/sqlite3/
H A Dsqlite3.c17374 sqlite3_int64 nKey; /* Size of pKey for indexes. PRIMARY KEY for tabs */ member
72666 i64 nKey; /* The key for INTKEY tables, or nPayload otherwise */ member
72733 i64 nKey; /* Size of pKey, or last integer key */ member
74088 i64 nKey, /* Integer key for tables. Size of pKey for indices */
92117 int nKey, /* Size of the binary record */
92295 int nKey, const void *pKey, /* The record to verify */
95880 int nKey,
106886 int nKey; /* Number of bytes in key */ member
108453 int nKey = pReader->nKey; local
109259 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
[all …]
H A Dshell.c15002 int nKey = STRLEN(zKey); in idxHashAdd() local
15033 static IdxHashEntry *idxHashFind(IdxHash *pHash, const char *zKey, int nKey){ in idxHashFind()
15053 static const char *idxHashSearch(IdxHash *pHash, const char *zKey, int nKey){ in idxHashSearch()