Searched refs:add_simple_field (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/curl/ |
H A D | interface.c | 1340 static inline CURLcode add_simple_field(curl_mime *mime, zend_string *string_key, zval *current) in add_simple_field() function 1342 static inline CURLcode add_simple_field(struct HttpPost **first, struct HttpPost **last, zend_strin… in add_simple_field() 1584 add_simple_field(mime, string_key, current_element); in build_mime_structure_from_hash() 1586 add_simple_field(&first, &last, string_key, current_element); in build_mime_structure_from_hash() 1595 add_simple_field(mime, string_key, current); in build_mime_structure_from_hash() 1597 add_simple_field(&first, &last, string_key, current); in build_mime_structure_from_hash()
|
Completed in 15 milliseconds