Home
last modified time | relevance | path

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

/PHP-8.2/ext/curl/
H A Dcurl_private.h145 static inline php_curl *curl_from_obj(zend_object *obj) { in curl_from_obj() function
149 #define Z_CURL_P(zv) curl_from_obj(Z_OBJ_P(zv))
H A Dinterface.c444 clone_ch = curl_from_obj(clone_object); in curl_clone_obj()
447 ch = curl_from_obj(object); in curl_clone_obj()
470 php_curl *curl = curl_from_obj(object); in curl_get_gc()
2725 php_curl *ch = curl_from_obj(object); in curl_free_obj()

Completed in 20 milliseconds