OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cafile
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
transport.c
59
char *
cafile
;
member in struct:dns_transport::__anon24108
124
return transport->tls.
cafile
;
196
dns_transport_set_cafile(dns_transport_t *transport, const char *
cafile
) {
201
if (transport->tls.
cafile
!= NULL) {
202
isc_mem_free(transport->mctx, transport->tls.
cafile
);
205
if (
cafile
!= NULL) {
206
transport->tls.
cafile
= isc_mem_strdup(transport->mctx,
cafile
);
632
if (transport->tls.
cafile
!= NULL) {
633
isc_mem_free(transport->mctx, transport->tls.
cafile
);
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026