Searched defs:exists (Results 1 - 4 of 4) sorted by relevance
/httpd/os/win32/ |
H A D | ap_regkey.c | 65 DWORD exists; local 88 access, NULL, &hkey, &exists); 98 access, NULL, &hkey, &exists); 106 if ((flags & APR_EXCL) && (exists == REG_OPENED_EXISTING_KEY)) {
|
/httpd/support/ |
H A D | htpasswd.c | 140 * Return true if the named file exists, regardless of permissions. 142 static int exists(char *fname, apr_pool_t *pool) function 326 existing_file = exists(pwfilename, pool);
|
/httpd/modules/ssl/ |
H A D | mod_ssl_ct.c | 681 int exists; local 698 exists = ctutil_file_exists(p, sct_for_log); 701 exists ? APLOG_NOTICE : APLOG_DEBUG, 0, s, 704 exists ? ", removing SCT" : ", no SCT was present"); 706 if (exists) {
|
/httpd/modules/dav/main/ |
H A D | mod_dav.h | 314 ** exists = ? (1 if exists) 322 ** exists = 1 330 ** exists = 1 338 ** exists = 1 346 ** exists = 1 354 ** exists = ? (1 if exists) 362 ** exists = ? (1 if exists) 371 int exists; /* 0 => null resource */ member in struct:dav_resource 1121 int (*exists)(dav_db *db, const dav_prop_name *name); member in struct:dav_hooks_propdb [all...] |
Completed in 2306 milliseconds