/httpd/modules/dav/main/ |
H A D | std_liveprop.c | 60 int propid, dav_prop_insert what, 156 if (what == DAV_PROP_INSERT_SUPPORTED) { 162 else if (what == DAV_PROP_INSERT_VALUE && *value != '\0') { 171 /* we inserted what was asked for */ 172 return what; 215 dav_prop_insert what, 219 what, phdr); 59 dav_core_insert_prop(const dav_resource *resource, int propid, dav_prop_insert what, apr_text_header *phdr) argument 212 dav_core_insert_all_liveprops( request_rec *r, const dav_resource *resource, dav_prop_insert what, apr_text_header *phdr) argument
|
H A D | props.c | 122 ** If the major number is not what mod_dav expects, then the db is closed 336 dav_prop_insert what, 420 if (what == DAV_PROP_INSERT_SUPPORTED) { 428 else if (what == DAV_PROP_INSERT_VALUE && *value != '\0') { 439 *inserted = what; 447 dav_prop_insert what, 458 what, phdr, inserted); 463 what, phdr); 553 /* ### what to do about closing the propdb on server failure? */ 573 dav_prop_insert what) 334 dav_insert_coreprop(dav_propdb *propdb, int propid, const char *name, dav_prop_insert what, apr_text_header *phdr, dav_prop_insert *inserted) argument 445 dav_insert_liveprop(dav_propdb *propdb, const apr_xml_elem *elem, dav_prop_insert what, apr_text_header *phdr, dav_prop_insert *inserted) argument [all...] |
H A D | mod_dav.h | 161 ** <status> should contain the caller's view of what the current status is, 228 ** what to filled into the desc). 232 ** appropriate, so that mod_dav can figure out what to do. Subsystems can 617 ** what sets of live properties are supported by the installation. mod_dav 657 dav_prop_insert what, apr_text_header *phdr)) 758 ** is identified by the "what" argument, as follows: 774 ** Returns one of DAV_PROP_INSERT_* based on what happened. 779 int propid, dav_prop_insert what, 933 dav_prop_insert what, 1514 /* what type [all...] |
H A D | mod_dav.c | 65 /* ### what is the best way to set this? */ 310 ** allow us to provide details in the body about what happened. This 615 static int dav_created(request_rec *r, const char *locn, const char *what, argument 641 what, ap_escape_html(r->pool, locn)); 1075 /* restore modifiability of resources back to what they were */ 1256 /* restore writability of parent back to what it was */ 1991 /* ### what to do about closing the propdb on server failure? */ 1997 dav_prop_insert what = ctx->propfind_type == DAV_PROPFIND_IS_ALLPROP local 2000 propstats = dav_get_allprops(propdb, what); 2354 /* ### what t [all...] |
/httpd/server/ |
H A D | apreq_util.c | 67 n = apr_strtoi64(s, &p, 0); /* XXX: what about overflow? */ 118 static APR_INLINE unsigned char hex2_to_char(const char *what) argument 123 digit = (what[0] >= 'A' ? ((what[0] & 0xdf) - 'A') + 10 : (what[0] - '0')); 125 digit += (what[1] >= 'A' ? ((what[1] & 0xdf) - 'A') + 10 : (what[1] - '0')); 130 xstr[2]=what[0]; 131 xstr[3]=what[ 324 hex4_to_bmp(const char *what) argument [all...] |
H A D | util.c | 1676 static char x2c(const char *what) argument 1681 digit = ((what[0] >= 'A') ? ((what[0] & 0xdf) - 'A') + 10 1682 : (what[0] - '0')); 1684 digit += (what[1] >= 'A' ? ((what[1] & 0xdf) - 'A') + 10 1685 : (what[1] - '0')); 1690 xstr[2]=what[0]; 1691 xstr[3]=what[1]; 1829 * 0 <= what < 25 1840 c2x(unsigned what, unsigned char prefix, unsigned char *where) argument [all...] |
H A D | core.c | 992 /* There are two options regarding what the "name" of a server is. The 1139 const char *what) 1145 if (strcasecmp(dirp->directive, what) == 0) 1545 enum { MSG, LOCAL_PATH, REMOTE_PATH } what = MSG; local 1563 what = MSG; 1565 what = LOCAL_PATH; 1567 what = REMOTE_PATH; 1569 what = MSG; 1573 if (error_number == 401 && what == REMOTE_PATH) { 1595 /* hack. Prefix a " if it is a msg; as that is what 1138 find_parent(const ap_directive_t *dirp, const char *what) argument [all...] |
/httpd/modules/aaa/ |
H A D | mod_access_compat.c | 215 static int in_domain(const char *domain, const char *what) argument 218 int wl = strlen(what); 221 if (strcasecmp(domain, &what[wl - dl]) != 0) { 234 return (domain[0] == '.' || what[wl - dl - 1] == '.');
|
H A D | mod_authz_host.c | 59 static int in_domain(const char *domain, const char *what) argument 62 int wl = strlen(what); 65 if (strcasecmp(domain, &what[wl - dl]) != 0) { 78 return (domain[0] == '.' || what[wl - dl - 1] == '.');
|
/httpd/modules/dav/fs/ |
H A D | repos.h | 78 dav_prop_insert what, apr_text_header *phdr);
|
H A D | repos.c | 300 /* ### what to do if fails? */ 442 * Something is wrong here but the result is what we wanted. 1161 /* ### we are ignoring any error here; what should we do? */ 1909 int propid, dav_prop_insert what, 1983 /* ### what the heck was this property? */ 1996 if (what == DAV_PROP_INSERT_VALUE) { 2000 else if (what == DAV_PROP_INSERT_NAME) { 2004 /* assert: what == DAV_PROP_INSERT_SUPPORTED */ 2012 /* we inserted what was asked for */ 2013 return what; 1908 dav_fs_insert_prop(const dav_resource *resource, int propid, dav_prop_insert what, apr_text_header *phdr) argument 2212 dav_fs_insert_all_liveprops(request_rec *r, const dav_resource *resource, dav_prop_insert what, apr_text_header *phdr) argument [all...] |
/httpd/modules/core/ |
H A D | mod_macro.c | 113 static void warn_if_non_blank(const char * what, argument 124 what, cfg->line_number, cfg->name, ptr); 944 before then after configuration file processing. Also what about
|
/httpd/support/ |
H A D | apxs.in | 572 my $what = $opt_A ? "preparing" : "activating"; 642 notice("[$what module `$1' in $CFG_SYSCONFDIR/$CFG_TARGET.conf]");
|
H A D | ab.c | 232 apr_size_t rwrite, rwrote; /* keep pointers in what we write - across 924 * XXX: what is better; this hideous cast of the compradre function; or 995 #define SANE(what,mean,median,sd) \ 1000 printf("ERROR: The median and mean for " what " are more than twice the standard\n" \ 1003 printf("WARNING: The median and mean for " what " are not within a normal deviation\n" \
|
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 623 static APR_INLINE unsigned char *c2x(unsigned what, unsigned char prefix, argument 627 what = apr_xlate_conv_byte(ap_hdrs_to_ascii, (unsigned char)what); 630 *where++ = c2x_table[what >> 4]; 631 *where++ = c2x_table[what & 0xf]; 1407 /* what's a fair rewritelog level for this? */ 1867 * we can't do one, since we don't know what the file 2686 * XXX: what an inclined parser. Seems we have to leave it so 4320 /* Regardless of what we do next, we've found a match. Check to see
|
/httpd/modules/lua/ |
H A D | mod_lua.c | 179 const char *what) 207 what, scope_to_string(spec->scope), spec->file, 171 create_vm_spec(apr_pool_t **lifecycle_pool, request_rec *r, const ap_lua_dir_cfg *cfg, const ap_lua_server_cfg *server_cfg, const char *filename, const char *bytecode, apr_size_t bytecode_len, const char *function, const char *what) argument
|