Home
last modified time | relevance | path

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

/PHP-8.1/ext/curl/
H A Dcurl_private.h146 static inline php_curl *curl_from_obj(zend_object *obj) { in curl_from_obj() function
150 #define Z_CURL_P(zv) curl_from_obj(Z_OBJ_P(zv))
H A Dinterface.c1244 clone_ch = curl_from_obj(clone_object); in curl_clone_obj()
1247 ch = curl_from_obj(object); in curl_clone_obj()
1270 php_curl *curl = curl_from_obj(object); in curl_get_gc()
3427 php_curl *ch = curl_from_obj(object); in curl_free_obj()

Completed in 17 milliseconds