Lines Matching defs:result
131 * defined. The hash result remains global, but shorthand of
494 const char *result;
571 result = apr_table_get(r->subprocess_env, variable_name);
573 if (result) {
574 len = strlen(result);
580 strcpy(buf_data, result);
727 /* This is an immediate error result from the parser
736 * may also be a delayed error result from the parser.
1618 "asynch I/O result HSE_STATUS_PENDING "
1629 "HSE_STATUS_ERROR result from "
1636 "unrecognized result code %d "