PHP_OCI_CALL_RETURN 1730 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 1738 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 1900 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset)); PHP_OCI_CALL_RETURN 1913 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(result, OCINlsEnvironmentVariableGet, (&charsetid_nls_lang, 0, OCI_NLS_CHARSET_ID, 0, &rsize)); PHP_OCI_CALL_RETURN 2220 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); PHP_OCI_CALL_RETURN 2223 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, OCI_G(err), (text *)version, sizeof(version), OCI_HTYPE_SVCCTX)); PHP_OCI_CALL_RETURN 2254 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))); PHP_OCI_CALL_RETURN 2273 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCITransRollback, (connection->svc, connection->err, (ub4) 0)); PHP_OCI_CALL_RETURN 2294 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCITransCommit, (connection->svc, connection->err, (ub4) 0)); PHP_OCI_CALL_RETURN 2482 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)); PHP_OCI_CALL_RETURN 2527 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, connection->err, (text *)version_buff, sizeof(version_buff), OCI_HTYPE_SVCCTX)); PHP_OCI_CALL_RETURN 2703 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, ((dvoid *)invokedstatement->stmt, OCI_HTYPE_STMT, PHP_OCI_CALL_RETURN 2857 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)); PHP_OCI_CALL_RETURN 2869 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)); PHP_OCI_CALL_RETURN 2886 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (session_pool->env, (dvoid **)&(spoolAuth), OCI_HTYPE_AUTHINFO, 0, NULL)); PHP_OCI_CALL_RETURN 2897 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))); PHP_OCI_CALL_RETURN 2908 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))); PHP_OCI_CALL_RETURN 2918 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))); PHP_OCI_CALL_RETURN 2931 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)); PHP_OCI_CALL_RETURN 3040 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 3078 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 3087 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 3097 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 3106 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 3115 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 3125 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 3136 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 3148 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 3160 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 3170 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 3179 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 3189 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 3196 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 3215 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 3235 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 3287 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 3297 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 3306 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 3318 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 3332 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 3333 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 3348 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 3363 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 3365 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 3368 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 3394 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 3466 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 3473 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 3487 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 62 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCITypeByName, PHP_OCI_CALL_RETURN 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)); PHP_OCI_CALL_RETURN 91 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIDescribeAny, PHP_OCI_CALL_RETURN 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)); PHP_OCI_CALL_RETURN 116 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, PHP_OCI_CALL_RETURN 135 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, PHP_OCI_CALL_RETURN 151 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, PHP_OCI_CALL_RETURN 167 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCITypeByRef, PHP_OCI_CALL_RETURN 183 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrGet, PHP_OCI_CALL_RETURN 205 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIObjectNew, PHP_OCI_CALL_RETURN 249 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollSize, (connection->env, connection->err, collection->collection, (sb4 *)size)); PHP_OCI_CALL_RETURN 267 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(*max, OCICollMax, (connection->env, collection->collection)); PHP_OCI_CALL_RETURN 281 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollTrim, (connection->env, connection->err, trim_size, collection->collection)); PHP_OCI_CALL_RETURN 302 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAppend, (connection->env, connection->err, (dvoid *)0, &null_index, collection->collection)); PHP_OCI_CALL_RETURN 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)); PHP_OCI_CALL_RETURN 333 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAppend, PHP_OCI_CALL_RETURN 366 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCINumberFromReal, (connection->err, &element_double, sizeof(double), &oci_number)); PHP_OCI_CALL_RETURN 374 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAppend, PHP_OCI_CALL_RETURN 404 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); PHP_OCI_CALL_RETURN 412 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAppend, PHP_OCI_CALL_RETURN 491 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollGetElem, PHP_OCI_CALL_RETURN 523 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIDateToText, (connection->err, element, 0, 0, 0, 0, &buff_len, buff)); PHP_OCI_CALL_RETURN 543 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(str, OCIStringPtr, (connection->env, oci_string)); PHP_OCI_CALL_RETURN 566 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCINumberToReal, (connection->err, (CONST OCINumber *) element, (uword) sizeof(double), (dvoid *) &double_number)); PHP_OCI_CALL_RETURN 600 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAssignElem, (connection->env, connection->err, (ub4) index, (dvoid *)"", &null_index, collection->collection)); PHP_OCI_CALL_RETURN 622 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)date, date_len, NULL, 0, NULL, 0, &oci_date)); PHP_OCI_CALL_RETURN 631 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAssignElem, PHP_OCI_CALL_RETURN 665 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCINumberFromReal, (connection->err, &element_double, sizeof(double), &oci_number)); PHP_OCI_CALL_RETURN 673 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAssignElem, PHP_OCI_CALL_RETURN 704 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIStringAssignText, (connection->env, connection->err, (CONST oratext *)element, element_len, &ocistr)); PHP_OCI_CALL_RETURN 712 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAssignElem, PHP_OCI_CALL_RETURN 782 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCICollAssign, (connection->env, connection->err, collection_from->collection, collection_dest->collection)); PHP_OCI_CALL_RETURN 802 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(errstatus, OCIObjectFree, (connection->env, connection->err, (dvoid *)collection->collection, (ub2)OCI_OBJECTFREE_FORCE)); PHP_OCI_CALL_RETURN 1756 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)); PHP_OCI_CALL_RETURN 1840 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)); PHP_OCI_CALL_RETURN 1872 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)); PHP_OCI_CALL_RETURN 1904 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)); PHP_OCI_CALL_RETURN 1936 ext/oci8/oci8_interface.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrSet, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) dbop_name, (ub4) dbop_name_len, (ub4) OCI_ATTR_DBOP, OCI_G(err))); PHP_OCI_CALL_RETURN 76 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCIDescriptorAlloc, (connection->env, (dvoid*)&(descriptor->descriptor), descriptor->type, (size_t) 0, (dvoid **) 0)); PHP_OCI_CALL_RETURN 133 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFileOpen, (connection->svc, connection->err, descriptor->descriptor, OCI_FILE_READONLY)); PHP_OCI_CALL_RETURN 141 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobGetLength, (connection->svc, connection->err, descriptor->descriptor, (ub4 *)length)); PHP_OCI_CALL_RETURN 152 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 224 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobGetChunkSize, (connection->svc, connection->err, descriptor->descriptor, &chunk_size)); PHP_OCI_CALL_RETURN 293 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFileOpen, (connection->svc, connection->err, descriptor->descriptor, OCI_FILE_READONLY)); PHP_OCI_CALL_RETURN 303 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobCharSetId, (connection->env, connection->err, descriptor->descriptor, &charset_id)); PHP_OCI_CALL_RETURN 317 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCINlsNumericInfoGet, (connection->env, connection->err, &bytes_per_char, OCI_NLS_CHARSET_MAXBYTESZ)); PHP_OCI_CALL_RETURN 343 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobRead2, PHP_OCI_CALL_RETURN 383 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFileClose, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 428 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobWrite, PHP_OCI_CALL_RETURN 486 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobEnableBuffering, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 488 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobDisableBuffering, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 541 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobCopy, PHP_OCI_CALL_RETURN 572 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobClose, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 598 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobIsTemporary, (connection->env,connection->err, descriptor->descriptor, &is_temporary)); PHP_OCI_CALL_RETURN 607 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFreeTemporary, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 650 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobFlushBuffer, (connection->svc, connection->err, lob, flush_flag)); PHP_OCI_CALL_RETURN 739 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, PHP_OCI_CALL_RETURN 795 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobAppend, (connection->svc, connection->err, lob_dest, lob_from)); PHP_OCI_CALL_RETURN 834 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobTrim, (connection->svc, connection->err, lob, new_lob_length)); PHP_OCI_CALL_RETURN 872 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobErase, (connection->svc, connection->err, lob, (ub4 *)&length, offset+1)); PHP_OCI_CALL_RETURN 895 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobIsEqual, (connection->env, first_lob, second_lob, result)); PHP_OCI_CALL_RETURN 931 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobCreateTemporary, PHP_OCI_CALL_RETURN 950 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(errstatus, OCILobOpen, (connection->svc, connection->err, lob, OCI_LOB_READWRITE)); PHP_OCI_CALL_RETURN 63 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtPrepare2, PHP_OCI_CALL_RETURN 138 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtGetNextResult, (statement->stmt, statement->err, &result, &rtype, OCI_DEFAULT)); PHP_OCI_CALL_RETURN 194 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, (statement->stmt, OCI_HTYPE_STMT, &prefetch, 0, OCI_ATTR_PREFETCH_ROWS, statement->err)); PHP_OCI_CALL_RETURN 260 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); PHP_OCI_CALL_RETURN 294 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, PHP_OCI_CALL_RETURN 336 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); PHP_OCI_CALL_RETURN 513 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)); PHP_OCI_CALL_RETURN 541 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtExecute, (statement->connection->svc, statement->stmt, statement->err, iters, 0, NULL, NULL, mode)); PHP_OCI_CALL_RETURN 580 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)); PHP_OCI_CALL_RETURN 600 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIParamGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, statement->err, (dvoid**)¶m, counter)); PHP_OCI_CALL_RETURN 609 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)); PHP_OCI_CALL_RETURN 619 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)); PHP_OCI_CALL_RETURN 629 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)); PHP_OCI_CALL_RETURN 639 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)); PHP_OCI_CALL_RETURN 652 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)); PHP_OCI_CALL_RETURN 662 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)); PHP_OCI_CALL_RETURN 672 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)); PHP_OCI_CALL_RETURN 773 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, PHP_OCI_CALL_RETURN 791 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, PHP_OCI_CALL_RETURN 823 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, PHP_OCI_CALL_RETURN 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)); PHP_OCI_CALL_RETURN 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)); PHP_OCI_CALL_RETURN 1232 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, PHP_OCI_CALL_RETURN 1259 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIBindDynamic, PHP_OCI_CALL_RETURN 1279 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIBindObject, PHP_OCI_CALL_RETURN 1488 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)); PHP_OCI_CALL_RETURN 1511 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)); PHP_OCI_CALL_RETURN 1594 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, PHP_OCI_CALL_RETURN 1805 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIDateFromText, (connection->err, (CONST text *)Z_STRVAL_PP(entry), Z_STRLEN_PP(entry), NULL, 0, NULL, 0, &oci_date)); PHP_OCI_CALL_RETURN 1820 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));