Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel.c891 unsigned char alpn_buffer[128]; in schannel_connect_step1() local
1003 extension_len = (unsigned int *)(void *)(&alpn_buffer[cur]); in schannel_connect_step1()
1008 *(unsigned int *)(void *)&alpn_buffer[cur] = in schannel_connect_step1()
1014 list_len = (unsigned short*)(void *)(&alpn_buffer[cur]); in schannel_connect_step1()
1024 memcpy(&alpn_buffer[cur], proto.data, proto.len); in schannel_connect_step1()
1031 InitSecBuffer(&inbuf, SECBUFFER_APPLICATION_PROTOCOLS, alpn_buffer, cur); in schannel_connect_step1()

Completed in 12 milliseconds