APR_OS_DEFAULT     89 modules/aaa/mod_authn_dbm.c                          APR_OS_DEFAULT, pool);
APR_OS_DEFAULT    108 modules/aaa/mod_authz_dbm.c                              APR_OS_DEFAULT, r->pool);
APR_OS_DEFAULT    448 modules/arch/win32/mod_win32.c                                  APR_OS_DEFAULT, r->pool)) != APR_SUCCESS) {
APR_OS_DEFAULT    161 modules/cache/mod_file_cache.c                        APR_OS_DEFAULT, cmd->pool);
APR_OS_DEFAULT    683 modules/cache/mod_mem_cache.c                                APR_OS_DEFAULT, r->pool);
APR_OS_DEFAULT    117 modules/dav/fs/dbm.c     (void) apr_dir_make(pathname, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    133 modules/dav/fs/dbm.c                                APR_OS_DEFAULT, p))
APR_OS_DEFAULT    801 modules/dav/fs/lock.c     if (apr_file_open(&file, pbuf->buf, APR_READ | APR_BINARY, APR_OS_DEFAULT,
APR_OS_DEFAULT    876 modules/dav/fs/lock.c                 APR_OS_DEFAULT, p) != APR_SUCCESS) {
APR_OS_DEFAULT    335 modules/dav/fs/repos.c         perms = APR_OS_DEFAULT;
APR_OS_DEFAULT    340 modules/dav/fs/repos.c     if ((apr_file_open(&inf, src, APR_READ | APR_BINARY, APR_OS_DEFAULT, p))
APR_OS_DEFAULT    463 modules/dav/fs/repos.c     rv = apr_dir_make(dst, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    858 modules/dav/fs/repos.c     rv = apr_file_open(&ds->f, ds->pathname, flags, APR_OS_DEFAULT, ds->p);
APR_OS_DEFAULT   1008 modules/dav/fs/repos.c     status = apr_dir_make(ctx->pathname, APR_OS_DEFAULT, ctx->pool);
APR_OS_DEFAULT   1050 modules/dav/fs/repos.c             if (apr_dir_make(dstinfo->pathname, APR_OS_DEFAULT,
APR_OS_DEFAULT    325 modules/dav/lock/locks.c                           APR_OS_DEFAULT, lockdb->info->pool);
APR_OS_DEFAULT     51 modules/generators/mod_asis.c                 APR_OS_DEFAULT, r->pool)) != APR_SUCCESS) {
APR_OS_DEFAULT   1076 modules/generators/mod_autoindex.c                                   APR_OS_DEFAULT, r->pool) == APR_SUCCESS) {
APR_OS_DEFAULT   1161 modules/generators/mod_autoindex.c                                   APR_OS_DEFAULT, r->pool) == APR_SUCCESS) {
APR_OS_DEFAULT   1198 modules/generators/mod_autoindex.c                           APR_OS_DEFAULT, r->pool) != APR_SUCCESS) {
APR_OS_DEFAULT    177 modules/generators/mod_cgi.c                        APR_APPEND|APR_WRITE|APR_CREATE, APR_OS_DEFAULT,
APR_OS_DEFAULT    239 modules/generators/mod_cgi.c                        APR_APPEND|APR_WRITE|APR_CREATE, APR_OS_DEFAULT,
APR_OS_DEFAULT    996 modules/generators/mod_cgid.c                   APR_APPEND|APR_WRITE|APR_CREATE, APR_OS_DEFAULT, r->pool) != APR_SUCCESS)) {
APR_OS_DEFAULT   1035 modules/generators/mod_cgid.c                   APR_APPEND|APR_WRITE|APR_CREATE, APR_OS_DEFAULT, r->pool) != APR_SUCCESS)) {
APR_OS_DEFAULT    178 modules/loggers/mod_log_config.c static apr_fileperms_t xfer_perms = APR_OS_DEFAULT;
APR_OS_DEFAULT     96 modules/loggers/mod_log_forensic.c                                 APR_OS_DEFAULT, p)) != APR_SUCCESS) {
APR_OS_DEFAULT    957 modules/mappers/mod_negotiation.c                 APR_OS_DEFAULT, neg->pool)) != APR_SUCCESS) {
APR_OS_DEFAULT   1241 modules/mappers/mod_rewrite.c     if (apr_file_open(&fp, file, APR_READ|APR_BUFFERED, APR_OS_DEFAULT,
APR_OS_DEFAULT   1299 modules/mappers/mod_rewrite.c     if (apr_dbm_open_ex(&dbmfp, dbmtype, file, APR_DBM_READONLY, APR_OS_DEFAULT,
APR_OS_DEFAULT    340 modules/metadata/mod_cern_meta.c     retcode = apr_file_open(&f, metafilename, APR_READ, APR_OS_DEFAULT, r->pool);
APR_OS_DEFAULT    846 modules/metadata/mod_mime_magic.c     if (apr_file_open(&fd, r->filename, APR_READ, APR_OS_DEFAULT, r->pool) != APR_SUCCESS) {
APR_OS_DEFAULT    938 modules/metadata/mod_mime_magic.c                                 APR_OS_DEFAULT, p)) != APR_SUCCESS) {
APR_OS_DEFAULT     66 modules/ssl/ssl_engine_rand.c                                   APR_READ, APR_OS_DEFAULT, p) != APR_SUCCESS)
APR_OS_DEFAULT    289 modules/ssl/ssl_expr_eval.c                       APR_OS_DEFAULT, r->pool) != APR_SUCCESS) {
APR_OS_DEFAULT    215 server/log.c                               APR_OS_DEFAULT, p)) != APR_SUCCESS) {
APR_OS_DEFAULT    375 server/log.c                                  APR_OS_DEFAULT, p)) != APR_SUCCESS) {
APR_OS_DEFAULT    830 server/log.c       rv = apr_file_open(&pid_file, fname, APR_READ, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    685 server/mpm/winnt/mpm_winnt.c     if (((rv = apr_file_open(&child_out, "NUL", APR_WRITE | APR_READ, APR_OS_DEFAULT,p)) 
APR_OS_DEFAULT   1301 server/mpm/winnt/mpm_winnt.c                                     APR_READ | APR_WRITE, APR_OS_DEFAULT,
APR_OS_DEFAULT    905 server/util.c                             APR_OS_DEFAULT, p);
APR_OS_DEFAULT    320 srclib/apr-util/test/testbuckets.c                               APR_OS_DEFAULT, p) == APR_SUCCESS);
APR_OS_DEFAULT    372 srclib/apr-util/test/testbuckets.c                               APR_OS_DEFAULT, p) == APR_SUCCESS);
APR_OS_DEFAULT    174 srclib/apr-util/test/testdbm.c     rv = apr_dbm_open_ex(&db, type, file, APR_DBM_RWCREATE, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    190 srclib/apr-util/test/testdbm.c     rv = apr_dbm_open_ex(&db, type, file, APR_DBM_READONLY, APR_OS_DEFAULT, p);
APR_OS_DEFAULT     32 srclib/apr/file_io/unix/copy.c     status = apr_file_open(&s, from_path, APR_READ, APR_OS_DEFAULT, pool);
APR_OS_DEFAULT    147 srclib/apr/file_io/unix/open.c     if (perm == APR_OS_DEFAULT) {
APR_OS_DEFAULT    160 srclib/apr/file_io/win32/filestat.c                             APR_OS_DEFAULT, pool)) == APR_SUCCESS) {
APR_OS_DEFAULT    172 srclib/apr/file_io/win32/filestat.c                                 APR_OS_DEFAULT, pool)) == APR_SUCCESS) {
APR_OS_DEFAULT    783 srclib/apr/file_io/win32/filestat.c                        APR_OS_DEFAULT, pool);
APR_OS_DEFAULT   1357 srclib/apr/memory/unix/apr_pools.c                       APR_OS_DEFAULT, global_pool);
APR_OS_DEFAULT    117 srclib/apr/shmem/unix/shm.c                                APR_OS_DEFAULT, pool);
APR_OS_DEFAULT    229 srclib/apr/shmem/unix/shm.c                                APR_OS_DEFAULT, pool);
APR_OS_DEFAULT    304 srclib/apr/shmem/unix/shm.c                                APR_OS_DEFAULT, pool);
APR_OS_DEFAULT    380 srclib/apr/shmem/unix/shm.c                            APR_OS_DEFAULT, pool);
APR_OS_DEFAULT    471 srclib/apr/shmem/unix/shm.c                                APR_OS_DEFAULT, pool);
APR_OS_DEFAULT    524 srclib/apr/shmem/unix/shm.c                                APR_READ, APR_OS_DEFAULT, pool);
APR_OS_DEFAULT    178 srclib/apr/test/testdir.c     rv = apr_dir_make("dir1", APR_OS_DEFAULT, p);
APR_OS_DEFAULT    180 srclib/apr/test/testdir.c     rv = apr_dir_make("dir2", APR_OS_DEFAULT, p);
APR_OS_DEFAULT    183 srclib/apr/test/testdir.c                        APR_READ | APR_WRITE | APR_CREATE, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    227 srclib/apr/test/testdir.c                        apr_dir_make("dir3", APR_OS_DEFAULT, p));
APR_OS_DEFAULT     38 srclib/apr/test/testdup.c                        APR_DELONCLOSE, APR_OS_DEFAULT, p);
APR_OS_DEFAULT     69 srclib/apr/test/testdup.c                        APR_DELONCLOSE, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    110 srclib/apr/test/testdup.c                        APR_DELONCLOSE, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    147 srclib/apr/test/testdup.c                        APR_DELONCLOSE, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    101 srclib/apr/test/testfile.c     rv = apr_file_open(&filetest, FILENAME, APR_READ, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    597 srclib/apr/test/testfile.c                                      APR_OS_DEFAULT, p));
APR_OS_DEFAULT    620 srclib/apr/test/testfile.c                                      APR_OS_DEFAULT, p));
APR_OS_DEFAULT    662 srclib/apr/test/testfile.c                                      APR_OS_DEFAULT, p));
APR_OS_DEFAULT    698 srclib/apr/test/testfile.c                                      APR_BUFFERED, APR_OS_DEFAULT, p));
APR_OS_DEFAULT    732 srclib/apr/test/testfile.c                                      APR_OS_DEFAULT, p));
APR_OS_DEFAULT    112 srclib/apr/test/testfileinfo.c     rv = apr_file_open(&thefile, FILENAME, APR_READ, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    158 srclib/apr/test/testfileinfo.c     rv = apr_file_open(&thefile, FILENAME, APR_READ, APR_OS_DEFAULT, p);
APR_OS_DEFAULT    185 srclib/apr/test/testfileinfo.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT    218 srclib/apr/test/testfileinfo.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT     64 srclib/apr/test/testflock.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT     53 srclib/apr/test/testlfs.c     rv = apr_dir_make(TESTDIR, APR_OS_DEFAULT, p);
APR_OS_DEFAULT     61 srclib/apr/test/testlfs.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT    117 srclib/apr/test/testlfs.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT    183 srclib/apr/test/testlfs.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT    207 srclib/apr/test/testlfs.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT    235 srclib/apr/test/testlfs.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT    262 srclib/apr/test/testlfs.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT    307 srclib/apr/test/testlfs.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT     95 srclib/apr/test/testproc.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT     99 srclib/apr/test/testproc.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT    103 srclib/apr/test/testproc.c                        APR_OS_DEFAULT, p);
APR_OS_DEFAULT     36 srclib/apr/test/tryread.c     if (apr_file_open(&file, TESTFILE, APR_WRITE, APR_OS_DEFAULT, p) 
APR_OS_DEFAULT   1943 support/ab.c       rv = apr_file_open(&postfd, pfile, APR_READ, APR_OS_DEFAULT, cntxt);
APR_OS_DEFAULT    454 support/htcacheclean.c                               APR_OS_DEFAULT, p) == APR_SUCCESS) {
APR_OS_DEFAULT    525 support/htcacheclean.c                               APR_OS_DEFAULT, p) == APR_SUCCESS) {
APR_OS_DEFAULT    177 support/htdbm.c                             APR_OS_DEFAULT, htdbm->pool);
APR_OS_DEFAULT    181 support/htdbm.c                             APR_OS_DEFAULT, htdbm->pool);
APR_OS_DEFAULT    216 support/htdigest.c                            APR_OS_DEFAULT, cntxt);
APR_OS_DEFAULT    246 support/htdigest.c     if (apr_file_open(&f, argv[1], APR_READ, APR_OS_DEFAULT, cntxt) != APR_SUCCESS) {
APR_OS_DEFAULT    276 support/htpasswd.c     if (apr_file_open(&f, fname, mode, APR_OS_DEFAULT, pool) != APR_SUCCESS) {
APR_OS_DEFAULT    559 support/htpasswd.c                           APR_OS_DEFAULT, pool) != APR_SUCCESS) {
APR_OS_DEFAULT    284 support/httxt2dbm.c                            APR_OS_DEFAULT, pool);
APR_OS_DEFAULT    299 support/httxt2dbm.c                     APR_OS_DEFAULT, pool);
APR_OS_DEFAULT    257 support/rotatelogs.c                                APR_OS_DEFAULT, pfile);