Lines Matching refs:errstatus
1072 sword errstatus; in PHP_INI_END() local
1076 errstatus = OCIEnvNlsCreate(&OCI_G(env), PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, 0, 0); in PHP_INI_END()
1078 if (errstatus == OCI_ERROR) { in PHP_INI_END()
1095 errstatus = OCIHandleAlloc (OCI_G(env), (dvoid **)&OCI_G(err), OCI_HTYPE_ERROR, 0, NULL); in PHP_INI_END()
1097 if (errstatus == OCI_SUCCESS) { in PHP_INI_END()
1123 if (errstatus == OCI_SUCCESS_WITH_INFO) { in PHP_INI_END()
1701 sword errstatus; in php_oci_fetch_sqltext_offset() local
1705 …PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *) sq… in php_oci_fetch_sqltext_offset()
1707 if (errstatus != OCI_SUCCESS) { in php_oci_fetch_sqltext_offset()
1708 statement->errcode = php_oci_error(statement->err, errstatus TSRMLS_CC); in php_oci_fetch_sqltext_offset()
1713 …PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)error… in php_oci_fetch_sqltext_offset()
1715 if (errstatus != OCI_SUCCESS) { in php_oci_fetch_sqltext_offset()
1716 statement->errcode = php_oci_error(statement->err, errstatus TSRMLS_CC); in php_oci_fetch_sqltext_offset()