Searched refs:bitcheck (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_operate.c697 int bitcheck = 0; local
698 while(bitcheck < 32) {
699 if(config->authtype & (1UL << bitcheck++)) {
/macosx-10.10/curl-83.1.2/curl/lib/
H A Durl.c1245 int bitcheck; local
1276 bitcheck = 0;
1278 while(bitcheck < 31) {
1279 if(auth & (1UL << bitcheck++)) {
1334 int bitcheck; local
1364 bitcheck = 0;
1366 while(bitcheck < 31) {
1367 if(auth & (1UL << bitcheck++)) {

Completed in 176 milliseconds