Home
last modified time | relevance | path

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

/php-src/ext/curl/
H A Dcurl_file.c26 PHP_CURL_API zend_class_entry *curl_CURLFile_class; variable
41 zend_update_property_str(curl_CURLFile_class, Z_OBJ_P(cf), "name", sizeof("name")-1, fname); in curlfile_ctor()
44 zend_update_property_str(curl_CURLFile_class, Z_OBJ_P(cf), "mime", sizeof("mime")-1, mime); in curlfile_ctor()
48 …zend_update_property_str(curl_CURLFile_class, Z_OBJ_P(cf), "postname", sizeof("postname")-1, postn… 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_str(curl_CURLFile_class, Z_OBJ_P(ZEND_THIS), name, name_len, 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.c1389 instanceof_function(Z_OBJCE_P(current), curl_CURLFile_class)) { in build_mime_structure_from_hash()
1399 …prop = zend_read_property_ex(curl_CURLFile_class, Z_OBJ_P(current), ZSTR_KNOWN(ZEND_STR_NAME), /* … in build_mime_structure_from_hash()
1410 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0, &rv); in build_mime_structure_from_hash()
1415 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "postname", sizeof("postname")-1,… in build_mime_structure_from_hash()

Completed in 17 milliseconds