Searched defs:read_array (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/cache/ |
H A D | mod_cache_disk.c | 67 static apr_status_t read_array(request_rec *r, apr_array_header_t* arr, 466 rc = read_array(r, varray, dobj->vary.fd); 711 static apr_status_t read_array(request_rec *r, apr_array_header_t* arr, function
|
H A D | mod_cache_socache.c | 133 static apr_status_t read_array(request_rec *r, apr_array_header_t *arr, function 521 rc = read_array(r, varray, sobj->buffer, buffer_len, &slider);
|
Completed in 1475 milliseconds