Home
last modified time | relevance | path

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

/PHP-8.2/ext/oci8/
H A Doci8.c1701 if (invokedstatement->impres_flag == PHP_OCI_IMPRES_NO_CHILDREN || in php_oci_fetch_row()
1702 invokedstatement->impres_flag == PHP_OCI_IMPRES_IS_CHILD) { in php_oci_fetch_row()
1705 } else if (invokedstatement->impres_flag == PHP_OCI_IMPRES_HAS_CHILDREN) { in php_oci_fetch_row()
1725 invokedstatement->impres_flag = PHP_OCI_IMPRES_HAS_CHILDREN; in php_oci_fetch_row()
1728 invokedstatement->impres_flag = PHP_OCI_IMPRES_NO_CHILDREN; /* Don't bother checking again */ in php_oci_fetch_row()
H A Dphp_oci8_int.h232 char impres_flag; /* PHP_OCI_IMPRES_*_ */ member
H A Doci8_statement.c110 …statement->impres_flag = PHP_OCI_IMPRES_UNKNOWN; /* may or may not have Implicit Result Set child… in php_oci_statement_create()
163 statement2->impres_flag = PHP_OCI_IMPRES_IS_CHILD; in php_oci_get_implicit_resultset()
889 …} else if (statement->impres_flag != PHP_OCI_IMPRES_IS_CHILD) { /* Oracle doc says don't free Imp… in php_oci_statement_free()

Completed in 30 milliseconds