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

/httpd/modules/cache/
H A Dmod_cache_disk.c775 static apr_status_t read_table(cache_handle_t *handle, request_rec *r, function
879 read_table(h, r, h->resp_hdrs, dobj->hdrs.fd);
880 read_table(h, r, h->req_hdrs, dobj->hdrs.fd);
H A Dmod_cache_socache.c189 static apr_status_t read_table(cache_handle_t *handle, request_rec *r, function
636 if (APR_SUCCESS != read_table(h, r, h->resp_hdrs, sobj->buffer, buffer_len,
642 if (APR_SUCCESS != read_table(h, r, h->req_hdrs, sobj->buffer, buffer_len,

Completed in 17 milliseconds