Home
last modified time | relevance | path

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

/PHP-7.2/ext/oci8/
H A Dphp_oci8_int.h230 char impres_flag; /* PHP_OCI_IMPRES_*_ */ member
H A Doci8_statement.c113 …statement->impres_flag = PHP_OCI_IMPRES_UNKNOWN; /* may or may not have Implicit Result Set child… in php_oci_statement_create()
160 statement2->impres_flag = PHP_OCI_IMPRES_IS_CHILD; in php_oci_get_implicit_resultset()
873 …} else if (statement->impres_flag != PHP_OCI_IMPRES_IS_CHILD) { /* Oracle doc says don't free Imp… in php_oci_statement_free()
H A Doci8.c2613 if (invokedstatement->impres_flag == PHP_OCI_IMPRES_NO_CHILDREN || in php_oci_fetch_row()
2614 invokedstatement->impres_flag == PHP_OCI_IMPRES_IS_CHILD) { in php_oci_fetch_row()
2617 } else if (invokedstatement->impres_flag == PHP_OCI_IMPRES_HAS_CHILDREN) { in php_oci_fetch_row()
2637 invokedstatement->impres_flag = PHP_OCI_IMPRES_HAS_CHILDREN; in php_oci_fetch_row()
2640 invokedstatement->impres_flag = PHP_OCI_IMPRES_NO_CHILDREN; /* Don't bother checking again */ in php_oci_fetch_row()

Completed in 22 milliseconds