Searched refs:aApi (Results 1 – 5 of 5) sorted by relevance
1725 if (!aApi.acquire) in initRegistryTypeReader_Api()1727 aApi.createEntry = &createEntry; in initRegistryTypeReader_Api()1730 aApi.getMinorVersion = &getMinorVersion; in initRegistryTypeReader_Api()1731 aApi.getMajorVersion = &getMajorVersion; in initRegistryTypeReader_Api()1734 aApi.getSuperTypeName = &getSuperTypeName; in initRegistryTypeReader_Api()1735 aApi.getUik = &getUik; in initRegistryTypeReader_Api()1738 aApi.getFieldCount = &getFieldCount; in initRegistryTypeReader_Api()1745 aApi.getMethodCount = &getMethodCount; in initRegistryTypeReader_Api()1751 aApi.getMethodExcCount = &getMethodExcCount; in initRegistryTypeReader_Api()1762 return (&aApi); in initRegistryTypeReader_Api()[all …]
1463 if (!aApi.acquire) in initRegistryTypeWriter_Api()1465 aApi.createEntry = &createEntry; in initRegistryTypeWriter_Api()1466 aApi.acquire = &acquire; in initRegistryTypeWriter_Api()1467 aApi.release = &release; in initRegistryTypeWriter_Api()1468 aApi.setUik = &setUik; in initRegistryTypeWriter_Api()1469 aApi.setDoku = &setDoku; in initRegistryTypeWriter_Api()1470 aApi.setFileName = &setFileName; in initRegistryTypeWriter_Api()1474 aApi.setExcData = &setExcData; in initRegistryTypeWriter_Api()1475 aApi.getBlop = &getBlop; in initRegistryTypeWriter_Api()1479 return (&aApi); in initRegistryTypeWriter_Api()[all …]
416 static Registry_Api aApi= {&acquire, in initRegistry_Api() local457 return (&aApi); in initRegistry_Api()
32 static SampleLib_Api aApi= {0,0}; in initSampleLibApi() local33 if (!aApi.funcA) in initSampleLibApi()35 aApi.funcA= &funcA; in initSampleLibApi()36 aApi.funcB= &funcB; in initSampleLibApi()37 return (&aApi); in initSampleLibApi()41 return (&aApi); in initSampleLibApi()
Completed in 40 milliseconds