HomeSort by relevance Sort by last modified time
    Searched refs:WINBERAPI (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winber.h 15 #ifndef WINBERAPI
16 #define WINBERAPI DECLSPEC_IMPORT
31 WINBERAPI BerElement *BERAPI ber_init(BERVAL *pBerVal);
32 WINBERAPI VOID BERAPI ber_free(BerElement *pBerElement,INT fbuf);
33 WINBERAPI VOID BERAPI ber_bvfree(BERVAL *pBerVal);
34 WINBERAPI VOID BERAPI ber_bvecfree(PBERVAL *pBerVal);
35 WINBERAPI BERVAL *BERAPI ber_bvdup(BERVAL *pBerVal);
36 WINBERAPI BerElement *BERAPI ber_alloc_t(INT options);
37 WINBERAPI ULONG BERAPI ber_skip_tag(BerElement *pBerElement,ULONG *pLen);
38 WINBERAPI ULONG BERAPI ber_peek_tag(BerElement *pBerElement,ULONG *pLen)
    [all...]
  /external/curl/lib/
config-win32.h 696 #define WINBERAPI __declspec(cdecl)

Completed in 333 milliseconds