OCI_DEFAULT 119 ext/oci8/oci8.c #define PHP_OCI_INIT_MODE (OCI_DEFAULT | OCI_OBJECT | OCI_THREADED | OCI_NO_MUTEX) OCI_DEFAULT 121 ext/oci8/oci8.c #define PHP_OCI_INIT_MODE (OCI_DEFAULT | OCI_OBJECT) OCI_DEFAULT 1125 ext/oci8/oci8.c PHP_OCI_CALL(OCIConnectionPoolDestroy, (cpoolh, OCI_G(err), OCI_DEFAULT)); OCI_DEFAULT 1212 ext/oci8/oci8.c REGISTER_LONG_CONSTANT("OCI_DEFAULT",OCI_DEFAULT, CONST_CS | CONST_PERSISTENT); OCI_DEFAULT 1218 ext/oci8/oci8.c REGISTER_LONG_CONSTANT("OCI_NO_AUTO_COMMIT",OCI_DEFAULT, CONST_CS | CONST_PERSISTENT); OCI_DEFAULT 1762 ext/oci8/oci8.c long session_mode = OCI_DEFAULT; OCI_DEFAULT 2222 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); OCI_DEFAULT 2347 ext/oci8/oci8.c PHP_OCI_CALL(OCIServerDetach, (connection->server, OCI_G(err), OCI_DEFAULT)); OCI_DEFAULT 2429 ext/oci8/oci8.c ub4 rlsMode = OCI_DEFAULT; OCI_DEFAULT 2484 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)); OCI_DEFAULT 2714 ext/oci8/oci8.c if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT TSRMLS_CC)) OCI_DEFAULT 2730 ext/oci8/oci8.c if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT TSRMLS_CC)) OCI_DEFAULT 2832 ext/oci8/oci8.c ub4 poolmode = OCI_DEFAULT; /* Mode to be passed to OCISessionPoolCreate */ OCI_DEFAULT 3089 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIServerAttach, (connection->server, OCI_G(err), (text *)dbname, dbname_len, (ub4) OCI_DEFAULT)); OCI_DEFAULT 98 ext/oci8/oci8_collection.c (ub1) OCI_DEFAULT, OCI_DEFAULT 2003 ext/oci8/oci8_interface.c connection = php_oci_do_connect_ex(user, user_len, pass_old, pass_old_len, pass_new, pass_new_len, dbname, dbname_len, NULL, OCI_DEFAULT, 0, 0 TSRMLS_CC); OCI_DEFAULT 2462 ext/oci8/oci8_interface.c if (php_oci_statement_execute(imp_statement, (ub4)OCI_DEFAULT TSRMLS_CC)) OCI_DEFAULT 932 ext/oci8/oci8_lob.c OCI_DEFAULT, OCI_DEFAULT 933 ext/oci8/oci8_lob.c OCI_DEFAULT, OCI_DEFAULT 73 ext/oci8/oci8_statement.c OCI_DEFAULT OCI_DEFAULT 138 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtGetNextResult, (statement->stmt, statement->err, &result, &rtype, OCI_DEFAULT)); OCI_DEFAULT 260 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); OCI_DEFAULT 336 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); OCI_DEFAULT 497 ext/oci8/oci8_statement.c case OCI_DEFAULT: OCI_DEFAULT 766 ext/oci8/oci8_statement.c dynamic = OCI_DEFAULT; OCI_DEFAULT 804 ext/oci8/oci8_statement.c OCI_DEFAULT /* IN mode (OCI_DEFAULT, OCI_DYNAMIC_FETCH) */ OCI_DEFAULT 862 ext/oci8/oci8_statement.c PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, statement->errcode ? OCI_STRLS_CACHE_DELETE : OCI_DEFAULT)); OCI_DEFAULT 1108 ext/oci8/oci8_statement.c mode = OCI_DEFAULT; OCI_DEFAULT 1155 ext/oci8/oci8_statement.c mode = OCI_DEFAULT; OCI_DEFAULT 1203 ext/oci8/oci8_statement.c mode = OCI_DEFAULT; OCI_DEFAULT 1617 ext/oci8/oci8_statement.c (ub4) OCI_DEFAULT OCI_DEFAULT 104 ext/oci8/php_oci8_int.h #if ((PHP_OCI_CRED_EXT == OCI_DEFAULT) || (PHP_OCI_CRED_EXT & (OCI_SYSOPER | OCI_SYSDBA))) OCI_DEFAULT 218 ext/pdo_oci/oci_driver.c H->last_err = OCIServerDetach(H->server, H->err, OCI_DEFAULT); OCI_DEFAULT 263 ext/pdo_oci/oci_driver.c OCI_STMT_SCROLLABLE_READONLY : OCI_DEFAULT; OCI_DEFAULT 265 ext/pdo_oci/oci_driver.c S->exec_type = OCI_DEFAULT; OCI_DEFAULT 290 ext/pdo_oci/oci_driver.c H->last_err = OCIStmtPrepare(S->stmt, H->err, (text*)sql, sql_len, OCI_NTV_SYNTAX, OCI_DEFAULT); OCI_DEFAULT 337 ext/pdo_oci/oci_driver.c H->last_err = OCIStmtPrepare(stmt, H->err, (text*)sql, sql_len, OCI_NTV_SYNTAX, OCI_DEFAULT); OCI_DEFAULT 355 ext/pdo_oci/oci_driver.c (dbh->auto_commit && !dbh->in_txn) ? OCI_COMMIT_ON_SUCCESS : OCI_DEFAULT); OCI_DEFAULT 557 ext/pdo_oci/oci_driver.c H->last_err = OCIPing (H->svc, H->err, OCI_DEFAULT); OCI_DEFAULT 632 ext/pdo_oci/oci_driver.c strlen(vars[1].optval), OCI_DEFAULT); OCI_DEFAULT 684 ext/pdo_oci/oci_driver.c H->last_err = OCISessionBegin(H->svc, H->err, H->session, OCI_CRED_RDBMS, OCI_DEFAULT); OCI_DEFAULT 67 ext/pdo_oci/oci_statement.c OCIStmtFetch(S->stmt, S->err, 0, OCI_FETCH_NEXT, OCI_DEFAULT); OCI_DEFAULT 132 ext/pdo_oci/oci_statement.c OCIStmtFetch(S->stmt, S->err, 0, OCI_FETCH_NEXT, OCI_DEFAULT); OCI_DEFAULT 143 ext/pdo_oci/oci_statement.c mode = OCI_DEFAULT; OCI_DEFAULT 456 ext/pdo_oci/oci_statement.c S->last_err = OCIStmtFetch2(S->stmt, S->err, 1, ociori, offset, OCI_DEFAULT); OCI_DEFAULT 458 ext/pdo_oci/oci_statement.c S->last_err = OCIStmtFetch(S->stmt, S->err, 1, OCI_FETCH_NEXT, OCI_DEFAULT); OCI_DEFAULT 597 ext/pdo_oci/oci_statement.c &S->cols[colno].fetched_len, &S->cols[colno].retcode, dyn ? OCI_DYNAMIC_FETCH : OCI_DEFAULT)); OCI_DEFAULT 76 ext/pdo_oci/pdo_oci.c OCI_DEFAULT OCI_DEFAULT 99 ext/pdo_oci/pdo_oci.c OCIEnvInit(&pdo_oci_Env, OCI_DEFAULT, 0, NULL);