Searched refs:poolh (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/oci8/ |
H A D | oci8.c | 2767 …PHP_OCI_CALL_RETURN(errstatus, OCIHandleAlloc, (session_pool->env, (dvoid **) &session_pool->poolh… in php_oci_create_spool() 2828 …PHP_OCI_CALL_RETURN(errstatus, OCIAttrSet, ((dvoid *) (session_pool->poolh),(ub4) OCI_HTYPE_SPOOL,… in php_oci_create_spool() 2841 …tatus, OCISessionPoolCreate,(session_pool->env, OCI_G(err), session_pool->poolh, (OraText **)&sess… in php_oci_create_spool() 3262 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (d… in php_oci_create_session() 3263 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIAttrGet, ((dvoid *)actual_spool->poolh, OCI_HTYPE_SPOOL, (d… in php_oci_create_session() 3362 PHP_OCI_CALL(OCISessionPoolDestroy, ((dvoid *) session_pool->poolh, in php_oci_spool_close() 3366 if (session_pool->poolh) { in php_oci_spool_close() 3367 PHP_OCI_CALL(OCIHandleFree, ((dvoid *) session_pool->poolh, OCI_HTYPE_SPOOL)); in php_oci_spool_close()
|
H A D | php_oci8_int.h | 131 OCISPool *poolh; /* pool handle */ member
|
Completed in 17 milliseconds