Home
last modified time | relevance | path

Searched defs:ci_method_string (Results 1 – 2 of 2) sorted by relevance

/dports/www/c-icap/c_icap-0.5.10/include/
H A Dc-icap.h141 #define ci_method_string(method) (method<=ICAP_RESPMOD && method>=ICAP_OPTIONS ?ci_methods[method]:… macro
/dports/www/c-icap/c_icap-0.5.10/
H A Dheader.c142 const char *ci_method_string(int method) in ci_method_string() function