OCI_DEFAULT 113 ext/oci8/oci8.c #define PHP_OCI_INIT_MODE (OCI_DEFAULT | OCI_OBJECT | OCI_THREADED | OCI_NO_MUTEX) OCI_DEFAULT 115 ext/oci8/oci8.c #define PHP_OCI_INIT_MODE (OCI_DEFAULT | OCI_OBJECT) OCI_DEFAULT 1119 ext/oci8/oci8.c PHP_OCI_CALL(OCIConnectionPoolDestroy, (cpoolh, OCI_G(err), OCI_DEFAULT)); OCI_DEFAULT 1206 ext/oci8/oci8.c REGISTER_LONG_CONSTANT("OCI_DEFAULT",OCI_DEFAULT, CONST_CS | CONST_PERSISTENT); OCI_DEFAULT 1212 ext/oci8/oci8.c REGISTER_LONG_CONSTANT("OCI_NO_AUTO_COMMIT",OCI_DEFAULT, CONST_CS | CONST_PERSISTENT); OCI_DEFAULT 1757 ext/oci8/oci8.c zend_long session_mode = OCI_DEFAULT; OCI_DEFAULT 2230 ext/oci8/oci8.c PHP_OCI_CALL_RETURN(errstatus, OCIPing, (connection->svc, OCI_G(err), OCI_DEFAULT)); OCI_DEFAULT 2355 ext/oci8/oci8.c PHP_OCI_CALL(OCIServerDetach, (connection->server, OCI_G(err), OCI_DEFAULT)); OCI_DEFAULT 2444 ext/oci8/oci8.c ub4 rlsMode = OCI_DEFAULT; OCI_DEFAULT 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)); OCI_DEFAULT 2735 ext/oci8/oci8.c if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT)) OCI_DEFAULT 2751 ext/oci8/oci8.c if (!statement || php_oci_statement_execute(statement, (ub4)OCI_DEFAULT)) OCI_DEFAULT 2856 ext/oci8/oci8.c ub4 poolmode = OCI_DEFAULT; /* Mode to be passed to OCISessionPoolCreate */ OCI_DEFAULT 3126 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 2031 ext/oci8/oci8_interface.c connection = php_oci_do_connect_ex(user, (int) user_len, pass_old, (int) pass_old_len, pass_new, (int) pass_new_len, dbname, (int) dbname_len, NULL, OCI_DEFAULT, 0, 0); OCI_DEFAULT 2490 ext/oci8/oci8_interface.c if (php_oci_statement_execute(imp_statement, (ub4)OCI_DEFAULT)) OCI_DEFAULT 931 ext/oci8/oci8_lob.c OCI_DEFAULT, OCI_DEFAULT 932 ext/oci8/oci8_lob.c OCI_DEFAULT, OCI_DEFAULT 73 ext/oci8/oci8_statement.c OCI_DEFAULT OCI_DEFAULT 139 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtGetNextResult, (statement->stmt, statement->err, &result, &rtype, OCI_DEFAULT)); OCI_DEFAULT 261 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); OCI_DEFAULT 337 ext/oci8/oci8_statement.c PHP_OCI_CALL_RETURN(errstatus, OCIStmtFetch, (statement->stmt, statement->err, nrows, OCI_FETCH_NEXT, OCI_DEFAULT)); OCI_DEFAULT 496 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 1113 ext/oci8/oci8_statement.c mode = OCI_DEFAULT; OCI_DEFAULT 1159 ext/oci8/oci8_statement.c mode = OCI_DEFAULT; OCI_DEFAULT 1221 ext/oci8/oci8_statement.c mode = OCI_DEFAULT; OCI_DEFAULT 1642 ext/oci8/oci8_statement.c (ub4) OCI_DEFAULT OCI_DEFAULT 111 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, (ub4) sql_len, OCI_NTV_SYNTAX, OCI_DEFAULT); OCI_DEFAULT 335 ext/pdo_oci/oci_driver.c H->last_err = OCIStmtPrepare(stmt, H->err, (text*)sql, (ub4) sql_len, OCI_NTV_SYNTAX, OCI_DEFAULT); OCI_DEFAULT 353 ext/pdo_oci/oci_driver.c (dbh->auto_commit && !dbh->in_txn) ? OCI_COMMIT_ON_SUCCESS : OCI_DEFAULT); OCI_DEFAULT 560 ext/pdo_oci/oci_driver.c H->last_err = OCIPing (H->svc, H->err, OCI_DEFAULT); OCI_DEFAULT 637 ext/pdo_oci/oci_driver.c (sb4) strlen(vars[1].optval), OCI_DEFAULT); OCI_DEFAULT 689 ext/pdo_oci/oci_driver.c H->last_err = OCISessionBegin(H->svc, H->err, H->session, OCI_CRED_RDBMS, OCI_DEFAULT); OCI_DEFAULT 76 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 OCIStmtFetch(S->stmt, S->err, 0, OCI_FETCH_NEXT, OCI_DEFAULT); OCI_DEFAULT 154 ext/pdo_oci/oci_statement.c mode = OCI_DEFAULT; OCI_DEFAULT 478 ext/pdo_oci/oci_statement.c S->last_err = OCIStmtFetch2(S->stmt, S->err, 1, ociori, (sb4) offset, OCI_DEFAULT); OCI_DEFAULT 480 ext/pdo_oci/oci_statement.c S->last_err = OCIStmtFetch(S->stmt, S->err, 1, OCI_FETCH_NEXT, OCI_DEFAULT); OCI_DEFAULT 617 ext/pdo_oci/oci_statement.c &S->cols[colno].fetched_len, &S->cols[colno].retcode, dyn ? OCI_DYNAMIC_FETCH : OCI_DEFAULT)); OCI_DEFAULT 72 ext/pdo_oci/pdo_oci.c OCI_DEFAULT OCI_DEFAULT 95 ext/pdo_oci/pdo_oci.c OCIEnvInit(&pdo_oci_Env, OCI_DEFAULT, 0, NULL);