OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:postdata
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/netmgr/
http.c
149
isc_buffer_t *
postdata
;
member in struct:http_cstream
541
if (stream->
postdata
!= NULL) {
543
isc_buffer_free(&stream->
postdata
);
974
size_t len = isc_buffer_remaininglength(cstream->
postdata
);
981
memmove(buf, isc_buffer_current(cstream->
postdata
),
983
isc_buffer_forward(cstream->
postdata
, len);
986
if (isc_buffer_remaininglength(cstream->
postdata
) == 0) {
1012
isc_buffer_usedlength(stream->
postdata
));
2027
isc_buffer_allocate(mctx, &cstream->
postdata
, region->length);
2028
isc_buffer_putmem(cstream->
postdata
, region->base
[
all
...]
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026