Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c66 g_method_strings[8] = { variable
197 if (method < sizeof (g_method_strings) / sizeof (g_method_strings[0])) in http_method()
198 return ((char *)(g_method_strings[method])); in http_method()
200 return ((char *)(g_method_strings[0])); in http_method()