Home
last modified time | relevance | path

Searched refs:poolh (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/oci8/
H A Doci8.c1874 …PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (session_pool->env, (dvoid **) &session_pool->poolh in php_oci_create_spool()
1930 …PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) (session_pool->poolh),(ub4) OCI_HTYPE_SPOOL,… in php_oci_create_spool()
1942 …tatus, OCISessionPoolCreate,(session_pool->env, OCI_G(err), session_pool->poolh, (OraText **)&sess… in php_oci_create_spool()
2350 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (d… in php_oci_create_session()
2351 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (d… in php_oci_create_session()
2450 PHP_OCI_CALL(OCISessionPoolDestroy, ((dvoid *) session_pool->poolh, in php_oci_spool_close()
2454 if (session_pool->poolh) { in php_oci_spool_close()
2455 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->poolh, OCI_HTYPE_SPOOL)); in php_oci_spool_close()
H A Dphp_oci8_int.h135 OCISPool *poolh; /* pool handle */ member

Completed in 32 milliseconds