Home
last modified time | relevance | path

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

/PHP-8.3/ext/curl/
H A Dinterface.c38 #ifndef HttpPost
39 #define HttpPost curl_httppost macro
980 curl_formfree((struct HttpPost *)*post); in curl_free_post()
1103 …zend_llist_init(&ch->to_free->post, sizeof(struct HttpPost *), (llist_dtor_func_t)curl_free_post,… in init_curl_handle()
1342 static inline CURLcode add_simple_field(struct HttpPost **first, struct HttpPost **last, zend_strin… in add_simple_field()
1401 struct HttpPost *first = NULL; in build_mime_structure_from_hash()
1402 struct HttpPost *last = NULL; in build_mime_structure_from_hash()

Completed in 15 milliseconds