/httpd/support/ |
H A D | checkgid.c | 26 * succeed; running it as any other user may result in a false 50 int result; local 58 result = 0; 82 result = -1; 96 result = -1; 103 return result;
|
H A D | apxs.in | 213 my $result = ''; 222 $result .= eval "qq($val)" if defined $val; 223 $result .= ";;"; 230 $result .= eval "qq($val)" if defined $val; 231 $result .= ";;"; 240 $result =~ s|;;$||; 241 return $result; 307 my $result; 309 $result = get_vars(@args); 310 print "$result\ [all...] |
/httpd/modules/ssl/ |
H A D | ssl_engine_vars.c | 209 const char *result; local 213 result = NULL; 236 result = apr_table_get(r->headers_in, "User-Agent"); 238 result = apr_table_get(r->headers_in, "Referer"); 240 result = apr_table_get(r->headers_in, "Cookie"); 242 result = apr_table_get(r->headers_in, "Forwarded"); 244 result = apr_table_get(r->headers_in, "Host"); 246 result = apr_table_get(r->headers_in, "Proxy-Connection"); 248 result = apr_table_get(r->headers_in, "Accept"); 251 result 394 char *result; local 494 char *result = NULL; local 527 char *result; local 626 char *result, *ptr; local 694 char *result; local 755 char *result; local 772 char *result; local 791 char *result; local 822 char *result; local 840 char *result; local 876 char *result; local 1158 char *result = "NULL"; local 1226 char *result; local 1254 char *result; local [all...] |
H A D | ssl_util_ssl.c | 196 char *result = NULL; local 207 result = apr_palloc(p, len+1); 208 len = BIO_read(bio, result, len); 209 result[len] = NUL; 212 return result; 218 char *result = SSL_ASN1_STRING_to_utf8(p, X509_NAME_ENTRY_get_data(xsne)); local 219 ap_xlate_proto_from_ascii(result, len); 220 return result; 229 char *result = NULL; local 238 result [all...] |
H A D | ssl_engine_ocsp.c | 27 char *result = NULL; local 35 for (j = 0; j < sk_ACCESS_DESCRIPTION_num(values) && !result; j++) { 41 result = apr_pstrdup(pool, 48 return result; 128 * V_OCSP_CERTSTATUS_* result code. */ 232 const char *result = local 239 result, status, reason);
|
/httpd/server/mpm/simple/ |
H A D | simple_api.c | 44 static int simple_query(int query_code, int *result, apr_status_t *rv) argument 51 *result = AP_MPMQ_STATIC; 54 *result = AP_MPMQ_DYNAMIC; 57 *result = 1; 60 *result = sc->procmgr.proc_count; 63 *result = sc->procmgr.proc_count; 66 *result = sc->procmgr.thread_count; 69 *result = sc->procmgr.thread_count; 72 *result = sc->procmgr.proc_count; 75 *result [all...] |
/httpd/modules/ldap/ |
H A D | util_ldap.c | 264 apr_ldap_err_t *result = NULL; local 298 secure, &(result)); 300 if (NULL == result) { 309 if (result->rc) { 310 ldc->reason = result->reason; 312 return result->rc; 322 ldc->reason = result->reason; 324 return(result->rc); 347 ldc->client_certs, &(result)); 348 if (LDAP_SUCCESS != result 505 LDAPMessage *result; local 898 int result = 0; local 1045 int result = 0; local 1214 int result = LDAP_COMPARE_FALSE; local 1397 int result = LDAP_COMPARE_FALSE; local 1640 int result = 0; local 1916 int result = 0; local 2896 apr_status_t result; local 2910 apr_status_t result; local 2991 apr_ldap_err_t *result = NULL; local [all...] |
H A D | util_ldap_cache.c | 268 node->result = n->result; 298 if (node->result == LDAP_COMPARE_TRUE) { 301 else if (node->result == LDAP_COMPARE_FALSE) { 305 cmp_result = apr_itoa(r->pool, node->result); 409 apr_status_t result = apr_shm_destroy(st->cache_shm); local 411 return result; 420 apr_status_t result; local 431 result = apr_shm_create(&st->cache_shm, size, st->cache_file, st->pool); 432 if (result ! [all...] |
/httpd/build/ |
H A D | nw_export.inc | 9 them out of the preprocessed result file. */
|
/httpd/server/ |
H A D | util_xml.c | 45 int result = HTTP_BAD_REQUEST; local 62 result = ap_map_http_request_error(status, HTTP_BAD_REQUEST); 92 result = HTTP_REQUEST_ENTITY_TOO_LARGE; 139 return result;
|
H A D | util_expr_scan.l | 49 #define YY_INPUT(buf,result,max_size) \ 51 if ((result = MIN(max_size, yyextra->inputbuf \ 55 result = YY_NULL; \ 58 memcpy(buf, yyextra->inputptr, result); \ 59 yyextra->inputptr += result; \ 173 int result; 175 (void)sscanf(yytext+1, "%o", &result); 176 if (result > 0xff) { 180 STR_APPEND(result);
|
H A D | util_md5.c | 57 char result[2 * APR_MD5_DIGESTSIZE + 1]; local 70 ap_bin2hex(hash, APR_MD5_DIGESTSIZE, result); 72 return apr_pstrndup(p, result, APR_MD5_DIGESTSIZE*2);
|
H A D | util_expr_eval.c | 93 const char *result = ""; local 95 return result; 99 result = node->node_arg1; 102 result = ap_expr_eval_var(ctx, (ap_expr_var_func_t *)node->node_arg1, 111 result = s2; 113 result = s1; 115 result = apr_pstrcat(ctx->p, s1, s2, NULL); 139 result = apr_pstrcatv(ctx->p, vec, n, NULL); 162 result = apr_pstrcatv(ctx->p, vec, i, NULL); 168 result 314 int result; local 776 int result = FALSE; local 954 const char *result; local 1073 char *result = apr_pstrdup(ctx->p, arg); local 1081 char *result = apr_pstrdup(ctx->p, arg); local 1261 char *result = apr_pstrdup(ctx->p, arg); local 1504 char *result = ""; local 1511 char *result = ""; local [all...] |
/httpd/include/ |
H A D | ap_regkey.h | 116 * @param result The string value retrieved 119 * @param pool The pool used to store the result 124 AP_DECLARE(apr_status_t) ap_regkey_value_get(char **result, 146 * @param result The raw bytes value retrieved 151 * @param pool The pool used to store the result 153 AP_DECLARE(apr_status_t) ap_regkey_value_raw_get(void **result, 179 * @param result The string elements retrieved from a REG_MULTI_SZ string array 182 * @param pool The pool used to store the result 184 AP_DECLARE(apr_status_t) ap_regkey_value_array_get(apr_array_header_t **result,
|
/httpd/docs/log-message-tags/ |
H A D | update-log-msg-tags | 38 my $result = ""; 76 $result .= $match; 86 $result .= $line; 94 $result .= $line; 99 write_file($file, $result) if $modified;
|
/httpd/modules/test/ |
H A D | mod_policy.c | 111 policy_result result) 116 if (conf && result != policy_ignore && conf->environment) { 121 if (result == policy_enforce) { 132 return result; 135 static void handle_policy(request_rec *r, policy_result result, argument 141 switch (result) { 196 policy_result result = check_enabled(f->r, conf, conf->type_action); local 198 if (result != policy_ignore) { 240 result, 258 * - Only applies to 2xx result code 110 check_enabled(request_rec *r, policy_conf *conf, policy_result result) argument 267 policy_result result = check_enabled(r, conf, conf->length_action); local 314 policy_result result = check_enabled(r, conf, conf->keepalive_action); local 374 policy_result result = check_enabled(f->r, conf, conf->vary_action); local 417 policy_result result = check_enabled(f->r, conf, conf->validation_action); local 493 policy_result result = check_enabled(f->r, conf, conf->conditional_action); local 534 policy_result result = check_enabled(f->r, conf, conf->nocache_action); local 642 policy_result result = check_enabled(f->r, conf, conf->maxage_action); local 835 policy_result result = check_enabled(r, conf, conf->version_action); local 950 parse_action(apr_pool_t *pool, const char *action, policy_result *result) argument [all...] |
/httpd/modules/arch/netware/ |
H A D | mod_nw_ssl.c | 959 const char *result; local 963 result = NULL; 986 result = apr_table_get(r->headers_in, "User-Agent"); 988 result = apr_table_get(r->headers_in, "Referer"); 990 result = apr_table_get(r->headers_in, "Cookie"); 992 result = apr_table_get(r->headers_in, "Forwarded"); 994 result = apr_table_get(r->headers_in, "Host"); 996 result = apr_table_get(r->headers_in, "Proxy-Connection"); 998 result = apr_table_get(r->headers_in, "Accept"); 1001 result [all...] |
/httpd/modules/aaa/ |
H A D | mod_authnz_ldap.c | 407 const char *result = user; local 411 return result; 417 result = substituted; 421 apr_table_set(r->subprocess_env, "LDAP_BINDASUSER", result); 423 return result; 512 int result = 0; local 588 result = util_ldap_cache_checkuserid(r, ldc, sec->url, sec->basedn, sec->scope, 594 if (result != LDAP_SUCCESS) { 599 user, r->uri, ldc->reason, ldap_err2string(result)); 606 user, r->uri, ldc->reason, ldap_err2string(result)); 665 apr_status_t result = APR_SUCCESS; local 701 int result = 0; local 828 int result = 0; local 1032 int result = 0; local 1131 int result = 0; local 1238 int result = 0; local 1375 int result = 0; local 1473 apr_ldap_err_t *result; local 1686 char *result; local [all...] |
/httpd/modules/proxy/ |
H A D | ajp_header.c | 709 apr_byte_t result; local 736 rc = ajp_msg_peek_uint8(*msg, &result); 744 ajp_type_str(result), result); 751 apr_byte_t result; local 752 ajp_msg_peek_uint8(msg, &result); 755 ajp_type_str(result), result); 756 return (int) result; 763 apr_byte_t result; local 786 apr_byte_t result; local 832 apr_byte_t result; local [all...] |
H A D | ajp_utils.c | 31 apr_byte_t result; local 83 rv = ajp_msg_get_uint8(msg, &result); 89 if (result != CMD_AJP13_CPONG) { 92 result);
|
/httpd/os/win32/ |
H A D | ap_regkey.c | 179 AP_DECLARE(apr_status_t) ap_regkey_value_get(char **result, 239 *result = apr_palloc(pool, valuelen); 240 rv = apr_conv_ucs2_to_utf8(wvalue, &size, *result, &valuelen); 259 *result = apr_palloc(pool, size); 261 rc = RegQueryValueEx(key->hkey, valuename, 0, &type, *result, (DWORD *)&size); 270 size = ExpandEnvironmentStrings(*result, zbuf, 0); 272 char *tmp = *result; 273 *result = apr_palloc(pool, size); 274 size = ExpandEnvironmentStrings(tmp, *result, (DWORD)size); 341 AP_DECLARE(apr_status_t) ap_regkey_value_raw_get(void **result, [all...] |
/httpd/test/ |
H A D | time-sem.c | 422 void *result; local 425 result = (unsigned long *)mmap ((caddr_t)0, size, 427 if (result == (void *)(caddr_t)-1) { 431 return result; 445 void *result; local 471 if ((result = shmat(shmid, 0, 0)) == BADSHMAT) { 481 if (result == BADSHMAT) /* now bailout */ 491 return result;
|
/httpd/server/mpm/mpmt_os2/ |
H A D | mpmt_os2.c | 402 static apr_status_t mpmt_os2_query(int query_code, int *result, apr_status_t *rv) argument 408 *result = ap_max_daemons_limit; 412 *result = AP_MPMQ_DYNAMIC; 416 *result = AP_MPMQ_NOT_SUPPORTED; 420 *result = HARD_SERVER_LIMIT; 424 *result = HARD_THREAD_LIMIT; 428 *result = 0; 432 *result = 0; 436 *result = ap_max_requests_per_child; 440 *result [all...] |
/httpd/modules/dav/main/ |
H A D | util.c | 190 dav_lookup_result result = { 0 }; local 199 result.err.status = HTTP_BAD_REQUEST; 200 result.err.desc = "Invalid syntax in Destination URI."; 201 return result; 206 result.err.status = HTTP_BAD_REQUEST; 207 result.err.desc = "Destination URI must be an absolute URI."; 208 return result; 213 result.err.status = HTTP_BAD_REQUEST; 214 result.err.desc = 217 return result; 1503 int result; local [all...] |
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 37 * can generate QUERY_STRING parts on result. The rewriting result finally 176 * the result may be escaped - or not 228 * expansion result items on the stack to save some cycles 1810 const char *result; local 1819 result = NULL; 1825 result = apr_table_get(r->notes, var); 1827 if (!result) { 1828 result = apr_table_get(r->subprocess_env, var); 1830 if (!result) { 2259 result_list *result, *current; local [all...] |