Searched refs:rbuf (Results 1 - 2 of 2) sorted by relevance
/httpd/server/ |
H A D | scoreboard.c | 415 static void copy_request(char *rbuf, apr_size_t rbuflen, request_rec *r) argument 420 apr_cpystrn(rbuf, "NULL", rbuflen); 437 apr_cpystrn(rbuf, p, rbuflen); 443 apr_cpystrn(rbuf, p, rbuflen); 446 apr_cpystrn(rbuf, p+(slen-rbuflen+1), rbuflen);
|
/httpd/modules/lua/ |
H A D | lua_request.c | 228 lua_read_body(request_rec *r, const char **rbuf, apr_off_t *size): Reads any additional form data sent in POST/PUT 232 static int lua_read_body(request_rec *r, const char **rbuf, apr_off_t *size, argument 251 *rbuf = (const char *) apr_pcalloc(r->pool, (apr_size_t) (length + 1)); 261 memcpy((char *) *rbuf + rpos, argsbuffer, (size_t) rsize);
|
Completed in 2778 milliseconds