Searched defs:name_buf (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/auth/ | ||
H A D | mech-gssapi.c | 206 gss_buffer_desc name_buf; local 209 name_buf.value = str; 210 name_buf.length = len; 211 major_status = gss_import_name(&minor_status, &name_buf, |
Completed in 11 milliseconds