Lines Matching refs:statement_cache_size
912 … "oci8.statement_cache_size", "20", PHP_INI_SYSTEM, OnUpdateLong, statement_cache_size, zend_oci_g…
2986 ub4 statement_cache_size = 0; in php_oci_old_create_session() local
2988 if (OCI_G(statement_cache_size) > 0) { in php_oci_old_create_session()
2989 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_old_create_session()
2990 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_old_create_session()
2992 statement_cache_size = (ub4) OCI_G(statement_cache_size); in php_oci_old_create_session()
3158 …Set, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) O… in php_oci_old_create_session()
3181 ub4 statement_cache_size = 0; in php_oci_create_session() local
3183 if (OCI_G(statement_cache_size) > 0) { in php_oci_create_session()
3184 if (OCI_G(statement_cache_size) > SB4MAXVAL) in php_oci_create_session()
3185 statement_cache_size = (ub4) SB4MAXVAL; in php_oci_create_session()
3187 statement_cache_size = (ub4) OCI_G(statement_cache_size); in php_oci_create_session()
3324 …Set, ((dvoid *) connection->svc, (ub4) OCI_HTYPE_SVCCTX, (ub4 *) &statement_cache_size, 0, (ub4) O… in php_oci_create_session()