Searched refs:gouttoken (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | gssapictx.c | 565 gss_buffer_desc gintoken, *gintokenp, gouttoken = GSS_C_EMPTY_BUFFER; local 602 NULL, &gouttoken, &ret_flags, NULL); 624 if (gouttoken.length != 0U) { 625 GBUFFER_TO_REGION(gouttoken, r); 635 if (gouttoken.length != 0U) 636 (void)gss_release_buffer(&minor, &gouttoken); 662 gouttoken = GSS_C_EMPTY_BUFFER; local 713 NULL, &gouttoken, NULL, NULL, NULL); 740 if (gouttoken.length > 0U) { 742 (unsigned int)gouttoken [all...] |
Completed in 347 milliseconds