Home
last modified time | relevance | path

Searched refs:apr_file_info_get (Results 1 – 25 of 98) sorted by relevance

1234

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/win32/
H A Dseek.c92 rc = apr_file_info_get(&finfo, APR_FINFO_SIZE, thefile); in apr_file_seek()
118 rc = apr_file_info_get(&finfo, APR_FINFO_SIZE, thefile); in apr_file_seek()
H A Dfilestat.c161 rv = apr_file_info_get(finfo, wanted, thefile); in resolve_ident()
173 rv = apr_file_info_get(finfo, wanted & ~(APR_FINFO_PROT in resolve_ident()
372 APR_DECLARE(apr_status_t) apr_file_info_get(apr_finfo_t *finfo, apr_int32_t wanted, in apr_file_info_get() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/test/
H A Dtestfileinfo.c115 rv = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile); in test_info_get()
160 rv = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile); in test_stat_eq_finfo()
198 rv = apr_file_info_get(&finfo, APR_FINFO_SIZE, thefile); in test_buffered_write_size()
H A Dtestlfs.c96 apr_file_info_get(&finfo, APR_FINFO_NORM, fh)); in test_reopen()
163 apr_file_info_get(&finfo, APR_FINFO_NORM, fh)); in test_append()
H A Dtestmmap.c85 rv = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile); in test_get_filesize()
/dports/devel/apr1/apr-1.7.0/test/
H A Dtestfileinfo.c115 rv = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile); in test_info_get()
160 rv = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile); in test_stat_eq_finfo()
198 rv = apr_file_info_get(&finfo, APR_FINFO_SIZE, thefile); in test_buffered_write_size()
H A Dtestlfs.c68 rv = apr_file_info_get(&testsize, APR_FINFO_CSIZE, f); in test_open()
121 apr_file_info_get(&finfo, APR_FINFO_NORM, fh)); in test_reopen()
190 apr_file_info_get(&finfo, APR_FINFO_NORM, fh)); in test_append()
H A Dtestmmap.c96 rv = apr_file_info_get(&thisfinfo, APR_FINFO_NORM, thefile); in test_get_filesize()
/dports/devel/apr1/apr-1.7.0/file_io/win32/
H A Dseek.c91 rc = apr_file_info_get(&finfo, APR_FINFO_SIZE, thefile); in apr_file_seek()
117 rc = apr_file_info_get(&finfo, APR_FINFO_SIZE, thefile); in apr_file_seek()
H A Dfilestat.c161 rv = apr_file_info_get(finfo, wanted, thefile); in resolve_ident()
173 rv = apr_file_info_get(finfo, wanted & ~(APR_FINFO_PROT in resolve_ident()
486 APR_DECLARE(apr_status_t) apr_file_info_get(apr_finfo_t *finfo, apr_int32_t wanted, in apr_file_info_get() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/dbm/sdbm/
H A Dsdbm_lock.c53 if ((status = apr_file_info_get(&finfo, APR_FINFO_SIZE, db->dirf)) in apr_sdbm_lock()
/dports/devel/apr1/apr-util-1.6.1/dbm/sdbm/
H A Dsdbm_lock.c54 if ((status = apr_file_info_get(&finfo, APR_FINFO_SIZE, db->dirf)) in apr_sdbm_lock()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dseek.c72 rc = apr_file_info_get(&finfo, APR_FINFO_SIZE, thefile); in apr_file_seek()
H A Dcopy.c38 status = apr_file_info_get(&finfo, APR_FINFO_PROT, s); in apr_file_transfer_contents()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dseek.c77 rc = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile); in apr_file_seek()
H A Dfilestat.c89 APR_DECLARE(apr_status_t) apr_file_info_get(apr_finfo_t *finfo, apr_int32_t wanted, in apr_file_info_get() function
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Dseek.c78 rc = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile); in apr_file_seek()
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Dcopy.c38 status = apr_file_info_get(&finfo, APR_FINFO_PROT, s); in apr_file_transfer_contents()
/dports/www/mod_security/modsecurity-2.9.3/apache2/
H A Dmsc_gsb.c42 if ((rc = apr_file_info_get(&finfo, wanted, gsb->db)) != APR_SUCCESS) { in gsb_db_create()
H A Dmsc_unicode.c52 if ((rc = apr_file_info_get(&finfo, wanted, u_map->map)) != APR_SUCCESS) { in unicode_map_create()
/dports/www/mod_gnutls/mod_gnutls-0.8.4/src/
H A Dgnutls_util.c103 rv = apr_file_info_get(&finfo, APR_FINFO_SIZE, file); in datum_from_file()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Drollingfileappender.cpp262 st1 = apr_file_info_get(&finfo1, APR_FINFO_IDENT, _fd); in rollover()
467 st1 = apr_file_info_get(&finfo1, APR_FINFO_IDENT, _fd); in subAppend()
/dports/www/tomcat-native/tomcat-native-1.2.24-src/native/src/
H A Dinfo.c265 if ((rv = apr_file_info_get(&info, wanted, f)) == APR_SUCCESS) { in TCN_IMPLEMENT_CALL()
281 if ((rv = apr_file_info_get(&info, wanted, f)) == APR_SUCCESS) { in TCN_IMPLEMENT_CALL()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/platforms/umc/src/
H A Dumcscenario.cpp215 if(apr_file_info_get(&finfo,APR_FINFO_SIZE,pFile) != APR_SUCCESS) in LoadFileContent()
/dports/www/mod_webauth/webauth-4.7.0/lib/
H A Dfile-io.c126 code = apr_file_info_get(&finfo, APR_FINFO_SIZE, file); in wai_file_read()

1234