Home
last modified time | relevance | path

Searched refs:MAX_URL_LEN (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dhttps_fileserver_example.c42 #define MAX_URL_LEN 255 macro
/third_party/curl/lib/
H A Durl.c151 #define MAX_URL_LEN 0xffff macro
1839 else if(strlen(data->state.up.hostname) > MAX_URL_LEN) {
1840 failf(data, "Too long host name (maximum is %d)", MAX_URL_LEN);

Completed in 5 milliseconds