Searched refs:startkey (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_mppc.h | 74 u_char startkey[MPPE_KEY_LEN]; /* start key */ member
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_mppc.h | 74 u_char startkey[MPPE_KEY_LEN]; /* start key */ member
|
| H A D | ng_mppc.c | 332 bcopy(cfg->startkey, d->key, keylen); in ng_mppc_rcvmsg() 333 ng_mppc_getkey(cfg->startkey, d->key, keylen); in ng_mppc_rcvmsg() 592 d->cfg.startkey, d->key, &d->rc4); in ng_mppc_compress() 689 d->cfg.startkey, d->key, &d->rc4); in ng_mppc_decompress() 725 d->cfg.startkey, d->key, &d->rc4); in ng_mppc_decompress()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_stream.c | 1015 unsigned char startkey[sizeof(streamID)]; in streamReplyWithRangeFromConsumerPEL() local 1017 streamEncodeID(startkey,start); in streamReplyWithRangeFromConsumerPEL() 1023 raxSeek(&ri,">=",startkey,sizeof(startkey)); in streamReplyWithRangeFromConsumerPEL() 2020 unsigned char startkey[sizeof(streamID)]; in xpendingCommand() local 2025 streamEncodeID(startkey,&startid); in xpendingCommand() 2028 raxSeek(&ri,">=",startkey,sizeof(startkey)); in xpendingCommand()
|