Lines Matching defs:cpos
94 int cpos;
1025 ac->cpos = 0;
1201 if ((unsigned int)ac->cpos + len > sizeof(ac->buf))
1202 len = sizeof(ac->buf) - (unsigned int)ac->cpos;
1205 memcpy(&ac->buf[ac->cpos], in, len);
1206 ac->cpos += (int)len;
1520 * ac->buf, length in ac->cpos; and the key in
1529 ac->cpos = (int)(lws_ptr_diff_size_t(end_cert, ac->buf) + sizeof("END CERTIFICATE-----") - 1);
1531 ac->cpos = 0;
1539 (size_t)ac->cpos);
1571 ac->buf, (size_t)ac->cpos,