Home
last modified time | relevance | path

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

/external/curl/lib/
Dsetopt.c877 int bitcheck; in vsetopt() local
909 bitcheck = 0; in vsetopt()
911 while(bitcheck < 31) { in vsetopt()
912 if(auth & (1UL << bitcheck++)) { in vsetopt()
961 int bitcheck; in vsetopt() local
992 bitcheck = 0; in vsetopt()
994 while(bitcheck < 31) { in vsetopt()
995 if(auth & (1UL << bitcheck++)) { in vsetopt()
/external/curl/src/
Dtool_operate.c715 int bitcheck = 0; in operate_do() local
716 while(bitcheck < 32) { in operate_do()
717 if(config->authtype & (1UL << bitcheck++)) { in operate_do()