Searched refs:PPP_Instance (Results 1 – 24 of 24) sorted by relevance
43 const PPP_Instance instance_interface = {
50 const PPP_Instance instance_interface = {
57 const PPP_Instance instance_interface = {
54 const PPP_Instance instance_interface = {
55 const PPP_Instance instance_interface = {
178 typedef struct PPP_Instance_1_1 PPP_Instance; typedef
33 static const PPP_Instance* GetInstanceInterface();
47 PPP_Instance dummy_ppp_instance_interface = {};
129 const PPP_Instance* PPP_Instance_Proxy::GetInstanceInterface() { in GetInstanceInterface()
40 * Code that implements the interface ``PPP_Instance`` and any other C interfaces52 implementation and initialization of the required ``PPP_Instance``77 // Here is a stub for the first function in PPP_Instance.94 static PPP_Instance instance_interface = {
11 # module_instance.cc - implements PPP and PPP_Instance interfaces.
114 const PPP_Instance ppp_instance_interface = {
86 static const PPP_Instance kPppInstance = {
104 const PPP_Instance ppp_instance_interface = {
55 static PPP_Instance mock_instance_interface = {
153 static PPP_Instance instance_interface = { in PPP_GetInterface()
124 static PPP_Instance instance_interface = {
172 static PPP_Instance instance_interface = {
366 static PPP_Instance instance_interface = { in PPP_GetInterface()
7 * This file defines the <code>PPP_Instance</code> structure - a series of17 * The <code>PPP_Instance</code> interface contains pointers to a series of23 interface PPP_Instance {
94 * Your module must implement the <code>PPP_Instance</code> interface or it
21 * <code>PPP_Instance.DidChangeView</code>.
59 * the thread where PPP_InitializeModule and PPP_Instance functions are called.