OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nquestions
(Results
1 - 5
of
5
) sorted by null
/external/libevent/include/event2/
dns_struct.h
58
int
nquestions
;
member in struct:evdns_server_request
/external/libevent/test/
regress_testutils.c
155
if (req->
nquestions
!= 1)
157
req->
nquestions
));
regress_dns.c
234
for (i = 0; i < req->
nquestions
; ++i) {
634
if (req->
nquestions
!= 1)
636
req->
nquestions
));
707
if (req->
nquestions
!= 1)
709
req->
nquestions
));
1024
for (i=0;i<req->
nquestions
;++i) {
[
all
...]
/external/libevent/sample/
dns-example.c
111
for (i = 0; i < req->
nquestions
; ++i) {
/external/libevent/
evdns.c
[
all
...]
Completed in 419 milliseconds