Home
last modified time | relevance | path

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

/PHP-8.0/ext/curl/tests/
H A Dcurl_copy_handle_variation5.phpt2 curl_copy_handle() allows to post CURLFile multiple times if postfields change
/PHP-8.0/ext/curl/
H A Dcurl_private.h106 zval postfields; member
H A Dinterface.c1233 zval *postfields; in curl_clone_obj() local
1251 postfields = &clone_ch->postfields; in curl_clone_obj()
1252 if (Z_TYPE_P(postfields) != IS_UNDEF) { in curl_clone_obj()
1776 ZVAL_UNDEF(&ch->postfields); in init_curl_handle()
2017 if (zend_hash_num_elements(postfields) > 0) { in build_mime_structure_from_hash()
2071 zval_ptr_dtor(&ch->postfields); in build_mime_structure_from_hash()
2072 ZVAL_COPY(&ch->postfields, zpostfields); in build_mime_structure_from_hash()
2178 zval *postfields; in PHP_FUNCTION() local
2197 postfields = &ch->postfields; in PHP_FUNCTION()
2198 if (Z_TYPE_P(postfields) != IS_UNDEF) { in PHP_FUNCTION()
[all …]

Completed in 24 milliseconds