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

/httpd/modules/aaa/
H A Dmod_authnz_ldap.c170 apr_size_t inbytes; local
175 inbytes = strlen(sent_password);
176 outbytes = (inbytes+1)*3;
180 if (apr_xlate_conv_buffer(convset, sent_password, &inbytes, outbuf,
214 apr_size_t inbytes; local
228 inbytes = strlen(user);
229 outbytes = (inbytes+1)*3;
233 if (apr_xlate_conv_buffer(convset, user, &inbytes, outbuf, &outbytes) == APR_SUCCESS) {

Completed in 22 milliseconds