Home
last modified time | relevance | path

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

/php-src/ext/curl/tests/
H A Dcurl_copy_handle_variation5.phpt2 curl_copy_handle() allows to post CURLFile multiple times if postfields change
/php-src/ext/curl/
H A Dinterface.c438 zval *postfields; in curl_clone_obj() local
456 postfields = &clone_ch->postfields; in curl_clone_obj()
457 if (Z_TYPE_P(postfields) != IS_UNDEF) { in curl_clone_obj()
1147 ZVAL_UNDEF(&ch->postfields); in init_curl_handle()
1453 zval_ptr_dtor(&ch->postfields); in build_mime_structure_from_hash()
1521 zval_ptr_dtor(&ch->postfields); in build_mime_structure_from_hash()
1522 ZVAL_COPY(&ch->postfields, zpostfields); in build_mime_structure_from_hash()
1579 zval *postfields; in PHP_FUNCTION() local
1598 postfields = &ch->postfields; in PHP_FUNCTION()
1599 if (Z_TYPE_P(postfields) != IS_UNDEF) { in PHP_FUNCTION()
[all …]
H A Dcurl_private.h103 zval postfields; member

Completed in 13 milliseconds