Home
last modified time | relevance | path

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

/AliOS-Things-master/components/http/src/
A Dhttp_client.c70 uint16_t tport; in httpclient_parse_url() local
73 if ( sscanf(port_ptr, "%hu", &tport) != 1) { in httpclient_parse_url()
77 *port = (int)tport; in httpclient_parse_url()

Completed in 3 milliseconds