Searched refs:resourcelen (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/print/libhttp-core/common/ |
H A D | http-support.c | 93 int resourcelen) /* I - Size of resource buffer */ in httpSeparate2() argument 140 strlcpy(resource, ptr, resourcelen); in httpSeparate2() 155 strlcpy(resource, uri, resourcelen); in httpSeparate2() 174 strlcpy(resource, uri, resourcelen); in httpSeparate2() 247 http_copy_decode(resource, uri, resourcelen, ""); in httpSeparate2()
|
H A D | http.h | 409 char *resource, int resourcelen);
|