PHP_OCI_CALL_RETURN 1705 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)); PHP_OCI_CALL_RETURN 1713 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)); PHP_OCI_CALL_RETURN 1860 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset)); PHP_OCI_CALL_RETURN 1873 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(result, OCINlsEnvironmentVariableGet, (&charsetid_nls_lang, 0, OCI_NLS_CHARSET_ID, 0, &rsize)); PHP_OCI_CALL_RETURN 2188 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); PHP_OCI_CALL_RETURN 2192 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIServerVersion, (connection->svc, OCI_G(err), (text *)version, sizeof(version), OCI_HTYPE_SVCCTX)); PHP_OCI_CALL_RETURN 2223 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->server, OCI_HTYPE_SERVER, (dvoid *)&ss, (ub4 *)0, OCI_ATTR_SERVER_STATUS, OCI_G(err))); PHP_OCI_CALL_RETURN 2241 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(connection->errcode, OCITransRollback, (connection->svc, connection->err, (ub4) 0)); PHP_OCI_CALL_RETURN 2258 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(connection->errcode, OCITransCommit, (connection->svc, connection->err, (ub4) 0)); PHP_OCI_CALL_RETURN 2430 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(connection->errcode, OCIPasswordChange, (connection->svc, connection->err, (text *)user, user_len, (text *)pass_old, pass_old_len, (text *)pass_new, pass_new_len, OCI_DEFAULT)); PHP_OCI_CALL_RETURN 2473 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(connection->errcode, OCIServerVersion, (connection->svc, connection->err, (text *)version_buff, sizeof(version_buff), OCI_HTYPE_SVCCTX)); PHP_OCI_CALL_RETURN 2737 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (session_pool->env, (dvoid **) &session_pool->poolh, OCI_HTYPE_SPOOL, (size_t) 0, (dvoid **) 0)); PHP_OCI_CALL_RETURN 2749 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, ((dvoid *) session_pool->env, (dvoid **)&(session_pool->err), (ub4) OCI_HTYPE_ERROR,(size_t) 0, (dvoid **) 0)); PHP_OCI_CALL_RETURN 2766 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (session_pool->env, (dvoid **)&(spoolAuth), OCI_HTYPE_AUTHINFO, 0, NULL)); PHP_OCI_CALL_RETURN 2776 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) spoolAuth, (ub4) OCI_HTYPE_AUTHINFO, (dvoid *) OCI_G(edition), (ub4)(strlen(OCI_G(edition))), (ub4)OCI_ATTR_EDITION, OCI_G(err))); PHP_OCI_CALL_RETURN 2786 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), 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))); PHP_OCI_CALL_RETURN 2795 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) (session_pool->poolh),(ub4) OCI_HTYPE_SPOOL, (dvoid *) spoolAuth, (ub4)0, (ub4)OCI_ATTR_SPOOL_AUTH, OCI_G(err))); PHP_OCI_CALL_RETURN 2807 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), 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)); PHP_OCI_CALL_RETURN 2916 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&retenv, OCI_G(events) ? PHP_OCI_INIT_MODE | OCI_EVENTS : PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, charsetid, charsetid)); PHP_OCI_CALL_RETURN 2957 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->server), OCI_HTYPE_SERVER, 0, NULL)); PHP_OCI_CALL_RETURN 2965 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIServerAttach, (connection->server, OCI_G(err), (text *)dbname, dbname_len, (ub4) OCI_DEFAULT)); PHP_OCI_CALL_RETURN 2974 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->session), OCI_HTYPE_SESSION, 0, NULL)); PHP_OCI_CALL_RETURN 2982 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err), OCI_HTYPE_ERROR, 0, NULL)); PHP_OCI_CALL_RETURN 2990 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->svc), OCI_HTYPE_SVCCTX, 0, NULL)); PHP_OCI_CALL_RETURN 2999 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) username, (ub4) username_len, (ub4) OCI_ATTR_USERNAME, OCI_G(err))); PHP_OCI_CALL_RETURN 3009 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) password, (ub4) password_len, (ub4) OCI_ATTR_PASSWORD, OCI_G(err))); PHP_OCI_CALL_RETURN 3020 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(edition), (ub4) (strlen(OCI_G(edition))), (ub4) OCI_ATTR_EDITION, OCI_G(err))); PHP_OCI_CALL_RETURN 3031 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) PHP_OCI8_DRIVER_NAME, (ub4) sizeof(PHP_OCI8_DRIVER_NAME)-1, (ub4) OCI_ATTR_DRIVER_NAME, OCI_G(err))); PHP_OCI_CALL_RETURN 3040 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, (connection->svc, OCI_HTYPE_SVCCTX, connection->server, 0, OCI_ATTR_SERVER, OCI_G(err))); PHP_OCI_CALL_RETURN 3048 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, (connection->svc, OCI_HTYPE_SVCCTX, connection->session, 0, OCI_ATTR_SESSION, OCI_G(err))); PHP_OCI_CALL_RETURN 3057 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIPasswordChange, (connection->svc, OCI_G(err), (text *)username, username_len, (text *)password, password_len, (text *)new_password, new_password_len, OCI_AUTH)); PHP_OCI_CALL_RETURN 3064 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->session), (ub4 *)0, OCI_ATTR_SESSION, OCI_G(err))); PHP_OCI_CALL_RETURN 3082 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCISessionBegin, (connection->svc, OCI_G(err), connection->session, (ub4) cred_type, (ub4) session_mode)); PHP_OCI_CALL_RETURN 3101 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) OCI_ATTR_STMTCACHESIZE, OCI_G(err))); PHP_OCI_CALL_RETURN 3154 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->err), OCI_HTYPE_ERROR, 0, NULL)); PHP_OCI_CALL_RETURN 3164 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIHandleAlloc, (connection->env, (dvoid **)&(connection->authinfo), OCI_HTYPE_AUTHINFO, 0, NULL)); PHP_OCI_CALL_RETURN 3173 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_SESSION, (dvoid *) OCI_G(connection_class), (ub4)(strlen(OCI_G(connection_class))), (ub4)OCI_ATTR_CONNECTION_CLASS, OCI_G(err))); PHP_OCI_CALL_RETURN 3185 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode),OCIAttrSet, ((dvoid *) connection->authinfo,(ub4) OCI_HTYPE_AUTHINFO, (dvoid *) &purity, (ub4)0, (ub4)OCI_ATTR_PURITY, OCI_G(err))); PHP_OCI_CALL_RETURN 3197 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numopen, (ub4 *)0, OCI_ATTR_SPOOL_OPEN_COUNT, OCI_G(err))); PHP_OCI_CALL_RETURN 3198 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (dvoid *)&numbusy, (ub4 *)0, OCI_ATTR_SPOOL_BUSY_COUNT, OCI_G(err))); PHP_OCI_CALL_RETURN 3211 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode),OCISessionGet, (connection->env, OCI_G(err), &(connection->svc), (OCIAuthInfo *)connection->authinfo, (OraText *)actual_spool->poolname, (ub4)actual_spool->poolname_len, NULL, 0, NULL, NULL, NULL, OCI_SESSGET_SPOOL)); PHP_OCI_CALL_RETURN 3226 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->server), (ub4 *)0, OCI_ATTR_SERVER, OCI_G(err))); PHP_OCI_CALL_RETURN 3228 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)connection->svc, OCI_HTYPE_SVCCTX, (dvoid *)&(connection->session), (ub4 *)0, OCI_ATTR_SESSION, OCI_G(err))); /* }}} */ PHP_OCI_CALL_RETURN 3230 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, OCI_G(err), (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), (void **)&(connection->next_pingp))); PHP_OCI_CALL_RETURN 3256 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) OCI_ATTR_STMTCACHESIZE, OCI_G(err))); PHP_OCI_CALL_RETURN 3325 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, errh, (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), (void **)&next_pingp)); PHP_OCI_CALL_RETURN 3332 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIMemoryAlloc, (connection->session, errh, (void **)&next_pingp, OCI_DURATION_SESSION, sizeof(time_t), OCI_MEMORY_CLEARED)); PHP_OCI_CALL_RETURN 3346 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextSetValue, (connection->session, errh, OCI_DURATION_SESSION, (ub1 *)"NEXT_PING", (ub1)sizeof("NEXT_PING"), next_pingp)); PHP_OCI_CALL_RETURN 61 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCITypeByName, PHP_OCI_CALL_RETURN 83 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIHandleAlloc, (connection->env, (dvoid **) &dschp1, (ub4) OCI_HTYPE_DESCRIBE, (size_t) 0, (dvoid **) 0)); PHP_OCI_CALL_RETURN 90 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDescribeAny, PHP_OCI_CALL_RETURN 108 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIAttrGet, ((dvoid *) dschp1, (ub4) OCI_HTYPE_DESCRIBE, (dvoid *)&parmp1, (ub4 *)0, (ub4)OCI_ATTR_PARAM, connection->err)); PHP_OCI_CALL_RETURN 115 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIAttrGet, PHP_OCI_CALL_RETURN 134 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIAttrGet, PHP_OCI_CALL_RETURN 150 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIAttrGet, PHP_OCI_CALL_RETURN 166 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCITypeByRef, PHP_OCI_CALL_RETURN 182 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIAttrGet, PHP_OCI_CALL_RETURN 204 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIObjectNew, PHP_OCI_CALL_RETURN 245 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollSize, (connection->env, connection->err, collection->collection, (sb4 *)size)); PHP_OCI_CALL_RETURN 261 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(*max, OCICollMax, (connection->env, collection->collection)); PHP_OCI_CALL_RETURN 273 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollTrim, (connection->env, connection->err, trim_size, collection->collection)); PHP_OCI_CALL_RETURN 291 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAppend, (connection->env, connection->err, (dvoid *)0, &null_index, collection->collection)); PHP_OCI_CALL_RETURN 310 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date)); PHP_OCI_CALL_RETURN 319 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAppend, PHP_OCI_CALL_RETURN 355 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCINumberFromReal, (connection->err, &element_double, sizeof(double), &oci_number)); PHP_OCI_CALL_RETURN 363 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAppend, PHP_OCI_CALL_RETURN 390 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); PHP_OCI_CALL_RETURN 398 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAppend, PHP_OCI_CALL_RETURN 471 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollGetElem, PHP_OCI_CALL_RETURN 503 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateToText, (connection->err, element, 0, 0, 0, 0, &buff_len, buff)); PHP_OCI_CALL_RETURN 523 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(str, OCIStringPtr, (connection->env, oci_string)); PHP_OCI_CALL_RETURN 546 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCINumberToReal, (connection->err, (CONST OCINumber *) element, (uword) sizeof(double), (dvoid *) &double_number)); PHP_OCI_CALL_RETURN 578 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAssignElem, (connection->env, connection->err, (ub4) index, (dvoid *)"", &null_index, collection->collection)); PHP_OCI_CALL_RETURN 597 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date)); PHP_OCI_CALL_RETURN 606 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAssignElem, PHP_OCI_CALL_RETURN 643 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCINumberFromReal, (connection->err, &element_double, sizeof(double), &oci_number)); PHP_OCI_CALL_RETURN 651 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAssignElem, PHP_OCI_CALL_RETURN 679 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); PHP_OCI_CALL_RETURN 687 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAssignElem, PHP_OCI_CALL_RETURN 753 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAssign, (connection->env, connection->err, collection_from->collection, collection_dest->collection)); PHP_OCI_CALL_RETURN 770 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCIObjectFree, (connection->env, connection->err, (dvoid *)collection->collection, (ub2)OCI_OBJECTFREE_FORCE)); PHP_OCI_CALL_RETURN 1769 ext/oci8/oci8_interface.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) client_id, (ub4) client_id_len, (ub4) OCI_ATTR_CLIENT_IDENTIFIER, OCI_G(err))); PHP_OCI_CALL_RETURN 1827 ext/oci8/oci8_interface.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) module, (ub4) module_len, (ub4) OCI_ATTR_MODULE, OCI_G(err))); PHP_OCI_CALL_RETURN 1858 ext/oci8/oci8_interface.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) action, (ub4) action_len, (ub4) OCI_ATTR_ACTION, OCI_G(err))); PHP_OCI_CALL_RETURN 1889 ext/oci8/oci8_interface.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) client_info, (ub4) client_info_len, (ub4) OCI_ATTR_CLIENT_INFO, OCI_G(err))); PHP_OCI_CALL_RETURN 75 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIDescriptorAlloc, (connection->env, (dvoid*)&(descriptor->descriptor), descriptor->type, (size_t) 0, (dvoid **) 0)); PHP_OCI_CALL_RETURN 127 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobFileOpen, (connection->svc, connection->err, descriptor->descriptor, OCI_FILE_READONLY)); PHP_OCI_CALL_RETURN 135 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobGetLength, (connection->svc, connection->err, descriptor->descriptor, (ub4 *)length)); PHP_OCI_CALL_RETURN 146 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobFileClose, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 217 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobGetChunkSize, (connection->svc, connection->err, descriptor->descriptor, &chunk_size)); PHP_OCI_CALL_RETURN 289 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobFileOpen, (connection->svc, connection->err, descriptor->descriptor, OCI_FILE_READONLY)); PHP_OCI_CALL_RETURN 299 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobCharSetId, (connection->env, connection->err, descriptor->descriptor, &charset_id)); PHP_OCI_CALL_RETURN 313 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCINlsNumericInfoGet, (connection->env, connection->err, &bytes_per_char, OCI_NLS_CHARSET_MAXBYTESZ)); PHP_OCI_CALL_RETURN 340 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobRead2, PHP_OCI_CALL_RETURN 373 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobRead, PHP_OCI_CALL_RETURN 408 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobFileClose, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 450 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobWrite, PHP_OCI_CALL_RETURN 505 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobEnableBuffering, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 507 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobDisableBuffering, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 556 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobCopy, PHP_OCI_CALL_RETURN 584 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobClose, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 607 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobIsTemporary, (connection->env,connection->err, descriptor->descriptor, &is_temporary)); PHP_OCI_CALL_RETURN 616 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobFreeTemporary, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 657 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobFlushBuffer, (connection->svc, connection->err, lob, flush_flag)); PHP_OCI_CALL_RETURN 742 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, PHP_OCI_CALL_RETURN 794 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobAppend, (connection->svc, connection->err, lob_dest, lob_from)); PHP_OCI_CALL_RETURN 830 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobTrim, (connection->svc, connection->err, lob, new_lob_length)); PHP_OCI_CALL_RETURN 864 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobErase, (connection->svc, connection->err, lob, (ub4 *)&length, offset+1)); PHP_OCI_CALL_RETURN 884 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobIsEqual, (connection->env, first_lob, second_lob, result)); PHP_OCI_CALL_RETURN 917 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobCreateTemporary, PHP_OCI_CALL_RETURN 936 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobOpen, (connection->svc, connection->err, lob, OCI_LOB_READWRITE)); PHP_OCI_CALL_RETURN 60 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(connection->errcode, OCIStmtPrepare2, PHP_OCI_CALL_RETURN 123 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrSet, (statement->stmt, OCI_HTYPE_STMT, &prefetch, 0, OCI_ATTR_PREFETCH_ROWS, statement->err)); PHP_OCI_CALL_RETURN 185 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); PHP_OCI_CALL_RETURN 220 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 262 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); PHP_OCI_CALL_RETURN 433 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement->stmttype, (ub4 *)0, OCI_ATTR_STMT_TYPE, statement->err)); PHP_OCI_CALL_RETURN 461 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIStmtExecute, (statement->connection->svc, statement->stmt, statement->err, iters, 0, NULL, NULL, mode)); PHP_OCI_CALL_RETURN 490 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (dvoid *)&colcount, (ub4 *)0, OCI_ATTR_PARAM_COUNT, statement->err)); PHP_OCI_CALL_RETURN 510 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIParamGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, statement->err, (dvoid**)¶m, counter)); PHP_OCI_CALL_RETURN 519 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->data_type, (ub4 *)0, OCI_ATTR_DATA_TYPE, statement->err)); PHP_OCI_CALL_RETURN 529 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->charset_form, (ub4 *)0, OCI_ATTR_CHARSET_FORM, statement->err)); PHP_OCI_CALL_RETURN 539 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->charset_id, (ub4 *)0, OCI_ATTR_CHARSET_ID, statement->err)); PHP_OCI_CALL_RETURN 549 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->data_size, (dvoid *)0, OCI_ATTR_DATA_SIZE, statement->err)); PHP_OCI_CALL_RETURN 562 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->scale, (dvoid *)0, OCI_ATTR_SCALE, statement->err)); PHP_OCI_CALL_RETURN 572 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->precision, (dvoid *)0, OCI_ATTR_PRECISION, statement->err)); PHP_OCI_CALL_RETURN 582 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid **)&colname, (ub4 *)&outcol->name_len, (ub4)OCI_ATTR_NAME, statement->err)); PHP_OCI_CALL_RETURN 682 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 700 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 732 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 934 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateToText, (connection->err, &(((OCIDate *)(bind->array.elements))[i]), 0, 0, 0, 0, &buff_len, buff)); PHP_OCI_CALL_RETURN 946 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateToText, (connection->err, &(((OCIDate *)(bind->array.elements))[i]), 0, 0, 0, 0, &buff_len, buff)); PHP_OCI_CALL_RETURN 1120 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 1147 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIBindDynamic, PHP_OCI_CALL_RETURN 1167 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIBindObject, PHP_OCI_CALL_RETURN 1371 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)&statement_type, (ub4 *)0, OCI_ATTR_STMT_TYPE, statement->err)); PHP_OCI_CALL_RETURN 1392 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub4 *)&statement_numrows, (ub4 *)0, OCI_ATTR_ROW_COUNT, statement->err)); PHP_OCI_CALL_RETURN 1473 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 1678 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL_PP(entry), Z_STRLEN_PP(entry), NULL, 0, NULL, 0, &oci_date)); PHP_OCI_CALL_RETURN 1693 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(connection->errcode, OCIDateFromText, (connection->err, (CONST text *)"01-JAN-00", sizeof("01-JAN-00")-1, NULL, 0, NULL, 0, &oci_date));