Searched refs:pgsql_result_from_obj (Results 1 – 1 of 1) sorted by relevance
212 static inline pgsql_result_handle *pgsql_result_from_obj(zend_object *obj) { in pgsql_result_from_obj() function216 #define Z_PGSQL_RESULT_P(zv) pgsql_result_from_obj(Z_OBJ_P(zv))240 pgsql_result_handle *pg_result = pgsql_result_from_obj(obj); in pgsql_result_free_obj()
Completed in 15 milliseconds