Searched refs:peek (Results 26 - 50 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_drr.c400 skb = cl->qdisc->ops->peek(cl->qdisc);
509 .peek = qdisc_peek_dequeued,
H A Dsch_teql.c440 ops->peek = teql_peek;
H A Dsch_api.c103 ---peek
152 if (qops->peek == NULL) {
154 qops->peek = noop_qdisc_ops.peek;
H A Dsch_gred.c586 .peek = qdisc_peek_head,
H A Dsch_sfq.c600 .peek = sfq_peek,
H A Dsch_hfsc.c869 skb = sch->ops->peek(sch);
1708 .peek = qdisc_peek_dequeued,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A D_stat.c15 #include <peek.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_pkt.c790 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
802 (peek && (type != SSL3_RT_APPLICATION_DATA)))
815 /* peek == 0 */
870 * (even in 'peek' mode) */
899 if (!peek)
H A Ds3_lib.c2335 static int ssl3_read_internal(SSL *s, void *buf, int len, int peek) argument
2342 ret=s->method->ssl_read_bytes(s,SSL3_RT_APPLICATION_DATA,buf,len,peek);
2351 ret=s->method->ssl_read_bytes(s,SSL3_RT_APPLICATION_DATA,buf,len,peek);
H A Dssl_locl.h795 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
838 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_pkt.c1160 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
1172 && (type != SSL3_RT_HANDSHAKE)) || (peek
1186 /* peek == 0 */
1244 * 'peek' mode)
1274 if (!peek) {
H A Dssl_locl.h1172 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
1224 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
H A Ds3_lib.c4451 static int ssl3_read_internal(SSL *s, void *buf, int len, int peek) argument
4461 peek);
4473 peek);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_pkt.c1160 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
1172 && (type != SSL3_RT_HANDSHAKE)) || (peek
1186 /* peek == 0 */
1244 * 'peek' mode)
1274 if (!peek) {
H A Dssl_locl.h1172 int ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
1224 int dtls1_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek);
H A Ds3_lib.c4451 static int ssl3_read_internal(SSL *s, void *buf, int len, int peek) argument
4461 peek);
4473 peek);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-tknzr.c151 *@param a_offset the offset of the byte to peek, the
1750 *To "peek a char" means reads the next char without consuming it.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3commontree.c160 tree = factory->nilStack->peek(factory->nilStack);
H A Dantlr3collections.c994 stack->peek = antlr3StackPeek;
1643 vector = factory->freeStack->peek(factory->freeStack);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A D_stat.c15 #include <peek.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-tknzr.c151 *@param a_offset the offset of the byte to peek, the
1750 *To "peek a char" means reads the next char without consuming it.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsocket.cpp1053 wxUint32 wxSocketBase::GetPushback(void *buffer, wxUint32 size, bool peek) argument
1063 if (!peek)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dsch_generic.h139 struct sk_buff * (*peek)(struct Qdisc *); member in struct:Qdisc_ops
506 /* generic pseudo peek method for non-work-conserving qdisc */
509 /* we can reuse ->gso_skb because peek isn't called for root qdiscs */
520 /* use instead of qdisc->dequeue() for all qdiscs queried with ->peek() */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c322 int (*peek) (struct in_str *); member in struct:in_str
325 #define b_peek(input) ((input)->peek(input))
1213 i->peek = file_peek;
1225 i->peek = static_peek;
2747 /* the src parameter allows us to peek forward to a possible &n syntax
3030 /* peek ahead in the in_str to find out if we have a "&n" construct,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcfsocket.cpp1069 wxUint32 wxSocketBase::GetPushback(void *buffer, wxUint32 size, bool peek) argument
1079 if (!peek)

Completed in 407 milliseconds

123