Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8.c1842 if (invokedstatement->impres_flag == PHP_OCI_IMPRES_NO_CHILDREN || in php_oci_fetch_row()
1843 invokedstatement->impres_flag == PHP_OCI_IMPRES_IS_CHILD) { in php_oci_fetch_row()
1846 } else if (invokedstatement->impres_flag == PHP_OCI_IMPRES_HAS_CHILDREN) { in php_oci_fetch_row()
1866 invokedstatement->impres_flag = PHP_OCI_IMPRES_HAS_CHILDREN; in php_oci_fetch_row()
1869 invokedstatement->impres_flag = PHP_OCI_IMPRES_NO_CHILDREN; /* Don't bother checking again */ in php_oci_fetch_row()
H A Dphp_oci8_int.h228 char impres_flag; /* PHP_OCI_IMPRES_*_ */ member
H A Doci8_statement.c111 …statement->impres_flag = PHP_OCI_IMPRES_UNKNOWN; /* may or may not have Implicit Result Set child… in php_oci_statement_create()
158 statement2->impres_flag = PHP_OCI_IMPRES_IS_CHILD; in php_oci_get_implicit_resultset()
871 …} else if (statement->impres_flag != PHP_OCI_IMPRES_IS_CHILD) { /* Oracle doc says don't free Imp… in php_oci_statement_free()

Completed in 19 milliseconds