Home
last modified time | relevance | path

Searched defs:statement_cache_size (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/oci8/
H A Doci8.c2945 ub4 statement_cache_size = (OCI_G(statement_cache_size) > 0) ? OCI_G(statement_cache_size) : 0; in php_oci_old_create_session() local
3123 ub4 statement_cache_size = (OCI_G(statement_cache_size) > 0) ? OCI_G(statement_cache_size) : 0; in php_oci_create_session() local
H A Dphp_oci8_int.h485 long statement_cache_size; /* statement cache size. used with 9i+ clients only*/ variable

Completed in 16 milliseconds