Lines Matching full:npalen
1165 + unsigned int npalen;1168 + r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen, s->ctx->next_protos_advertised_cb_arg);1171 + if ((long)(limit - ret - 4 - npalen) < 0) return NULL;1173 + s2n(npalen,ret);1174 + memcpy(ret, npa, npalen);1175 + ret += npalen;