OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qstr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/unbound/dist/testcode/
testpkts.c
1294
char*
qstr
, *pstr, *s, *qcmpstr, *pcmpstr;
local
1307
qstr
= sldns_wire2str_pkt(qb, qlen);
1309
if(!
qstr
|| !pstr) error("cannot pkt2string");
1312
s = strstr(
qstr
, ";; QUESTION SECTION");
1317
free(
qstr
);
1324
free(
qstr
);
1350
free(
qstr
);
1361
char*
qstr
, *pstr, *s, *qcmpstr, *pcmpstr;
local
1374
qstr
= sldns_wire2str_pkt(qb, qlen);
1376
if(!
qstr
|| !pstr) error("cannot pkt2string")
1445
char*
qstr
, *pstr;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-sym-info.exp
41
set
qstr
"\"\[^\"\]+\""
43
"\{(?:line=\"$decimal\",)?name=${
qstr
},type=${
qstr
},description=${
qstr
}\}"
44
set type_re "\{(?:line=\"$decimal\",)*name=${
qstr
}\}"
48
"\{filename=${
qstr
},fullname=${
qstr
},symbols=${sym_list}\}"
50
"\{filename=${
qstr
},fullname=${
qstr
},symbols=${type_sym_list}\}"
148
-re "\{address=${
qstr
},name=${qstr}\},"
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-sym-info.exp
41
set
qstr
"\"\[^\"\]+\""
43
"\{(?:line=\"$decimal\",)?name=${
qstr
},type=${
qstr
},description=${
qstr
}\}"
44
set type_re "\{(?:line=\"$decimal\",)*name=${
qstr
}\}"
48
"\{filename=${
qstr
},fullname=${
qstr
},symbols=${sym_list}\}"
50
"\{filename=${
qstr
},fullname=${
qstr
},symbols=${type_sym_list}\}"
148
-re "\{address=${
qstr
},name=${qstr}\},"
[
all
...]
/src/external/mpl/bind/dist/lib/isc/netmgr/
http.c
2172
const uint8_t *
qstr
= NULL;
local
2175
qstr
= memchr(value, '?', valuelen);
2176
if (
qstr
!= NULL) {
2177
vlen =
qstr
- value;
2203
if (
qstr
!= NULL) {
2207
if (isc__nm_parse_httpquery((const char *)
qstr
, &dns_value,
Completed in 21 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026