Home
last modified time | relevance | path

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

/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/netmgr/
H A Dhttp.c108 char *GET_path; member
438 if (stream->GET_path != NULL) { in put_http_cstream()
439 isc_mem_free(mctx, stream->GET_path); in put_http_cstream()
440 stream->GET_path = NULL; in put_http_cstream()
919 INSIST(stream->GET_path != NULL); in client_submit_request()
928 MAKE_NV(":path", stream->GET_path, in client_submit_request()
1538 cstream->GET_path = isc_mem_allocate(mctx, path_size); in client_send()
1540 cstream->GET_path, path_size, "%.*s?dns=%s", in client_send()