Searched refs:http_custom_domain (Results 1 – 2 of 2) sorted by relevance
123 memset(ctx->http_custom_domain, 0, strlen((char *)data) + 1); in IOT_Ioctl()124 memcpy(ctx->http_custom_domain, data, strlen((char *)data)); in IOT_Ioctl()126 (const char *)ctx->http_custom_domain; in IOT_Ioctl()
393 char http_custom_domain[IOTX_DOMAIN_MAX_LEN + 1]; member
Completed in 6 milliseconds