Home
last modified time | relevance | path

Searched refs:cur (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dinet_ntop.c101 } best, cur; in inet_ntop6() local
114 cur.base = -1; in inet_ntop6()
116 cur.len = 0; in inet_ntop6()
120 if(cur.base == -1) { in inet_ntop6()
121 cur.base = i; cur.len = 1; in inet_ntop6()
124 cur.len++; in inet_ntop6()
126 else if(cur.base != -1) { in inet_ntop6()
128 best = cur; in inet_ntop6()
129 cur.base = -1; in inet_ntop6()
132 if((cur.base != -1) && (best.base == -1 || cur.len > best.len)) in inet_ntop6()
[all …]
/curl/lib/vtls/
H A Dschannel.c1169 int cur = 0; in schannel_connect_step1() local
1177 extension_len = (unsigned int *)(void *)(&alpn_buffer[cur]); in schannel_connect_step1()
1178 cur += (int)sizeof(unsigned int); in schannel_connect_step1()
1182 *(unsigned int *)(void *)&alpn_buffer[cur] = in schannel_connect_step1()
1184 cur += (int)sizeof(unsigned int); in schannel_connect_step1()
1188 list_len = (unsigned short*)(void *)(&alpn_buffer[cur]); in schannel_connect_step1()
1189 cur += (int)sizeof(unsigned short); in schannel_connect_step1()
1191 list_start_index = cur; in schannel_connect_step1()
1198 memcpy(&alpn_buffer[cur], proto.data, proto.len); in schannel_connect_step1()
1199 cur += proto.len; in schannel_connect_step1()
[all …]
H A Dcipher_suite.c560 const char *entry, *cur; in cs_str_to_zip() local
576 cur = nxt; in cs_str_to_zip()
578 len = nxt - cur; in cs_str_to_zip()
583 if(elen == len && strncasecompare(entry, cur, len)) in cs_str_to_zip()

Completed in 21 milliseconds