Home
last modified time | relevance | path

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

/PHP-8.1/ext/curl/
H A Dcurl_file.c26 PHP_CURL_API zend_class_entry *curl_CURLFile_class; variable
41 …zend_update_property_string(curl_CURLFile_class, Z_OBJ_P(cf), "name", sizeof("name")-1, ZSTR_VAL(f… in curlfile_ctor()
44 …zend_update_property_string(curl_CURLFile_class, Z_OBJ_P(cf), "mime", sizeof("mime")-1, ZSTR_VAL(m… in curlfile_ctor()
48 …zend_update_property_string(curl_CURLFile_class, Z_OBJ_P(cf), "postname", sizeof("postname")-1, ZS… in curlfile_ctor()
63 object_init_ex( return_value, curl_CURLFile_class ); in PHP_FUNCTION()
73 res = zend_read_property(curl_CURLFile_class, Z_OBJ_P(ZEND_THIS), name, name_len, 1, &rv); in curlfile_get_property()
85 …zend_update_property_string(curl_CURLFile_class, Z_OBJ_P(ZEND_THIS), name, name_len, ZSTR_VAL(arg)… in curlfile_set_property()
148 curl_CURLFile_class = register_class_CURLFile(); in curlfile_register_class()
H A Dphp_curl.h41 PHP_CURL_API extern zend_class_entry *curl_CURLFile_class;
H A Dinterface.c2037 instanceof_function(Z_OBJCE_P(current), curl_CURLFile_class)) { in build_mime_structure_from_hash()
2049 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "name", sizeof("name")-1, 0, &rv); in build_mime_structure_from_hash()
2060 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0, &rv); in build_mime_structure_from_hash()
2065 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "postname", sizeof("postname")-1,… in build_mime_structure_from_hash()

Completed in 12 milliseconds