Searched refs:rbuf (Results 1 - 2 of 2) 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);
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 Dlua_request.c228 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 794 milliseconds