Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/uip/apps/webclient/
H A Dwebclient.c171 copy_string(unsigned char *dest, in copy_string() function
188 cptr = copy_string(cptr, http_get, sizeof(http_get) - 1); in senddata()
189 cptr = copy_string(cptr, s.file, strlen(s.file)); in senddata()
191 cptr = copy_string(cptr, http_10, sizeof(http_10) - 1); in senddata()
193 cptr = copy_string(cptr, http_crnl, sizeof(http_crnl) - 1); in senddata()
195 cptr = copy_string(cptr, http_host, sizeof(http_host) - 1); in senddata()
196 cptr = copy_string(cptr, s.host, strlen(s.host)); in senddata()
197 cptr = copy_string(cptr, http_crnl, sizeof(http_crnl) - 1); in senddata()
199 cptr = copy_string(cptr, http_user_agent_fields, in senddata()