Searched refs:http_param (Results 1 – 5 of 5) sorted by relevance
256 if (http_param && http_param->rec_data_buffer) { in task_http_download_func()260 if (http_param && http_param->rec_header_buffer) { in task_http_download_func()264 if (http_param) { in task_http_download_func()382 if (http_param && http_param->rec_data_buffer) { in task_http_request_func()386 if (http_param && http_param->rec_header_buffer) { in task_http_request_func()390 if (http_param) { in task_http_request_func()411 if (!http_param) { in http_download()465 if (http_param) { in http_download()495 if (!http_param) { in http_request()582 http_param->params_len = strlen(http_param->params); in http_request()[all …]
304 if (!http_param) { in native_http_download()336 http_param->js_cb_ref = -1; in native_http_download()349 if (http_param && http_param->params) in native_http_download()351 if (http_param) in native_http_download()352 aos_free(http_param); in native_http_download()383 if (!http_param) { in native_http_request()439 if (http_param->timeout <= 0) { in native_http_request()492 http_param->params_len = strlen(http_param->params); in native_http_request()525 if (http_param && http_param->params) in native_http_request()527 if (http_param) in native_http_request()[all …]
648 http_param_t *http_param = NULL; in obj_http_download() local669 if (!http_param) { in obj_http_download()674 http_param->url = url; in obj_http_download()684 if (http_param && http_param->params) in obj_http_download()686 if (http_param) in obj_http_download()687 aos_free(http_param); in obj_http_download()717 if (!http_param) { in obj_http_request()722 http_param->url = url; in obj_http_request()732 if (http_param && http_param->params) in obj_http_request()734 if (http_param) in obj_http_request()[all …]
294 if (!http_param) in native_http_download()328 http_param->js_cb_ref = -1; in native_http_download()339 if (http_param && http_param->params) in native_http_download()341 if (http_param) in native_http_download()342 aos_free(http_param); in native_http_download()377 if (!http_param) in native_http_request()488 http_param->params_len = strlen(http_param->params); in native_http_request()489 amp_debug(MOD_STR, "params: %s, len %d", http_param->params, http_param->params_len); in native_http_request()519 if (http_param && http_param->params) in native_http_request()521 if (http_param) in native_http_request()[all …]
64 http_param_t *http_param; member391 if (!http_param) { in native_http_get_param()401 amp_free(http_param); in native_http_get_param()491 http_param->params_len = strlen(http_param->params); in native_http_get_param()516 return http_param; in native_http_get_param()521 if (http_param == NULL) { in http_param_free()525 if (http_param->url != NULL) { in http_param_free()545 if (http_param == NULL) { in native_http_download()564 if (http_param == NULL) { in native_http_request()660 if (http_param == NULL) { in native_http_download_add()[all …]
Completed in 15 milliseconds