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

/httpd/modules/cache/
H A Dmod_cache_disk.c900 static apr_status_t store_table(apr_file_t *fd, apr_table_t *table) function
1087 rv = store_table(dobj->hdrs.tempfd, dobj->headers_out);
1101 rv = store_table(dobj->hdrs.tempfd, dobj->headers_in);
H A Dmod_cache_socache.c242 static apr_status_t store_table(apr_table_t *table, unsigned char *buffer, function
402 if (APR_SUCCESS != store_table(r->headers_out, NULL, dconf->max, &total)
403 || APR_SUCCESS != store_table(r->headers_in, NULL, dconf->max,
909 if (APR_SUCCESS != store_table(sobj->headers_out, sobj->buffer,
922 if (APR_SUCCESS != store_table(sobj->headers_in, sobj->buffer,

Completed in 1062 milliseconds