Home
last modified time | relevance | path

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

/PHP-5.5/ext/curl/
H A Dmulti.c265 CURLMsg *tmp_msg; in PHP_FUNCTION() local
275 tmp_msg = curl_multi_info_read(mh->multi, &queued_msgs); in PHP_FUNCTION()
276 if (tmp_msg == NULL) { in PHP_FUNCTION()
285 add_assoc_long(return_value, "msg", tmp_msg->msg); in PHP_FUNCTION()
286 add_assoc_long(return_value, "result", tmp_msg->data.result); in PHP_FUNCTION()
298 if (ch->cp == tmp_msg->easy_handle) { in PHP_FUNCTION()

Completed in 4 milliseconds