Home
last modified time | relevance | path

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

/PHP-8.3/ext/curl/
H A Dcurl_private.h150 static inline php_curl *curl_from_obj(zend_object *obj) { in curl_from_obj() function
154 #define Z_CURL_P(zv) curl_from_obj(Z_OBJ_P(zv))
H A Dinterface.c458 clone_ch = curl_from_obj(clone_object); in curl_clone_obj()
461 ch = curl_from_obj(object); in curl_clone_obj()
484 php_curl *curl = curl_from_obj(object); in curl_get_gc()
2928 php_curl *ch = curl_from_obj(object); in curl_free_obj()

Completed in 19 milliseconds