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

/freebsd-11-stable/contrib/apr-util/encoding/
H A Dapr_base64.c113 register const unsigned char *bufin; local
116 bufin = (const unsigned char *) bufcoded;
117 while (pr2six[*(bufin++)] <= 63);
119 nprbytes = (bufin - (const unsigned char *) bufcoded) - 1;
149 register const unsigned char *bufin; local
153 bufin = (const unsigned char *) bufcoded;
154 while (pr2six[*(bufin++)] <= 63);
155 nprbytes = (bufin - (const unsigned char *) bufcoded) - 1;
159 bufin = (const unsigned char *) bufcoded;
163 (unsigned char) (pr2six[*bufin] <<
[all...]
/freebsd-11-stable/contrib/apr/encoding/
H A Dapr_encode.c389 register const unsigned char *bufin; local
396 bufin = (const unsigned char *)src;
397 while (pr2six[*(bufin++)] < 64 && count)
399 nprbytes = (bufin - (const unsigned char *)src) - 1;
400 while (pr2six[*(bufin++)] > 64 && count)
407 bufin = (const unsigned char *)src;
410 *(bufout++) = (unsigned char)ENCODE_TO_NATIVE(pr2six[bufin[0]] << 2
411 | pr2six[bufin[1]] >> 4);
413 pr2six[bufin[1]] << 4 | pr2six[bufin[
464 register const unsigned char *bufin; local
828 register const unsigned char *bufin; local
931 register const unsigned char *bufin; local
1206 register const unsigned char *bufin; local
1296 register const unsigned char *bufin; local
[all...]
/freebsd-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss.c429 gss_buffer_desc bufin; local
437 bufin.value = (unsigned char *)&seq;
438 bufin.length = sizeof(seq);
441 &bufin, &gd->gd_verf, &qop_state);
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c948 gss_buffer_desc bufin; local
956 bufin.value = (unsigned char *)&seq;
957 bufin.length = sizeof(seq);
960 &bufin, &gd->gd_verf, &qop_state);

Completed in 122 milliseconds