Searched refs:tmp_msg (Results 1 – 1 of 1) sorted by relevance
336 CURLMsg *tmp_msg; in PHP_FUNCTION() local351 tmp_msg = curl_multi_info_read(mh->multi, &queued_msgs); in PHP_FUNCTION()352 if (tmp_msg == NULL) { in PHP_FUNCTION()361 add_assoc_long(return_value, "msg", tmp_msg->msg); in PHP_FUNCTION()362 add_assoc_long(return_value, "result", tmp_msg->data.result); in PHP_FUNCTION()366 zval *pz_ch = _php_curl_multi_find_easy_handle(mh, tmp_msg->easy_handle); in PHP_FUNCTION()379 SAVE_CURL_ERROR(ch, tmp_msg->data.result); in PHP_FUNCTION()
Completed in 4 milliseconds