Searched defs:nKey (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_win32con.c | 720 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 D | sqlite3.c | 17374 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 D | shell.c | 15002 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()
|