/httpd/modules/dav/main/ |
H A D | util_lock.c | 117 apr_snprintf(tmp, sizeof(tmp), "<D:depth>%s</D:depth>" DEBUG_CR, 118 lock->depth == DAV_INFINITY ? "infinity" : "0"); 195 lock->depth = dav_get_depth(r, DAV_INFINITY); 196 if (lock->depth == -1) { 293 ** all children, bounded by depth. 302 int depth = lock->depth; local 312 ** 2518 9.2 says to ignore depth if target is not a collection (it has 313 ** no internal children); pretend the client gave the correct depth 745 dav_notify_created(request_rec *r, dav_lockdb *lockdb, const dav_resource *resource, int resource_state, int depth) argument [all...] |
H A D | util.c | 1483 ** (1) r->filename @ depth; 1496 int depth, 1515 if (depth && response == NULL) { 1522 "with depth>0, but no response ptr."); 1598 /* (1) Validate the specified resource, at the specified depth */ 1599 if (resource->exists && depth > 0) { 1494 dav_validate_request(request_rec *r, dav_resource *resource, int depth, dav_locktoken *locktoken, dav_response **response, int flags, dav_lockdb *lockdb) argument
|
H A D | mod_dav.c | 648 const char *depth = apr_table_get(r->headers_in, "Depth"); local 650 if (depth == NULL) { 654 if (strcasecmp(depth, "infinity") == 0) { 657 else if (strcmp(depth, "0") == 0) { 660 else if (strcmp(depth, "1") == 0) { 879 /* Note: depth == 0. Implies no need for a multistatus response. */ 931 * Note: depth == 0 normally requires no multistatus response. However, 1182 int depth; local 1199 /* 2518 says that depth must be infinity only for collections. 1200 * For non-collections, depth i 2019 int depth; local 2631 int depth; local 3031 int depth; local 3771 int depth; local 3978 int depth; local [all...] |
H A D | mod_dav.h | 1242 int depth; /* depth of the lock */ member in struct:dav_lock 1277 int depth); 1285 int depth, 1902 * The depth argument is ignored for a file, and can be either 0 or 1912 int depth, 1953 dav_error * (*walk)(const dav_walk_params *params, int depth, 2252 ** The depth argument is ignored for a file, and can be 0, 1, or 2253 ** DAV_INFINITY for a collection. The depth argument only applies 2265 int depth, [all...] |
/httpd/modules/dav/lock/ |
H A D | locks.c | 61 * int depth, 108 int depth; member in struct:dav_lock_discovery_fixed 818 newlock->depth = dp->f.depth; 842 newlock->depth = dp->f.depth; 887 (*lock)->depth = dp->f.depth; 913 (*lock)->depth = dp->f.depth; [all...] |
/httpd/modules/filters/ |
H A D | libsed.h | 88 int depth; member in struct:sed_commands_s
|
/httpd/modules/dav/fs/ |
H A D | lock.c | 60 ** int depth, 119 int depth; member in struct:dav_lock_discovery_fixed 1026 newlock->depth = dp->f.depth; 1049 newlock->depth = dp->f.depth; 1094 (*lock)->depth = dp->f.depth; 1120 (*lock)->depth = dp->f.depth; [all...] |
H A D | repos.c | 211 static dav_error * dav_fs_walk(const dav_walk_params *params, int depth, 214 int depth, int is_move, 1213 int depth, 1241 if ((err = dav_fs_internal_walk(¶ms, depth, is_move, dst, 1274 int depth, 1291 if ((err = dav_fs_copymove_resource(0, src, dst, depth, 1489 static dav_error * dav_fs_walker(dav_fs_walker_context *fsctx, int depth) argument 1508 if (depth == 0 || !isdir) { 1626 if ((err = dav_fs_walker(fsctx, depth - 1)) != NULL) { 1766 int depth, in 1209 dav_fs_copymove_resource( int is_move, const dav_resource *src, const dav_resource *dst, int depth, dav_response **response) argument 1271 dav_fs_copy_resource( const dav_resource *src, dav_resource *dst, int depth, dav_response **response) argument 1765 dav_fs_internal_walk(const dav_walk_params *params, int depth, int is_move, const dav_resource *root_dst, dav_response **response) argument 1849 dav_fs_walk(const dav_walk_params *params, int depth, dav_response **response) argument [all...] |
/httpd/modules/ssl/ |
H A D | ssl_engine_config.c | 1059 int *depth) 1061 if ((*depth = atoi(arg)) >= 0) { 1076 int depth; local 1079 if ((err = ssl_cmd_verify_depth_parse(cmd, arg, &depth))) { 1084 dc->nVerifyDepth = depth; 1087 sc->server->auth.verify_depth = depth; 1430 int depth; local 1433 if ((err = ssl_cmd_verify_depth_parse(cmd, arg, &depth))) { 1437 sc->proxy->auth.verify_depth = depth; 1057 ssl_cmd_verify_depth_parse(cmd_parms *parms, const char *arg, int *depth) argument
|
H A D | ssl_engine_kernel.c | 316 int depth, verify_old, verify, n; local 519 * The depth checks are handled by us manually inside the verify callback 522 * OpenSSL about the currently verify depth. Instead we remember it in our 524 * renegotiation if the reconfigured/new verify depth is less than the 525 * currently active/remembered verify depth (because this means more 531 /* determine the new depth */ 537 "Reduced client verification depth will force " 748 depth = SSL_get_verify_depth(ssl); 750 if (depth >= 0) { 751 X509_STORE_CTX_set_depth(&cert_store_ctx, depth); 1399 int depth, verify; local [all...] |
/httpd/server/ |
H A D | config.c | 1832 unsigned depth, 1846 if (++depth > AP_MAX_INCLUDE_DIR_DEPTH) { 1887 depth, optional); 1906 unsigned depth, 1827 process_resource_config_nofnmatch(server_rec *s, const char *fname, ap_directive_t **conftree, apr_pool_t *p, apr_pool_t *ptemp, unsigned depth, int optional) argument 1900 process_resource_config_fnmatch(server_rec *s, const char *path, const char *fname, ap_directive_t **conftree, apr_pool_t *p, apr_pool_t *ptemp, unsigned depth, int optional) argument
|
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 2215 unsigned depth; local 2217 for (depth = 1; *s; ++s) { 2218 if (*s == RIGHT_CURLY && --depth == 0) { 2222 ++depth; 2231 unsigned depth; local 2233 for (depth = 1; *s; ++s) { 2234 if (*s == c && depth == 1) { 2237 else if (*s == RIGHT_CURLY && --depth == 0) { 2241 ++depth;
|