Lines Matching refs:PHP_OCI_CALL

61PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->stmt), OCI_HTYPE_STMT, 0, NU…  in php_oci_statement_create()
64PHP_OCI_CALL(OCIHandleAlloc, (connection->env, (dvoid **)&(statement->err), OCI_HTYPE_ERROR, 0, NU… in php_oci_statement_create()
89 PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, OCI_STRLS_CACHE_DELETE)); in php_oci_statement_create()
90 PHP_OCI_CALL(OCIHandleFree,(statement->err, OCI_HTYPE_ERROR)); in php_oci_statement_create()
159PHP_OCI_CALL(OCIHandleAlloc, (statement->connection->env, (dvoid **)&(statement2->err), OCI_HTYPE_… in php_oci_get_implicit_resultset()
334 PHP_OCI_CALL(OCIStmtSetPieceInfo, in php_oci_statement_fetch()
634 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
644 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
654 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
664 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
677 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
687 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
697 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
702 PHP_OCI_CALL(OCIDescriptorFree, (param, OCI_DTYPE_PARAM)); in php_oci_statement_execute()
885PHP_OCI_CALL(OCIStmtRelease, (statement->stmt, statement->err, NULL, 0, statement->errcode ? OCI_S… in php_oci_statement_free()
887 PHP_OCI_CALL(OCIHandleFree, (statement->stmt, OCI_HTYPE_STMT)); in php_oci_statement_free()
893 PHP_OCI_CALL(OCIHandleFree, (statement->err, OCI_HTYPE_ERROR)); in php_oci_statement_free()