Home
last modified time | relevance | path

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

/php-src/ext/odbc/
H A Dphp_odbc.c65 static inline odbc_result *odbc_result_from_obj(zend_object *obj);
74 #define Z_ODBC_RESULT_P(zv) odbc_result_from_obj(Z_OBJ_P(zv))
207 static inline odbc_result *odbc_result_from_obj(zend_object *obj) in odbc_result_from_obj() function
279 odbc_result *result = odbc_result_from_obj(obj); in odbc_result_free_obj()

Completed in 11 milliseconds