OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qstr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/testcode/
testpkts.c
1269
char*
qstr
, *pstr, *s, *qcmpstr, *pcmpstr;
local
1282
qstr
= sldns_wire2str_pkt(qb, qlen);
1284
if(!
qstr
|| !pstr) error("cannot pkt2string");
1287
s = strstr(
qstr
, ";; QUESTION SECTION");
1292
free(
qstr
);
1299
free(
qstr
);
1325
free(
qstr
);
1336
char*
qstr
, *pstr, *s, *qcmpstr, *pcmpstr;
local
1349
qstr
= sldns_wire2str_pkt(qb, qlen);
1351
if(!
qstr
|| !pstr) error("cannot pkt2string")
1420
char*
qstr
, *pstr;
local
[
all
...]
/src/external/mpl/bind/dist/lib/isc/netmgr/
http.c
2174
const uint8_t *
qstr
= NULL;
local
2177
qstr
= memchr(value, '?', valuelen);
2178
if (
qstr
!= NULL) {
2179
vlen =
qstr
- value;
2205
if (
qstr
!= NULL) {
2209
if (isc__nm_parse_httpquery((const char *)
qstr
, &dns_value,
Completed in 73 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026