Searched refs:curl_from_obj (Results 1 – 2 of 2) sorted by relevance
144 static inline php_curl *curl_from_obj(zend_object *obj) { in curl_from_obj() function148 #define Z_CURL_P(zv) curl_from_obj(Z_OBJ_P(zv))
1238 clone_ch = curl_from_obj(clone_object); in curl_clone_obj()1241 ch = curl_from_obj(object); in curl_clone_obj()1264 php_curl *curl = curl_from_obj(object); in curl_get_gc()3321 php_curl *ch = curl_from_obj(object); in curl_free_obj()
Completed in 17 milliseconds