Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/print/libhttp-core/common/
H A Dhttp-support.c86 int methodlen, /* I - Size of method buffer */ in httpSeparate2() argument
118 strlcpy(method, "ipp", methodlen); in httpSeparate2()
160 strlcpy(method, "http", methodlen); in httpSeparate2()
165 strlcpy(method, host, methodlen); in httpSeparate2()
H A Dhttp.h406 char *method, int methodlen,