Lines Matching full:npalen
642 unsigned int npalen;645 r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen, s->ctx->next_protos_advertised_cb_arg);648 if ((long)(limit - ret - 4 - npalen) < 0) return NULL;650 s2n(npalen,ret);651 memcpy(ret, npa, npalen);652 ret += npalen;