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

/httpd/server/
H A Dscoreboard.c415 static void copy_request(char *rbuf, apr_size_t rbuflen, request_rec *r) argument
420 apr_cpystrn(rbuf, "NULL", rbuflen);
435 /* now figure out if we copy over the 1st rbuflen chars or the last */
437 apr_cpystrn(rbuf, p, rbuflen);
441 if (slen < rbuflen) {
443 apr_cpystrn(rbuf, p, rbuflen);
446 apr_cpystrn(rbuf, p+(slen-rbuflen+1), rbuflen);

Completed in 3500 milliseconds