Lines Matching refs:statement_cache_size
912 … "oci8.statement_cache_size", "20", PHP_INI_SYSTEM, OnUpdateLong, statement_cache_size, zend_oci_g…
3026 ub4 statement_cache_size = 0; in php_oci_old_create_session() local
3028 if (OCI_G(statement_cache_size) > 0) { in php_oci_old_create_session()
3029 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_old_create_session()
3030 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_old_create_session()
3032 statement_cache_size = (ub4) OCI_G(statement_cache_size); in php_oci_old_create_session()
3198 …Set, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) O… in php_oci_old_create_session()
3221 ub4 statement_cache_size = 0; in php_oci_create_session() local
3223 if (OCI_G(statement_cache_size) > 0) { in php_oci_create_session()
3224 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_create_session()
3225 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_create_session()
3227 statement_cache_size = (ub4) OCI_G(statement_cache_size); in php_oci_create_session()
3364 …Set, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) O… in php_oci_create_session()