Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c83 char *p_slash = NULL; in parse_url() local
93 p_slash = strchr(start, '/'); in parse_url()
94 if (p_slash != NULL) { in parse_url()
95 memcpy(uri, p_slash, strlen(p_slash)); in parse_url()
96 *p_slash = '\0'; in parse_url()
A Dmodhttp.c91 char *p_slash = NULL; in parse_url() local
101 p_slash = strchr(start, '/'); in parse_url()
102 if (p_slash != NULL) { in parse_url()
103 memcpy(uri, p_slash, strlen(p_slash)); in parse_url()
104 *p_slash = '\0'; in parse_url()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c86 char *p_slash = NULL; in parse_url() local
97 p_slash = strchr(start, '/'); in parse_url()
98 if (p_slash != NULL) in parse_url()
100 memcpy(uri, p_slash, strlen(p_slash)); in parse_url()
101 *p_slash = '\0'; in parse_url()

Completed in 5 milliseconds