Home
last modified time | relevance | path

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

/PHP-5.5/ext/oci8/
H A Doci8_statement.c155 if (outcol->stmtid) { in php_oci_cleanup_pre_fetch()
156 zend_list_delete(outcol->stmtid); in php_oci_cleanup_pre_fetch()
157 outcol->stmtid = 0; in php_oci_cleanup_pre_fetch()
358 outcol->stmtid = nested_stmt->id; in php_oci_define_callback()
H A Dphp_oci8_int.h242 int stmtid; /* statement id for cursors */ member
H A Doci8.c1558 if (column->stmtid) { in php_oci_column_hash_dtor()
1559 zend_list_delete(column->stmtid); in php_oci_column_hash_dtor()
2503 ZVAL_RESOURCE(value, column->stmtid); in php_oci_column_to_zval()
2504 zend_list_addref(column->stmtid); in php_oci_column_to_zval()

Completed in 24 milliseconds