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

/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c158 static constname_t http_methods[] = { local
171 for (i = 0; http_methods[i].const_name != NULL; i++) {
172 if (method == http_methods[i].const_value)
173 return (http_methods[i].const_name);

Completed in 45 milliseconds