Home
last modified time | relevance | path

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

/external/curl/lib/
Dtransfer.c1448 const unsigned char *host_sep = (const unsigned char *) url; in strlen_url() local
1451 host_sep = (const unsigned char *) find_host_sep(url); in strlen_url()
1455 if(ptr < host_sep) { in strlen_url()
1491 const unsigned char *host_sep = (const unsigned char *) url; in strcpy_url() local
1494 host_sep = (const unsigned char *) find_host_sep(url); in strcpy_url()
1500 if(iptr < host_sep) { in strcpy_url()