Home
last modified time | relevance | path

Searched refs:apr_stat (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/test/
H A Dtestfilecopy.c32 dest_rv = apr_stat(&dest, to, APR_FINFO_SIZE, p); in copy_helper()
42 rv = apr_stat(&orig, from, APR_FINFO_SIZE, p); in copy_helper()
45 rv = apr_stat(&copy, to, APR_FINFO_SIZE, p); in copy_helper()
H A Dtestdir.c35 rv = apr_stat(&finfo, "data/testdir", APR_FINFO_TYPE, p); in test_mkdir()
49 rv = apr_stat(&finfo, "data/one", APR_FINFO_TYPE, p); in test_mkdir_recurs()
53 rv = apr_stat(&finfo, "data/one/two", APR_FINFO_TYPE, p); in test_mkdir_recurs()
57 rv = apr_stat(&finfo, "data/one/two/three", APR_FINFO_TYPE, p); in test_mkdir_recurs()
70 rv = apr_stat(&finfo, "data/testdir", APR_FINFO_TYPE, p); in test_remove()
H A Dtestfileinfo.c136 rv = apr_stat(&finfo, FILENAME, APR_FINFO_NORM, p); in test_stat()
166 rv = apr_stat(&stat_finfo, FILENAME, APR_FINFO_NORM, p); in test_stat_eq_finfo()
222 rv = apr_stat(&finfo, NEWFILENAME, APR_FINFO_MTIME, p); in test_mtime_set()
244 rv = apr_stat(&finfo, NEWFILENAME, APR_FINFO_MTIME, p); in test_mtime_set()
H A Dtestdup.c52 rv = apr_stat(&finfo, FILEPATH "testdup.file", APR_FINFO_NORM, p); in test_file_dup()
97 rv = apr_stat(&finfo, FILEPATH "testdup.readwrite.file", APR_FINFO_NORM, p); in test_file_readwrite()
/dports/devel/apr1/apr-1.7.0/test/
H A Dtestfilecopy.c32 dest_rv = apr_stat(&dest, to, APR_FINFO_SIZE, p); in copy_helper()
42 rv = apr_stat(&orig, from, APR_FINFO_SIZE, p); in copy_helper()
45 rv = apr_stat(&copy, to, APR_FINFO_SIZE, p); in copy_helper()
H A Dtestfileinfo.c136 rv = apr_stat(&finfo, FILENAME, APR_FINFO_NORM, p); in test_stat()
166 rv = apr_stat(&stat_finfo, FILENAME, APR_FINFO_NORM, p); in test_stat_eq_finfo()
222 rv = apr_stat(&finfo, NEWFILENAME, APR_FINFO_MTIME, p); in test_mtime_set()
244 rv = apr_stat(&finfo, NEWFILENAME, APR_FINFO_MTIME, p); in test_mtime_set()
H A Dtestdir.c36 rv = apr_stat(&finfo, "data/testdir", APR_FINFO_TYPE, p); in test_mkdir()
50 rv = apr_stat(&finfo, "data/one", APR_FINFO_TYPE, p); in test_mkdir_recurs()
54 rv = apr_stat(&finfo, "data/one/two", APR_FINFO_TYPE, p); in test_mkdir_recurs()
58 rv = apr_stat(&finfo, "data/one/two/three", APR_FINFO_TYPE, p); in test_mkdir_recurs()
138 rv = apr_stat(&finfo, "data/testdir", APR_FINFO_TYPE, p); in test_remove()
H A Dtestdup.c52 rv = apr_stat(&finfo, FILEPATH "testdup.file", APR_FINFO_NORM, p); in test_file_dup()
97 rv = apr_stat(&finfo, FILEPATH "testdup.readwrite.file", APR_FINFO_NORM, p); in test_file_readwrite()
H A Dtestfile.c806 rv = apr_stat(&finfo, fname, APR_FINFO_SIZE, p); in test_truncate()
841 rv = apr_stat(&finfo, fname, APR_FINFO_SIZE, p); in test_file_trunc()
862 rv = apr_stat(&finfo, fname, APR_FINFO_SIZE, p); in test_file_trunc()
909 rv = apr_stat(&finfo, fname, APR_FINFO_SIZE, p); in test_file_trunc2()
956 rv = apr_stat(&finfo, fname, APR_FINFO_SIZE, p); in test_file_trunc_buffered_write()
1003 rv = apr_stat(&finfo, fname, APR_FINFO_SIZE, p); in test_file_trunc_buffered_write2()
1054 rv = apr_stat(&finfo, fname, APR_FINFO_SIZE, p); in test_file_trunc_buffered_read()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dfilestat.c140 status = apr_stat(&finfo, fname, APR_FINFO_PROT, pool); in apr_file_attrs_set()
190 status = apr_stat(&finfo, fname, APR_FINFO_ATIME, pool); in apr_file_mtime_set()
227 APR_DECLARE(apr_status_t) apr_stat(apr_finfo_t *finfo, in apr_stat() function
H A Dmktemp.c130 rv = apr_stat(&sbuf, path, APR_FINFO_TYPE, p); in gettemp()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dfile.cpp173 apr_status_t rv = apr_stat(&finfo, getPath(p), in exists()
210 apr_status_t rv = apr_stat(&finfo, getPath(pool), in length()
225 apr_status_t rv = apr_stat(&finfo, getPath(pool), in lastModified()
/dports/www/htdigest/httpd-2.4.6/support/
H A Dhtcacheclean.c145 apr_stat(&info, pathname, DIRINFO, p); in fake_file_remove()
334 if (!apr_stat(&finfo, nextpath, APR_FINFO_NLINK, p)) { in delete_file()
370 if (!apr_stat(&finfo, nextpath, APR_FINFO_NLINK, p)) { in delete_entry()
381 if (!apr_stat(&finfo, nextpath, APR_FINFO_NLINK, p)) { in delete_entry()
474 != apr_stat( in list_urls()
530 != apr_stat( in list_urls()
671 status = apr_stat(&info, d->basename, DIRINFO, p); in process_dir()
804 if (apr_stat(&finfo, apr_pstrcat(p, nextpath, in process_dir()
870 if (apr_stat(&finfo, apr_pstrcat(p, nextpath, in process_dir()
1735 status = apr_stat(&info, path, APR_FINFO_MTIME, instance); in main()
[all …]
/dports/www/apache24/httpd-2.4.53/support/
H A Dhtcacheclean.c145 apr_stat(&info, pathname, DIRINFO, p); in fake_file_remove()
335 if (!apr_stat(&finfo, nextpath, APR_FINFO_NLINK, p)) { in delete_file()
371 if (!apr_stat(&finfo, nextpath, APR_FINFO_NLINK, p)) { in delete_entry()
382 if (!apr_stat(&finfo, nextpath, APR_FINFO_NLINK, p)) { in delete_entry()
475 != apr_stat( in list_urls()
531 != apr_stat( in list_urls()
671 status = apr_stat(&info, d->basename, DIRINFO, p); in process_dir()
814 if (apr_stat(&finfo, apr_pstrcat(p, nextpath, in process_dir()
880 if (apr_stat(&finfo, apr_pstrcat(p, nextpath, in process_dir()
1738 status = apr_stat(&info, path, APR_FINFO_MTIME, instance); in main()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Dfilestat.c197 status = apr_stat(&finfo, fname, APR_FINFO_PROT, pool); in apr_file_attrs_set()
247 status = apr_stat(&finfo, fname, APR_FINFO_ATIME, pool); in apr_file_mtime_set()
284 APR_DECLARE(apr_status_t) apr_stat(apr_finfo_t *finfo, in apr_stat() function
H A Dmktemp.c131 rv = apr_stat(&sbuf, path, APR_FINFO_TYPE, p); in gettemp()
/dports/www/htdigest/httpd-2.4.6/modules/aaa/
H A Dmod_authz_owner.c70 status = apr_stat(&finfo, r->filename, APR_FINFO_USER, r->pool); in fileowner_check_authorization()
134 status = apr_stat(&finfo, r->filename, APR_FINFO_GROUP, r->pool); in authz_owner_get_file_group()
/dports/www/apache24/httpd-2.4.53/modules/aaa/
H A Dmod_authz_owner.c69 status = apr_stat(&finfo, r->filename, APR_FINFO_USER, r->pool); in fileowner_check_authorization()
133 status = apr_stat(&finfo, r->filename, APR_FINFO_GROUP, r->pool); in authz_owner_get_file_group()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/netware/
H A Dfilestat.c126 status = apr_stat(&finfo, fname, APR_FINFO_PROT, pool); in apr_file_attrs_set()
285 APR_DECLARE(apr_status_t) apr_stat(apr_finfo_t *finfo, in apr_stat() function
355 status = apr_stat(&finfo, fname, APR_FINFO_ATIME, pool); in apr_file_mtime_set()
/dports/www/mod_rivet/rivet-3.2.0/src/mod_rivet_ng/
H A Dmod_rivet.c112 if ((apr_ret = apr_stat(&finfo,mpm_bridge_path,APR_FINFO_MIN,pool)) != APR_SUCCESS) in Rivet_SeekMPMBridge()
129 if (apr_stat(&finfo,proposed_bridge,APR_FINFO_MIN,pool) == APR_SUCCESS) in Rivet_SeekMPMBridge()
133 …else if ((apr_ret = apr_stat(&finfo,module_globals->mpm_bridge,APR_FINFO_MIN,pool)) == APR_SUCCESS) in Rivet_SeekMPMBridge()
/dports/www/mod_perl2/mod_perl-2.0.11/xs/APR/Finfo/
H A DAPR__Finfo.h25 MP_RUN_CROAK(apr_stat(finfo, fname, wanted, p), in mpxs_APR__Finfo_stat()
/dports/devel/apr1/apr-1.7.0/file_io/netware/
H A Dfilestat.c154 status = apr_stat(&finfo, fname, APR_FINFO_PROT, pool); in apr_file_attrs_set()
313 APR_DECLARE(apr_status_t) apr_stat(apr_finfo_t *finfo, in apr_stat() function
383 status = apr_stat(&finfo, fname, APR_FINFO_ATIME, pool); in apr_file_mtime_set()
/dports/www/serf/serf-1.3.9/buckets/
H A Dfile_buckets.c60 apr_stat(&finfo, file_path, APR_FINFO_SIZE, in serf_bucket_file_create()
/dports/www/mod_fcgid/mod_fcgid-2.3.9/modules/fcgid/
H A Dfcgid_conf.c633 if ((rv = apr_stat(&finfo, args[0], APR_FINFO_IDENT, in set_authenticator_info()
687 if ((rv = apr_stat(&finfo, args[0], APR_FINFO_IDENT, in set_authorizer_info()
741 if ((rv = apr_stat(&finfo, args[0], APR_FINFO_IDENT, in set_access_info()
880 if ((rv = apr_stat(&finfo, path, APR_FINFO_IDENT, in set_wrapper_config()
1003 rv = apr_stat(&finfo, cmdname, APR_FINFO_MIN, cmd->temp_pool); in set_cmd_options()
/dports/www/htdigest/httpd-2.4.6/server/
H A Drequest.c440 if (apr_stat(&fi, d, lfi->valid & ~(APR_FINFO_NAME | APR_FINFO_LINK), p) in resolve_symlink()
461 if (apr_stat(lfi, d, lfi->valid | APR_FINFO_LINK | APR_FINFO_OWNER, p) in resolve_symlink()
468 if (apr_stat(&fi, d, lfi->valid & ~(APR_FINFO_NAME), p) != APR_SUCCESS) { in resolve_symlink()
2133 if (((rv = apr_stat(&rnew->finfo, rnew->filename, in ap_sub_req_lookup_dirent()
2140 if (((rv = apr_stat(&rnew->finfo, rnew->filename, in ap_sub_req_lookup_dirent()
2239 if (((rv = apr_stat(&rnew->finfo, rnew->filename, in ap_sub_req_lookup_file()
2246 if (((rv = apr_stat(&rnew->finfo, rnew->filename, in ap_sub_req_lookup_file()

1234567