Searched refs:ds (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/dav/fs/
H A Drepos.c879 dav_stream *ds = data; local
880 if (ds->temppath) {
881 apr_file_remove(ds->temppath, ds->p);
912 dav_stream *ds = apr_pcalloc(p, sizeof(*ds)); local
929 ds->p = p;
930 ds->pathname = resource->info->pathname;
931 ds->temppath = NULL;
932 ds
[all...]
/httpd/modules/slotmem/
H A Dmod_slotmem_shm.c209 apr_size_t ds = APR_MD5_DIGESTSIZE; local
210 rv = apr_file_read(fp, digest, &ds);
212 ds == APR_MD5_DIGESTSIZE) {

Completed in 474 milliseconds