Searched defs:cased_proto (Results 1 - 1 of 1) sorted by relevance

/sssd/src/responder/nss/
H A Dnsssrv_services.c46 char *cased_proto; member in struct:getserv_ctx
56 : state->cased_proto)
127 state->cased_proto = sss_get_cased_name(state, service_protocol,
129 if (!state->cased_proto) {
135 state->cased_proto = NULL;
601 struct sized_string cased_proto; local
681 to_sized_string(&cased_proto, tmpstr);
686 + cased_proto.len);
717 cased_proto.str,
718 cased_proto
[all...]

Completed in 669 milliseconds