Searched defs:llen (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/filters/
H A Dsed1.c385 int llen; local
391 llen = n - buf;
392 if (llen == bufsz - 1) {
398 appendmem_to_linebuf(eval, buf, llen + 1);
402 buf += (llen + 1);
403 bufsz -= (llen + 1);
/httpd/modules/lua/
H A Dlua_request.c2422 apr_uint64_t llen = len; local
2424 llen = ap_ntoh64(&llen); /* ntoh doubles as hton */
2425 ap_rwrite((char*) &llen, 8, r);
/httpd/server/
H A Dutil.c1627 int llen, tlen, lidx; local
1632 llen = strlen(line);
1634 lidx = llen - tlen;

Completed in 37 milliseconds