Lines Matching defs:file
2 * contributor license agreements. See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
151 "not a regular file, skipping %s", fspec);
969 char *file = (char *)buf_data;
972 apr_pstrndup(cid->r->pool, file, *buf_size), r, NULL);
983 && (file[len - 1] != '/'))
984 file = apr_pstrcat(cid->r->pool, subreq->filename, "/", NULL);
986 file = apr_pstrcat(cid->r->pool, subreq->filename,
993 apr_filepath_merge(&file, "", file, APR_FILEPATH_NATIVE, r->pool);
996 *buf_size = apr_cpystrn(buf_data, file, *buf_size) - buf_data;
1271 /* If the matched isn't a file, roll match back to the prior slash */