errstatus 1081 ext/oci8/oci8.c sword errstatus; errstatus 1085 ext/oci8/oci8.c errstatus = OCIEnvNlsCreate(&OCI_G(env), PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, 0, 0); errstatus 1087 ext/oci8/oci8.c if (errstatus == OCI_ERROR) { errstatus 1104 ext/oci8/oci8.c errstatus = OCIHandleAlloc (OCI_G(env), (dvoid **)&OCI_G(err), OCI_HTYPE_ERROR, 0, NULL); errstatus 1106 ext/oci8/oci8.c if (errstatus == OCI_SUCCESS) { errstatus 1132 ext/oci8/oci8.c if (errstatus == OCI_SUCCESS_WITH_INFO) { errstatus 1637 ext/oci8/oci8.c sb4 php_oci_error(OCIError *err_p, sword errstatus) errstatus 1642 ext/oci8/oci8.c switch (errstatus) { errstatus 1682 ext/oci8/oci8.c php_error_docref(NULL, E_WARNING, "Unknown OCI error code: %d", errstatus); errstatus 1688 ext/oci8/oci8.c DTRACE_OCI8_ERROR((int)errstatus, (long)errcode); errstatus 1723 ext/oci8/oci8.c sword errstatus; errstatus 1727 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *) sqltext, (ub4 *)0, OCI_ATTR_STATEMENT, statement->err)); errstatus 1729 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 1730 ext/oci8/oci8.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 1735 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)error_offset, (ub4 *)0, OCI_ATTR_PARSE_ERROR_OFFSET, statement->err)); errstatus 1737 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 1738 ext/oci8/oci8.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 2217 ext/oci8/oci8.c sword errstatus; errstatus 2230 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); errstatus 2233 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, OCI_G(err), (text *)version, sizeof(version), OCI_HTYPE_SVCCTX)); errstatus 2236 ext/oci8/oci8.c if (errstatus == OCI_SUCCESS) { errstatus 2261 ext/oci8/oci8.c sword errstatus; errstatus 2264 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)connection->server, OCI_HTYPE_SERVER, (dvoid *)&ss, (ub4 *)0, OCI_ATTR_SERVER_STATUS, OCI_G(err))); errstatus 2266 ext/oci8/oci8.c if (errstatus == OCI_SUCCESS && ss == OCI_SERVER_NORMAL) { errstatus 2281 ext/oci8/oci8.c sword errstatus; errstatus 2283 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCITransRollback, (connection->svc, connection->err, (ub4) 0)); errstatus 2286 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2287 ext/oci8/oci8.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 2302 ext/oci8/oci8.c sword errstatus; errstatus 2304 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0)); errstatus 2307 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2308 ext/oci8/oci8.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 2498 ext/oci8/oci8.c sword errstatus; errstatus 2500 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIPasswordChange, (connection->svc, connection->err, (text *)user, user_len, (text *)pass_old, pass_old_len, (text *)pass_new, pass_new_len, OCI_DEFAULT)); errstatus 2502 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2503 ext/oci8/oci8.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 2540 ext/oci8/oci8.c sword errstatus; errstatus 2542 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, connection->err, (text *)version, (ub4) version_size, OCI_HTYPE_SVCCTX)); errstatus 2544 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2545 ext/oci8/oci8.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 2723 ext/oci8/oci8.c sword errstatus; errstatus 2726 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)invokedstatement->stmt, OCI_HTYPE_STMT, errstatus 2729 ext/oci8/oci8.c if (errstatus) { errstatus 2858 ext/oci8/oci8.c sword errstatus; errstatus 2883 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (session_pool->env, (dvoid **) &session_pool->poolh, OCI_HTYPE_SPOOL, (size_t) 0, (dvoid **) 0)); errstatus 2885 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2886 ext/oci8/oci8.c OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); errstatus 2895 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, ((dvoid *) session_pool->env, (dvoid **)&(session_pool->err), (ub4) OCI_HTYPE_ERROR,(size_t) 0, (dvoid **) 0)); errstatus 2897 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2898 ext/oci8/oci8.c OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); errstatus 2912 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (session_pool->env, (dvoid **)&(spoolAuth), OCI_HTYPE_AUTHINFO, 0, NULL)); errstatus 2914 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2915 ext/oci8/oci8.c OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); errstatus 2923 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) OCI_G(edition), (ub4)(strlen(OCI_G(edition))), (ub4)OCI_ATTR_EDITION, OCI_G(err))); errstatus 2925 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2926 ext/oci8/oci8.c OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); errstatus 2934 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) PHP_OCI8_DRIVER_NAME, (ub4) sizeof(PHP_OCI8_DRIVER_NAME)-1, (ub4) OCI_ATTR_DRIVER_NAME, OCI_G(err))); errstatus 2936 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2937 ext/oci8/oci8.c OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); errstatus 2944 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) (session_pool->poolh),(ub4) OCI_HTYPE_SPOOL, (dvoid *) spoolAuth, (ub4)0, (ub4)OCI_ATTR_SPOOL_AUTH, OCI_G(err))); errstatus 2946 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2947 ext/oci8/oci8.c OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); errstatus 2957 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCISessionPoolCreate,(session_pool->env, OCI_G(err), session_pool->poolh, (OraText **)&session_pool->poolname, &session_pool->poolname_len, (OraText *)dbname, (ub4)dbname_len, 0, UB4MAXVAL, 1,(OraText *)username, (ub4)username_len, (OraText *)password,(ub4)password_len, poolmode)); errstatus 2959 ext/oci8/oci8.c if (errstatus != OCI_SUCCESS) { errstatus 2960 ext/oci8/oci8.c OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); errstatus 53 ext/oci8/oci8_collection.c sword errstatus; errstatus 62 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCITypeByName, errstatus 79 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 84 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (connection->env, (dvoid **) &dschp1, (ub4) OCI_HTYPE_DESCRIBE, (size_t) 0, (dvoid **) 0)); errstatus 86 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 91 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIDescribeAny, errstatus 104 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 109 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *) dschp1, (ub4) OCI_HTYPE_DESCRIBE, (dvoid *)&parmp1, (ub4 *)0, (ub4)OCI_ATTR_PARAM, connection->err)); errstatus 111 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 116 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, errstatus 127 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 135 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, errstatus 146 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 151 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, errstatus 162 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 167 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCITypeByRef, errstatus 178 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 183 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, errstatus 194 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 205 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIObjectNew, errstatus 219 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 235 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 247 ext/oci8/oci8_collection.c sword errstatus; errstatus 249 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollSize, (connection->env, connection->err, collection->collection, (sb4 *)size)); errstatus 251 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 252 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 279 ext/oci8/oci8_collection.c sword errstatus; errstatus 281 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollTrim, (connection->env, connection->err, (sb4) trim_size, collection->collection)); errstatus 283 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 284 ext/oci8/oci8_collection.c errstatus = php_oci_error(connection->err, errstatus); errstatus 299 ext/oci8/oci8_collection.c sword errstatus; errstatus 302 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAppend, (connection->env, connection->err, (dvoid *)0, &null_index, collection->collection)); errstatus 304 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 305 ext/oci8/oci8_collection.c errstatus = php_oci_error(connection->err, errstatus); errstatus 321 ext/oci8/oci8_collection.c sword errstatus; errstatus 324 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date)); errstatus 326 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 328 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 333 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAppend, errstatus 343 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 344 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 362 ext/oci8/oci8_collection.c sword errstatus; errstatus 366 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCINumberFromReal, (connection->err, &element_double, sizeof(double), &oci_number)); errstatus 368 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 369 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 374 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAppend, errstatus 384 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 385 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 402 ext/oci8/oci8_collection.c sword errstatus; errstatus 404 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); errstatus 406 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 407 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 412 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAppend, errstatus 422 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 423 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 484 ext/oci8/oci8_collection.c sword errstatus; errstatus 490 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollGetElem, errstatus 502 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 503 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 520 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIDateToText, (connection->err, element, 0, 0, 0, 0, &buff_len, buff)); errstatus 522 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 523 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 562 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCINumberToReal, (connection->err, (CONST OCINumber *) element, (uword) sizeof(double), (dvoid *) &double_number)); errstatus 564 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 565 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 591 ext/oci8/oci8_collection.c sword errstatus; errstatus 594 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAssignElem, (connection->env, connection->err, (ub4) index, (dvoid *)"", &null_index, collection->collection)); errstatus 596 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 597 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 613 ext/oci8/oci8_collection.c sword errstatus; errstatus 616 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date)); errstatus 618 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 620 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 625 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAssignElem, errstatus 636 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 637 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 655 ext/oci8/oci8_collection.c sword errstatus; errstatus 659 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCINumberFromReal, (connection->err, &element_double, sizeof(double), &oci_number)); errstatus 661 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 662 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 667 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAssignElem, errstatus 678 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 679 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 696 ext/oci8/oci8_collection.c sword errstatus; errstatus 698 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); errstatus 700 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 701 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 706 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAssignElem, errstatus 717 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 718 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 774 ext/oci8/oci8_collection.c sword errstatus; errstatus 776 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAssign, (connection->env, connection->err, collection_from->collection, collection_dest->collection)); errstatus 778 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 779 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 793 ext/oci8/oci8_collection.c sword errstatus; errstatus 796 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIObjectFree, (connection->env, connection->err, (dvoid *)collection->collection, (ub2)OCI_OBJECTFREE_FORCE)); errstatus 798 ext/oci8/oci8_collection.c if (errstatus != OCI_SUCCESS) { errstatus 799 ext/oci8/oci8_collection.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 1776 ext/oci8/oci8_interface.c sword errstatus; errstatus 1784 ext/oci8/oci8_interface.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) client_id, (ub4) client_id_len, (ub4) OCI_ATTR_CLIENT_IDENTIFIER, connection->err)); errstatus 1786 ext/oci8/oci8_interface.c if (errstatus != OCI_SUCCESS) { errstatus 1787 ext/oci8/oci8_interface.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 1860 ext/oci8/oci8_interface.c sword errstatus; errstatus 1868 ext/oci8/oci8_interface.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) module, (ub4) module_len, (ub4) OCI_ATTR_MODULE, connection->err)); errstatus 1870 ext/oci8/oci8_interface.c if (errstatus != OCI_SUCCESS) { errstatus 1871 ext/oci8/oci8_interface.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 1892 ext/oci8/oci8_interface.c sword errstatus; errstatus 1900 ext/oci8/oci8_interface.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) action, (ub4) action_len, (ub4) OCI_ATTR_ACTION, connection->err)); errstatus 1902 ext/oci8/oci8_interface.c if (errstatus != OCI_SUCCESS) { errstatus 1903 ext/oci8/oci8_interface.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 1924 ext/oci8/oci8_interface.c sword errstatus; errstatus 1932 ext/oci8/oci8_interface.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) client_info, (ub4) client_info_len, (ub4) OCI_ATTR_CLIENT_INFO, connection->err)); errstatus 1934 ext/oci8/oci8_interface.c if (errstatus != OCI_SUCCESS) { errstatus 1935 ext/oci8/oci8_interface.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 57 ext/oci8/oci8_lob.c sword errstatus; errstatus 76 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCIDescriptorAlloc, (connection->env, (dvoid*)&(descriptor->descriptor), descriptor->type, (size_t) 0, (dvoid **) 0)); errstatus 78 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 79 ext/oci8/oci8_lob.c OCI_G(errcode) = php_oci_error(OCI_G(err), errstatus); errstatus 124 ext/oci8/oci8_lob.c sword errstatus; errstatus 133 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFileOpen, (connection->svc, connection->err, descriptor->descriptor, OCI_FILE_READONLY)); errstatus 134 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 135 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 141 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobGetLength, (connection->svc, connection->err, descriptor->descriptor, (ub4 *)length)); errstatus 143 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 144 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 152 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->descriptor)); errstatus 154 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 155 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 216 ext/oci8/oci8_lob.c sword errstatus; errstatus 223 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobGetChunkSize, (connection->svc, connection->err, descriptor->descriptor, &chunk_size)); errstatus 225 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 226 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 255 ext/oci8/oci8_lob.c sword errstatus; errstatus 292 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFileOpen, (connection->svc, connection->err, descriptor->descriptor, OCI_FILE_READONLY)); errstatus 294 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 295 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 302 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobCharSetId, (connection->env, connection->err, descriptor->descriptor, &charset_id)); errstatus 304 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 305 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 316 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCINlsNumericInfoGet, (connection->env, connection->err, &bytes_per_char, OCI_NLS_CHARSET_MAXBYTESZ)); errstatus 318 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 319 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 342 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobRead2, errstatus 368 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 369 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 382 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->descriptor)); errstatus 384 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 385 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 408 ext/oci8/oci8_lob.c sword errstatus; errstatus 423 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobWrite, errstatus 440 ext/oci8/oci8_lob.c if (errstatus) { errstatus 441 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 468 ext/oci8/oci8_lob.c sword errstatus; errstatus 481 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobEnableBuffering, (connection->svc, connection->err, descriptor->descriptor)); errstatus 483 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobDisableBuffering, (connection->svc, connection->err, descriptor->descriptor)); errstatus 486 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 487 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 515 ext/oci8/oci8_lob.c sword errstatus; errstatus 536 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobCopy, errstatus 548 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 549 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 564 ext/oci8/oci8_lob.c sword errstatus; errstatus 567 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobClose, (connection->svc, connection->err, descriptor->descriptor)); errstatus 569 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 570 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 591 ext/oci8/oci8_lob.c sword errstatus; errstatus 593 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobIsTemporary, (connection->env,connection->err, descriptor->descriptor, &is_temporary)); errstatus 595 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 596 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 602 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFreeTemporary, (connection->svc, connection->err, descriptor->descriptor)); errstatus 604 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 605 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 621 ext/oci8/oci8_lob.c sword errstatus; errstatus 645 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFlushBuffer, (connection->svc, connection->err, lob, (ub4) flush_flag)); errstatus 647 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 648 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 717 ext/oci8/oci8_lob.c sword errstatus; errstatus 734 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, errstatus 752 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 753 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 776 ext/oci8/oci8_lob.c sword errstatus; errstatus 790 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobAppend, (connection->svc, connection->err, lob_dest, lob_from)); errstatus 792 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 793 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 809 ext/oci8/oci8_lob.c sword errstatus; errstatus 829 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobTrim, (connection->svc, connection->err, lob, (ub4) new_lob_length)); errstatus 831 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 832 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 851 ext/oci8/oci8_lob.c sword errstatus; errstatus 867 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobErase, (connection->svc, connection->err, lob, (ub4 *)&length, (ub4) offset+1)); errstatus 869 ext/oci8/oci8_lob.c if (errstatus != OCI_SUCCESS) { errstatus 870 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 888 ext/oci8/oci8_lob.c sword errstatus; errstatus 890 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobIsEqual, (connection->env, first_lob, second_lob, result)); errstatus 892 ext/oci8/oci8_lob.c if (errstatus) { errstatus 893 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 909 ext/oci8/oci8_lob.c sword errstatus; errstatus 926 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobCreateTemporary, errstatus 939 ext/oci8/oci8_lob.c if (errstatus) { errstatus 940 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 945 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobOpen, (connection->svc, connection->err, lob, OCI_LOB_READWRITE)); errstatus 947 ext/oci8/oci8_lob.c if (errstatus) { errstatus 948 ext/oci8/oci8_lob.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 49 ext/oci8/oci8_statement.c sword errstatus; errstatus 63 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtPrepare2, errstatus 82 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 83 ext/oci8/oci8_statement.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 137 ext/oci8/oci8_statement.c sword errstatus; errstatus 139 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtGetNextResult, (statement->stmt, statement->err, &result, &rtype, OCI_DEFAULT)); errstatus 140 ext/oci8/oci8_statement.c if (errstatus == OCI_NO_DATA) { errstatus 189 ext/oci8/oci8_statement.c sword errstatus; errstatus 195 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, (statement->stmt, OCI_HTYPE_STMT, &prefetch, 0, OCI_ATTR_PREFETCH_ROWS, statement->err)); errstatus 197 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 198 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 253 ext/oci8/oci8_statement.c sword errstatus; errstatus 261 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); errstatus 263 ext/oci8/oci8_statement.c if (errstatus == OCI_NO_DATA || nrows == 0) { errstatus 293 ext/oci8/oci8_statement.c while (errstatus == OCI_NEED_DATA) { errstatus 295 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, errstatus 337 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); errstatus 349 ext/oci8/oci8_statement.c if (errstatus == OCI_SUCCESS_WITH_INFO || errstatus == OCI_SUCCESS) { errstatus 370 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 491 ext/oci8/oci8_statement.c sword errstatus; errstatus 512 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement->stmttype, (ub4 *)0, OCI_ATTR_STMT_TYPE, statement->err)); errstatus 514 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 515 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 540 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtExecute, (statement->connection->svc, statement->stmt, statement->err, iters, 0, NULL, NULL, mode)); errstatus 542 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 543 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 579 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *)&colcount, (ub4 *)0, OCI_ATTR_PARAM_COUNT, statement->err)); errstatus 581 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 582 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 599 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIParamGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, statement->err, (dvoid**)¶m, counter)); errstatus 601 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 602 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 608 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->data_type, (ub4 *)0, OCI_ATTR_DATA_TYPE, statement->err)); errstatus 610 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 612 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 618 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->charset_form, (ub4 *)0, OCI_ATTR_CHARSET_FORM, statement->err)); errstatus 620 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 622 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 628 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->charset_id, (ub4 *)0, OCI_ATTR_CHARSET_ID, statement->err)); errstatus 630 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 632 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 638 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->data_size, (dvoid *)0, OCI_ATTR_DATA_SIZE, statement->err)); errstatus 640 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 642 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 651 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->scale, (dvoid *)0, OCI_ATTR_SCALE, statement->err)); errstatus 653 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 655 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 661 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->precision, (dvoid *)0, OCI_ATTR_PRECISION, statement->err)); errstatus 663 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 665 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 671 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid **)&colname, (ub4 *)&outcol->name_len, (ub4)OCI_ATTR_NAME, statement->err)); errstatus 673 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 675 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 773 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, errstatus 791 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, errstatus 810 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 811 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 823 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, errstatus 833 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 834 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 969 ext/oci8/oci8_statement.c sword errstatus; errstatus 1029 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIDateToText, (connection->err, &(((OCIDate *)(bind->array.elements))[i]), 0, 0, 0, 0, &buff_len, buff)); errstatus 1032 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 1033 ext/oci8/oci8_statement.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 1042 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIDateToText, (connection->err, &(((OCIDate *)(bind->array.elements))[i]), 0, 0, 0, 0, &buff_len, buff)); errstatus 1043 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 1044 ext/oci8/oci8_statement.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 1099 ext/oci8/oci8_statement.c sword errstatus; errstatus 1257 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, errstatus 1277 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 1278 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 1284 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIBindDynamic, errstatus 1295 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 1296 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 1304 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIBindObject, errstatus 1316 ext/oci8/oci8_statement.c if (errstatus) { errstatus 1317 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 1524 ext/oci8/oci8_statement.c sword errstatus; errstatus 1528 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement_type, (ub4 *)0, OCI_ATTR_STMT_TYPE, statement->err)); errstatus 1530 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 1531 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 1547 ext/oci8/oci8_statement.c sword errstatus; errstatus 1551 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub4 *)&statement_numrows, (ub4 *)0, OCI_ATTR_ROW_COUNT, statement->err)); errstatus 1553 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 1554 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 1570 ext/oci8/oci8_statement.c sword errstatus; errstatus 1626 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, errstatus 1647 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 1662 ext/oci8/oci8_statement.c statement->errcode = php_oci_error(statement->err, errstatus); errstatus 1839 ext/oci8/oci8_statement.c sword errstatus; errstatus 1861 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL_P(entry), (ub4) Z_STRLEN_P(entry), NULL, 0, NULL, 0, &oci_date)); errstatus 1863 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 1868 ext/oci8/oci8_statement.c connection->errcode = php_oci_error(connection->err, errstatus); errstatus 1876 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)"01-JAN-00", sizeof("01-JAN-00")-1, NULL, 0, NULL, 0, &oci_date)); errstatus 1878 ext/oci8/oci8_statement.c if (errstatus != OCI_SUCCESS) { errstatus 1883 ext/oci8/oci8_statement.c connection->errcode = php_oci_error(connection->err, errstatus);