Home
last modified time | relevance | path

Searched refs:query (Results 1 – 8 of 8) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/core/
A Ddns.c524 ++query; in dns_compare_name()
527 ++query; in dns_compare_name()
547 n = *query++; in dns_parse_name()
555 ++query; in dns_parse_name()
559 } while (*query != 0); in dns_parse_name()
561 return query + 1; in dns_parse_name()
580 char *query, *nptr; in dns_send() local
607 nptr = query; in dns_send()
608 ++query; in dns_send()
611 ++query; in dns_send()
[all …]
/components/net/at/src/
A Dat_server.c342 if (cmd->query == RT_NULL) in at_cmd_process()
347 return cmd->query(); in at_cmd_process()
/components/net/at/include/
A Dat.h76 at_result_t (*query)(void); member
/components/net/lwip/lwip-2.0.3/src/core/
A Ddns.c665 dns_compare_name(const char *query, struct pbuf* p, u16_t start_offset) in dns_compare_name() argument
686 if ((*query) != (u8_t)c) { in dns_compare_name()
690 ++query; in dns_compare_name()
693 ++query; in dns_compare_name()
/components/net/lwip/lwip-2.1.2/src/core/
A Ddns.c679 dns_compare_name(const char *query, struct pbuf *p, u16_t start_offset) in dns_compare_name() argument
702 if (lwip_tolower((*query)) != lwip_tolower((u8_t)c)) { in dns_compare_name()
710 ++query; in dns_compare_name()
713 ++query; in dns_compare_name()
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG917 * dns.c: fixed bug #37705 Possible memory corruption in DNS query
2484 indicate the number of pointers query by the mailbox. There is three defines
2560 received match the name query), implement DNS_USES_STATIC_BUF (the place where
2562 for a new query, and fix some minor problems.
2663 the next query message to receive the matching multicast streams).
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1528 indicate the number of pointers query by the mailbox. There is three defines
1604 received match the name query), implement DNS_USES_STATIC_BUF (the place where
1606 for a new query, and fix some minor problems.
1707 the next query message to receive the matching multicast streams).
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1170 * dns.c: fixed bug #37705 Possible memory corruption in DNS query
2737 indicate the number of pointers query by the mailbox. There is three defines
2813 received match the name query), implement DNS_USES_STATIC_BUF (the place where
2815 for a new query, and fix some minor problems.
2916 the next query message to receive the matching multicast streams).

Completed in 57 milliseconds