Home
last modified time | relevance | path

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

/AliOS-Things-master/components/uvoice/stream/
A Duvoice_http.h11 #define HTTP_URL_LEN 1024 macro
13 #define HTTP_URL_LEN 512 macro
15 #define HTTP_HOSTNAME_LEN HTTP_URL_LEN
32 char base[HTTP_URL_LEN];
70 char uri[HTTP_URL_LEN];
71 char url[HTTP_URL_LEN];
72 char redirect_url[HTTP_URL_LEN];
A Duvoice_hls.c208 HTTP_URL_LEN - (hls->sub - loader->url)) { in uvoice_hls_index_update()
214 HTTP_URL_LEN - (hls->sub - loader->url)); in uvoice_hls_index_update()
374 HTTP_URL_LEN - (hls->sub - loader->url)) { in uvoice_hls_file_next()
380 HTTP_URL_LEN - (hls->sub - loader->url)); in uvoice_hls_file_next()
806 if (strlen(hls->seg_desc) + 1 > HTTP_URL_LEN) { in uvoice_hls_build()
811 memset(hls->sub, 0, HTTP_URL_LEN); in uvoice_hls_build()
815 if (strlen(hls->seg_desc) + 1 > HTTP_URL_LEN) { in uvoice_hls_build()
823 HTTP_URL_LEN - (hls->sub - loader->url)); in uvoice_hls_build()
825 HTTP_URL_LEN - (hls->sub - loader->url)) { in uvoice_hls_build()
833 HTTP_URL_LEN - (hls->sub - loader->url)); in uvoice_hls_build()
[all …]
A Duvoice_http.c363 len = MIN(HTTP_URL_LEN - 1, strlen(begin)); in http_urlparse()
488 if (copy_size > HTTP_URL_LEN - 1) { in http_request()
493 memset(loader->redirect_url, 0, HTTP_URL_LEN); in http_request()
1670 if (strlen(url) + 1 > HTTP_URL_LEN) { in http_loader_action()
1771 if (strlen(source) + 1 > HTTP_URL_LEN) { in http_loader_create()

Completed in 9 milliseconds