Searched refs:list_ (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/conf/
H A Dconf_mod.c559 int CONF_parse_list(const char *list_, int sep, int nospc, argument
566 if (list_ == NULL) {
571 lstart = list_;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/conf/
H A Dconf_mod.c559 int CONF_parse_list(const char *list_, int sep, int nospc, argument
566 if (list_ == NULL) {
571 lstart = list_;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dskbuff.h836 * @list_: list to peek at
847 static inline struct sk_buff *skb_peek(struct sk_buff_head *list_) argument
849 struct sk_buff *list = ((struct sk_buff *)list_)->next;
850 if (list == (struct sk_buff *)list_)
857 * @list_: list to peek at
868 static inline struct sk_buff *skb_peek_tail(struct sk_buff_head *list_) argument
870 struct sk_buff *list = ((struct sk_buff *)list_)->prev;
871 if (list == (struct sk_buff *)list_)
878 * @list_: list to measure
882 static inline __u32 skb_queue_len(const struct sk_buff_head *list_) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_mod.c579 int CONF_parse_list(const char *list_, int sep, int nospc, argument
584 lstart = list_;

Completed in 62 milliseconds