Searched refs:gouttoken (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dgssapictx.c559 gss_buffer_desc gintoken, *gintokenp, gouttoken = GSS_C_EMPTY_BUFFER; local
596 NULL, &gouttoken, &ret_flags, NULL);
614 if (gouttoken.length != 0U) {
615 GBUFFER_TO_REGION(gouttoken, r);
617 (void)gss_release_buffer(&minor, &gouttoken);
651 gouttoken = GSS_C_EMPTY_BUFFER; local
698 NULL, &gouttoken, NULL, NULL, NULL);
728 if (gouttoken.length > 0U) {
729 RETERR(isc_buffer_allocate(mctx, outtoken, gouttoken.length));
730 GBUFFER_TO_REGION(gouttoken,
[all...]

Completed in 194 milliseconds