OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UWORD
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqltypes.h
98
typedef unsigned short int
UWORD
;
odbcinst.h
113
WINBOOL WINAPI SQLGetConfigMode(
UWORD
*pwConfigMode);
114
WINBOOL WINAPI SQLSetConfigMode(
UWORD
wConfigMode);
winsmcrd.h
27
typedef WORD
UWORD
;
sqlext.h
544
#define SQL_FUNC_EXISTS(pfExists,uwAPI) ((*(((
UWORD
*) (pfExists)) + ((uwAPI) >> 4)) & (1 << ((uwAPI) & 0x000F))) ? SQL_TRUE : SQL_FALSE)
[
all
...]
Completed in 1735 milliseconds