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

/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_operate.c731 int bitcheck = 0; local
732 while(bitcheck < 32) {
733 if(config->authtype & (1UL << bitcheck++)) {
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Durl.c1200 int bitcheck; local
1231 bitcheck = 0;
1233 while(bitcheck < 31) {
1234 if(auth & (1UL << bitcheck++)) {
1281 int bitcheck; local
1311 bitcheck = 0;
1313 while(bitcheck < 31) {
1314 if(auth & (1UL << bitcheck++)) {

Completed in 196 milliseconds