Searched refs:_httpEncodeURI (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | http-private.h | 329 extern char *_httpEncodeURI(char *dst, const char *src,
|
D | libcups2.def | 86 _httpEncodeURI
|
D | http-support.c | 1707 _httpEncodeURI(char *dst, /* I - Destination buffer */ in _httpEncodeURI() function
|
D | http.c | 4350 _httpEncodeURI(buf, uri, sizeof(buf)); in http_send()
|
/external/libcups/scheduler/ |
D | log.c | 1150 …->username[0] != '\0' ? con->username : "-", states[con->operation], _httpEncodeURI(temp, con->uri… in cupsdLogRequest() 1164 states[con->operation], _httpEncodeURI(temp, con->uri, sizeof(temp)), in cupsdLogRequest() 1193 _httpEncodeURI(temp, con->uri, sizeof(temp)), in cupsdLogRequest()
|