PHP_OCI_CALL_RETURN 946 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (text *) sqltext, (ub4 *)0, OCI_ATTR_STATEMENT, statement->err)); PHP_OCI_CALL_RETURN 953 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, (ub2 *)error_offset, (ub4 *)0, OCI_ATTR_PARSE_ERROR_OFFSET, statement->err)); PHP_OCI_CALL_RETURN 1054 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(charsetid, OCINlsCharSetNameToId, (OCI_G(env), (CONST oratext *)charset)); PHP_OCI_CALL_RETURN 1067 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(result, OCINlsEnvironmentVariableGet, (&charsetid_nls_lang, 0, OCI_NLS_CHARSET_ID, 0, &rsize)); PHP_OCI_CALL_RETURN 1223 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvNlsCreate, (&(connection->env), PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL, connection->charset, connection->charset)); PHP_OCI_CALL_RETURN 1229 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvCreate, (&(connection->env), PHP_OCI_INIT_MODE, 0, NULL, NULL, NULL, 0, NULL)); PHP_OCI_CALL_RETURN 1234 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIEnvInit, (&(connection->env), OCI_DEFAULT, 0, NULL)); PHP_OCI_CALL_RETURN 1252 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 1261 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 1271 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 1280 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 1289 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 1299 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 1310 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 1320 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 1329 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 1339 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 1347 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 1360 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCISessionBegin, (connection->svc, OCI_G(err), connection->session, (ub4) OCI_CRED_RDBMS, (ub4) OCI_STMT_CACHE)); PHP_OCI_CALL_RETURN 1363 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCISessionBegin, (connection->svc, OCI_G(err), connection->session, (ub4) OCI_CRED_RDBMS, (ub4) OCI_DEFAULT)); PHP_OCI_CALL_RETURN 1370 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCISessionBegin, (connection->svc, OCI_G(err), connection->session, (ub4) OCI_CRED_EXT, (ub4) session_mode)); PHP_OCI_CALL_RETURN 1372 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCISessionBegin, (connection->svc, OCI_G(err), connection->session, (ub4) OCI_CRED_RDBMS, (ub4) session_mode)); PHP_OCI_CALL_RETURN 1393 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 1434 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); PHP_OCI_CALL_RETURN 1438 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIServerVersion, (connection->server, OCI_G(err), (text*)version, sizeof(version), OCI_HTYPE_SERVER)); PHP_OCI_CALL_RETURN 1458 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 1474 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(connection->errcode, OCITransRollback, (connection->svc, connection->err, (ub4) 0)); PHP_OCI_CALL_RETURN 1489 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(connection->errcode, OCITransCommit, (connection->svc, connection->err, (ub4) 0)); PHP_OCI_CALL_RETURN 1570 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 1587 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 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 244 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollSize, (connection->env, connection->err, collection->collection, (sb4 *)size)); PHP_OCI_CALL_RETURN 259 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(*max, OCICollMax, (connection->env, collection->collection)); PHP_OCI_CALL_RETURN 271 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollTrim, (connection->env, connection->err, trim_size, collection->collection)); PHP_OCI_CALL_RETURN 288 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 306 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 314 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAppend, PHP_OCI_CALL_RETURN 343 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCINumberFromReal, (connection->err, &element_double, sizeof(double), &oci_number)); PHP_OCI_CALL_RETURN 350 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAppend, PHP_OCI_CALL_RETURN 376 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 383 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAppend, PHP_OCI_CALL_RETURN 455 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollGetElem, PHP_OCI_CALL_RETURN 486 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 505 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(str, OCIStringPtr, (connection->env, oci_string)); PHP_OCI_CALL_RETURN 528 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 559 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 577 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 585 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAssignElem, PHP_OCI_CALL_RETURN 615 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCINumberFromReal, (connection->err, &element_double, sizeof(double), &oci_number)); PHP_OCI_CALL_RETURN 622 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAssignElem, PHP_OCI_CALL_RETURN 649 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 656 ext/oci8/oci8_collection.c PHP_OCI_CALL_RETURN(connection->errcode, OCICollAssignElem, PHP_OCI_CALL_RETURN 721 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 737 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 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 119 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 127 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobGetLength, (connection->svc, connection->err, descriptor->descriptor, (ub4 *)length)); PHP_OCI_CALL_RETURN 138 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobFileClose, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 209 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobGetChunkSize, (connection->svc, connection->err, descriptor->descriptor, &chunk_size)); PHP_OCI_CALL_RETURN 281 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 291 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobCharSetId, (connection->env, connection->err, descriptor->descriptor, &charset_id)); PHP_OCI_CALL_RETURN 305 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 332 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobRead2, PHP_OCI_CALL_RETURN 365 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobRead, PHP_OCI_CALL_RETURN 400 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobFileClose, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 442 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobWrite, PHP_OCI_CALL_RETURN 497 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobEnableBuffering, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 499 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobDisableBuffering, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 548 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobCopy, PHP_OCI_CALL_RETURN 576 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobClose, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 599 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobIsTemporary, (connection->env,connection->err, descriptor->descriptor, &is_temporary)); PHP_OCI_CALL_RETURN 608 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobFreeTemporary, (connection->svc, connection->err, descriptor->descriptor)); PHP_OCI_CALL_RETURN 648 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobFlushBuffer, (connection->svc, connection->err, lob, flush_flag)); PHP_OCI_CALL_RETURN 712 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, PHP_OCI_CALL_RETURN 764 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobAppend, (connection->svc, connection->err, lob_dest, lob_from)); PHP_OCI_CALL_RETURN 800 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobTrim, (connection->svc, connection->err, lob, new_lob_length)); PHP_OCI_CALL_RETURN 834 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 854 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobIsEqual, (connection->env, first_lob, second_lob, result)); PHP_OCI_CALL_RETURN 887 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobCreateTemporary, PHP_OCI_CALL_RETURN 906 ext/oci8/oci8_lob.c PHP_OCI_CALL_RETURN(connection->errcode, OCILobOpen, (connection->svc, connection->err, lob, OCI_LOB_READWRITE)); PHP_OCI_CALL_RETURN 65 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(connection->errcode, OCIStmtPrepare2, PHP_OCI_CALL_RETURN 79 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(connection->errcode, OCIStmtPrepare, (statement->stmt, connection->err, (text *)query, query_len, OCI_NTV_SYNTAX, OCI_DEFAULT)); PHP_OCI_CALL_RETURN 135 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIAttrSet, (statement->stmt, OCI_HTYPE_STMT, &prefetch, 0, OCI_ATTR_PREFETCH_MEMORY, statement->err)); PHP_OCI_CALL_RETURN 144 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 168 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 203 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 245 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 418 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 442 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 471 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 491 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 500 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 510 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 520 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 530 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 543 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 553 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 563 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 661 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 679 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 711 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 861 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 872 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 1036 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 1063 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIBindDynamic, PHP_OCI_CALL_RETURN 1084 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, OCIBindObject, PHP_OCI_CALL_RETURN 1274 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 1295 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 1373 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(statement->errcode, PHP_OCI_CALL_RETURN 1578 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 1592 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));