Home
last modified time | relevance | path

Searched refs:http_methods (Results 1 – 2 of 2) sorted by relevance

/external/oss-fuzz/projects/apache-httpd/
Dfuzz_request.c113 conf_mod.http_methods = (char)af_get_short(&data2, &size2); in LLVMFuzzerTestOneInput()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c968 static const char * const http_methods[] = { variable
1048 for (n = 0; n < (int)LWS_ARRAY_SIZE(http_methods); n++) in rops_client_bind_h1()
1049 if (!strcmp(i->method, http_methods[n])) in rops_client_bind_h1()