Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dlog.c1154 …->username[0] != '\0' ? con->username : "-", states[con->operation], _httpEncodeURI(temp, con->uri… in cupsdLogRequest()
1168 states[con->operation], _httpEncodeURI(temp, con->uri, sizeof(temp)), in cupsdLogRequest()
1197 _httpEncodeURI(temp, con->uri, sizeof(temp)), in cupsdLogRequest()
/external/libcups/cups/
Dhttp-private.h329 extern char *_httpEncodeURI(char *dst, const char *src,
Dlibcups2.def86 _httpEncodeURI
Dhttp-support.c1700 _httpEncodeURI(char *dst, /* I - Destination buffer */ in _httpEncodeURI() function
Dhttp.c4348 _httpEncodeURI(buf, uri, sizeof(buf)); in http_send()