Searched refs:curl_from_obj (Results 1 – 2 of 2) sorted by relevance
146 static inline php_curl *curl_from_obj(zend_object *obj) { in curl_from_obj() function150 #define Z_CURL_P(zv) curl_from_obj(Z_OBJ_P(zv))
1244 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 16 milliseconds