Lines Matching refs:nlen
36 apr_size_t nlen;
51 apr_size_t nlen,
63 if (nlen == 0)
66 param = apreq_param_make(pool, NULL, nlen, NULL, vlen);
75 ++nlen, ++vlen;
87 nlen -= len;
91 if (nlen == 0) {
129 s = apreq_decodev(v->name, &nlen, (struct iovec *)arr.elts, mark);
133 switch (apreq_charset_divine(v->name, nlen)) {
148 v->nlen = nlen;
194 s = split_urlword(¶m, pool, ctx->bb, ctx->nlen, ctx->vlen);
233 ++ctx->nlen;
246 ctx->nlen, ctx->vlen);
257 ctx->nlen = 0;