Lines Matching refs:method
136 /* Apache method number to SC methods transform table */
188 method (byte)
218 int method;
228 if ((method = sc_for_req_method_by_id(r)) == UNKNOWN_METHOD) {
230 "ajp_marshal_into_msgb - Sending unknown method %s as request attribute",
231 r->method);
232 method = SC_M_JK_STORED;
247 ajp_msg_append_uint8(msg, (apr_byte_t) method) ||
407 /* If the method was unrecognized, encode it as an attribute */
408 if (method == SC_M_JK_STORED) {
410 || ajp_msg_append_string(msg, r->method)) {
413 "Error appending the method '%s' as request attribute",
414 r->method);