Searched refs:SQLITE_APICALL (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h56 ** The SQLITE_APICALL macro is used to set the calling convention for
67 ** Currently, the SQLITE_CDECL, SQLITE_APICALL, SQLITE_CALLBACK, and
80 #ifndef SQLITE_APICALL
81 # define SQLITE_APICALL macro
84 # define SQLITE_STDCALL SQLITE_APICALL
H A Dsqlite3.c369 ** The SQLITE_APICALL macro is used to set the calling convention for
380 ** Currently, the SQLITE_CDECL, SQLITE_APICALL, SQLITE_CALLBACK, and
393 #ifndef SQLITE_APICALL
394 # define SQLITE_APICALL macro
397 # define SQLITE_STDCALL SQLITE_APICALL
[all...]

Completed in 1058 milliseconds