Home
last modified time | relevance | path

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

/curl/lib/
H A Dinet_pton.c103 int saw_digit, octets, ch; in inet_pton4() local
107 octets = 0; in inet_pton4()
124 if(++octets > 4) in inet_pton4()
130 if(octets == 4) in inet_pton4()
138 if(octets < 4) in inet_pton4()
/curl/scripts/
H A Dmk-ca-bundle.pl548 my @octets = split(/\\/);
549 shift @octets;
550 for (@octets) {
/curl/docs/libcurl/
H A Dcurl_url_get.md94 name in its punycode version if it contains any non-ASCII octets (and is an

Completed in 17 milliseconds