• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/apr/encoding/

Lines Matching defs:nprbytes

391         register apr_size_t nprbytes;
399 nprbytes = (bufin - (const unsigned char *)src) - 1;
409 while (nprbytes > 4) {
417 nprbytes -= 4;
420 if (nprbytes == 1) {
423 if (nprbytes > 1) {
427 if (nprbytes > 2) {
431 if (nprbytes > 3) {
466 register apr_size_t nprbytes;
474 nprbytes = (bufin - (const unsigned char *)src) - 1;
484 while (nprbytes > 4) {
492 nprbytes -= 4;
495 if (nprbytes == 1) {
498 if (nprbytes > 1) {
502 if (nprbytes > 2) {
506 if (nprbytes > 3) {
830 register apr_size_t nprbytes;
847 nprbytes = (bufin - (const unsigned char *)src) - 1;
857 while (nprbytes > 8) {
869 nprbytes -= 8;
872 if (nprbytes == 1) {
875 if (nprbytes >= 2) {
879 if (nprbytes == 3) {
882 if (nprbytes >= 4) {
887 if (nprbytes >= 5) {
891 if (nprbytes == 6) {
894 if (nprbytes >= 7) {
898 if (nprbytes == 8) {
933 register apr_size_t nprbytes;
950 nprbytes = (bufin - (const unsigned char *)src) - 1;
960 while (nprbytes > 8) {
972 nprbytes -= 8;
975 if (nprbytes == 1) {
978 if (nprbytes >= 2) {
982 if (nprbytes == 3) {
985 if (nprbytes >= 4) {
990 if (nprbytes >= 5) {
994 if (nprbytes == 6) {
997 if (nprbytes >= 7) {
1001 if (nprbytes == 8) {
1208 register apr_size_t nprbytes;
1225 nprbytes = (bufin - (const unsigned char *)src) - 1;
1237 while (nprbytes >= 2) {
1240 nprbytes -= 1;
1246 nprbytes -= 2;
1250 if (nprbytes == 1) {
1268 while (nprbytes >= 2) {
1271 nprbytes -= 1;
1276 nprbytes -= 2;
1280 if (nprbytes == 1) {
1298 register apr_size_t nprbytes;
1315 nprbytes = (bufin - (const unsigned char *)src) - 1;
1327 while (nprbytes >= 2) {
1330 nprbytes -= 1;
1336 nprbytes -= 2;
1340 if (nprbytes == 1) {
1356 while (nprbytes >= 2) {
1359 nprbytes -= 1;
1364 nprbytes -= 2;
1368 if (nprbytes == 1) {