/reactos/dll/win32/mapi32/ |
H A D | mapi32_main.c | 130 FLAGS flags, ULONG reserved, LPLHANDLE session) in MAPILogon() 149 ULONG WINAPI MAPILogoff(LHANDLE session, ULONG_PTR uiparam, FLAGS flags, in MAPILogoff() 168 LPWSTR password, ULONG flags, LPMAPISESSION *session) in MAPILogonEx() 216 FLAGS flags, ULONG reserved, LPULONG newRecips, lpMapiRecipDesc * lppNewRecips) in MAPIAddress() 226 FLAGS flags, ULONG reserved) in MAPIDeleteMail() 235 FLAGS flags, ULONG reserved) in MAPIDetails() 244 LPSTR seed_msg_id, FLAGS flags, ULONG reserved, LPSTR msg_id) in MAPIFindNext() 253 FLAGS flags, ULONG reserved, lpMapiMessage msg) in MAPIReadMail() 262 FLAGS flags, ULONG reserved, lpMapiRecipDesc *recip) in MAPIResolveName() 271 FLAGS flags, ULONG reserved, LPSTR msg_id) in MAPISaveMail()
|
/reactos/dll/win32/jscript/ |
H A D | math.c | 63 static HRESULT Math_abs(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *arg… in Math_abs() 86 static HRESULT Math_acos(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *ar… in Math_acos() 109 static HRESULT Math_asin(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *ar… in Math_asin() 132 static HRESULT Math_atan(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *ar… in Math_atan() 183 static HRESULT Math_ceil(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *ar… in Math_ceil() 206 static HRESULT Math_cos(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *arg… in Math_cos() 229 static HRESULT Math_exp(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *arg… in Math_exp() 275 static HRESULT Math_log(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *arg… in Math_log() 299 static HRESULT Math_max(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *arg… in Math_max() 333 static HRESULT Math_min(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *arg… in Math_min() [all …]
|
H A D | date.c | 685 static HRESULT Date_valueOf(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t … in Date_valueOf() 984 static HRESULT Date_getTime(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t … in Date_getTime() 1097 static HRESULT Date_getDay(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *… in Date_getDay() 1113 static HRESULT Date_getUTCDay(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_… in Date_getUTCDay() 1129 static HRESULT Date_getHours(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t… in Date_getHours() 1272 static HRESULT Date_setTime(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t … in Date_setTime() 1531 static HRESULT Date_setHours(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t… in Date_setHours() 1639 static HRESULT Date_setDate(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t … in Date_setDate() 1697 static HRESULT Date_setMonth(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t… in Date_setMonth() 1867 static HRESULT Date_getYear(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t … in Date_getYear() [all …]
|
H A D | string.c | 147 static HRESULT String_valueOf(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_… in String_valueOf() 255 static HRESULT String_anchor(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t… in String_anchor() 264 static HRESULT String_big(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *a… in String_big() 271 static HRESULT String_blink(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t … in String_blink() 278 static HRESULT String_bold(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *… in String_bold() 286 static HRESULT String_charAt(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t… in String_charAt() 456 static HRESULT String_fixed(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t … in String_fixed() 612 static HRESULT String_link(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *… in String_link() 1297 static HRESULT String_sub(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *a… in String_sub() 1503 static HRESULT String_trim(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, in String_trim() [all …]
|
H A D | object.c | 53 static HRESULT Object_toString(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval… in Object_toString() 103 static HRESULT Object_toLocaleString(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc,… in Object_toLocaleString() 116 static HRESULT Object_valueOf(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_… in Object_valueOf() 128 static HRESULT Object_hasOwnProperty(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc,… in Object_hasOwnProperty() 220 static HRESULT Object_isPrototypeOf(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, … in Object_isPrototypeOf() 463 static HRESULT Object_defineProperty(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in Object_defineProperty() 508 static HRESULT Object_defineProperties(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in Object_defineProperties() 527 static HRESULT Object_getOwnPropertyDescriptor(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in Object_getOwnPropertyDescriptor() 590 static HRESULT Object_create(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in Object_create() 629 static HRESULT Object_getPrototypeOf(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in Object_getPrototypeOf() [all …]
|
H A D | error.c | 39 static HRESULT Error_toString(script_ctx_t *ctx, vdisp_t *vthis, WORD flags, in Error_toString() 126 static HRESULT Error_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in Error_value() 220 static HRESULT error_constr(script_ctx_t *ctx, WORD flags, unsigned argc, jsval_t *argv, in error_constr() 272 static HRESULT ErrorConstr_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in ErrorConstr_value() 279 static HRESULT EvalErrorConstr_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in EvalErrorConstr_value() 286 static HRESULT RangeErrorConstr_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in RangeErrorConstr_value() 293 static HRESULT ReferenceErrorConstr_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in ReferenceErrorConstr_value() 300 static HRESULT RegExpErrorConstr_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in RegExpErrorConstr_value() 307 static HRESULT SyntaxErrorConstr_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in SyntaxErrorConstr_value() 314 static HRESULT TypeErrorConstr_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, in TypeErrorConstr_value() [all …]
|
H A D | global.c | 118 static HRESULT JSGlobal_escape(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval… in JSGlobal_escape() 183 HRESULT JSGlobal_eval(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t *argv, in JSGlobal_eval() 227 static HRESULT JSGlobal_isNaN(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_… in JSGlobal_isNaN() 250 static HRESULT JSGlobal_isFinite(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsv… in JSGlobal_isFinite() 284 static HRESULT JSGlobal_parseInt(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsv… in JSGlobal_parseInt() 367 static HRESULT JSGlobal_parseFloat(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, j… in JSGlobal_parseFloat() 472 static HRESULT JSGlobal_unescape(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsv… in JSGlobal_unescape() 542 static HRESULT JSGlobal_GetObject(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, js… in JSGlobal_GetObject() 549 static HRESULT JSGlobal_ScriptEngine(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc,… in JSGlobal_ScriptEngine() 608 static HRESULT JSGlobal_encodeURI(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, js… in JSGlobal_encodeURI() [all …]
|
H A D | vbarray.c | 52 static HRESULT VBArray_dimensions(script_ctx_t *ctx, vdisp_t *vthis, WORD flags, unsigned argc, jsv… in VBArray_dimensions() 68 static HRESULT VBArray_getItem(script_ctx_t *ctx, vdisp_t *vthis, WORD flags, unsigned argc, jsval_… in VBArray_getItem() 111 static HRESULT VBArray_lbound(script_ctx_t *ctx, vdisp_t *vthis, WORD flags, unsigned argc, jsval_t… in VBArray_lbound() 142 static HRESULT VBArray_toArray(script_ctx_t *ctx, vdisp_t *vthis, WORD flags, unsigned argc, jsval_… in VBArray_toArray() 197 static HRESULT VBArray_ubound(script_ctx_t *ctx, vdisp_t *vthis, WORD flags, unsigned argc, jsval_t… in VBArray_ubound() 228 static HRESULT VBArray_value(script_ctx_t *ctx, vdisp_t *jsthis, WORD flags, unsigned argc, jsval_t… in VBArray_value() 290 static HRESULT VBArrayConstr_value(script_ctx_t *ctx, vdisp_t *vthis, WORD flags, unsigned argc, js… in VBArrayConstr_value()
|
/reactos/dll/directx/wine/dplayx/ |
H A D | dplay.c | 3317 DWORD flags ) in IDirectPlay2AImpl_Open() 3324 DWORD flags ) in IDirectPlay2Impl_Open() 3331 DWORD flags ) in IDirectPlay3AImpl_Open() 3338 DWORD flags ) in IDirectPlay3Impl_Open() 3345 DWORD flags ) in IDirectPlay4AImpl_Open() 3351 DWORD flags ) in IDirectPlay4Impl_Open() 3824 DWORD flags ) in IDirectPlay2AImpl_SetSessionDesc() 3831 DWORD flags ) in IDirectPlay2Impl_SetSessionDesc() 3838 DWORD flags ) in IDirectPlay3AImpl_SetSessionDesc() 3845 DWORD flags ) in IDirectPlay3Impl_SetSessionDesc() [all …]
|
H A D | dplobby.c | 1517 DWORD flags, DWORD appid, DPLCONNECTION *conn ) in IDirectPlayLobbyAImpl_SetConnectionSettings() 1582 DWORD flags, DWORD appid, HANDLE event ) in IDirectPlayLobbyAImpl_SetLobbyMessageEvent() 1590 DWORD flags, DWORD appid, HANDLE event ) in IDirectPlayLobbyImpl_SetLobbyMessageEvent() 1598 DWORD flags, DWORD appid, HANDLE event ) in IDirectPlayLobby2AImpl_SetLobbyMessageEvent() 1606 DWORD flags, DWORD appid, HANDLE event ) in IDirectPlayLobby2Impl_SetLobbyMessageEvent() 1614 DWORD flags, DWORD appid, HANDLE event ) in IDirectPlayLobby3AImpl_SetLobbyMessageEvent() 1621 DWORD flags, DWORD appid, HANDLE event ) in IDirectPlayLobby3Impl_SetLobbyMessageEvent() 1845 DWORD flags, DPAPPLICATIONDESC *appdesc ) in IDirectPlayLobby3Impl_RegisterApplication() 1852 DWORD flags, DPAPPLICATIONDESC *appdesc ) in IDirectPlayLobby3AImpl_RegisterApplication() 1859 DWORD flags, REFGUID appdesc ) in IDirectPlayLobby3Impl_UnregisterApplication() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/base/ |
H A D | ftadvanc.c | 30 FT_Int32 flags ) in _ft_face_scale_advances() 67 #define LOAD_ADVANCE_FAST_CHECK( face, flags ) \ argument 77 FT_Int32 flags, in FT_Get_Advance() 116 FT_Int32 flags, in FT_Get_Advances()
|
/reactos/sdk/tools/unicode/ |
H A D | utf8.c | 62 static inline int get_length_wcs_utf8( int flags, const WCHAR *src, unsigned int srclen ) in get_length_wcs_utf8() 98 int wine_utf8_wcstombs( int flags, const WCHAR *src, int srclen, char *dst, int dstlen ) in wine_utf8_wcstombs() 189 static inline int get_length_mbs_utf8_compose( int flags, const char *src, int srclen ) in get_length_mbs_utf8_compose() 229 static int utf8_mbstowcs_compose( int flags, const char *src, int srclen, WCHAR *dst, int dstlen ) in utf8_mbstowcs_compose() 277 static inline int get_length_mbs_utf8( int flags, const char *src, int srclen ) in get_length_mbs_utf8() 304 int wine_utf8_mbstowcs( int flags, const char *src, int srclen, WCHAR *dst, int dstlen ) in wine_utf8_mbstowcs()
|
H A D | wctomb.c | 31 static inline int is_valid_sbcs_mapping( const struct sbcs_table *table, int flags, in is_valid_sbcs_mapping() 40 static int get_length_sbcs( const struct sbcs_table *table, int flags, in get_length_sbcs() 156 static int wcstombs_sbcs_slow( const struct sbcs_table *table, int flags, in wcstombs_sbcs_slow() 224 static inline int is_valid_dbcs_mapping( const struct dbcs_table *table, int flags, in is_valid_dbcs_mapping() 249 static int get_length_dbcs( const struct dbcs_table *table, int flags, in get_length_dbcs() 341 static int wcstombs_dbcs_slow( const struct dbcs_table *table, int flags, in wcstombs_dbcs_slow() 411 int wine_cp_wcstombs( const union cptable *table, int flags, in wine_cp_wcstombs()
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/ |
H A D | fxtrace.h | 82 #define WPP_GLOBALS_LEVEL_FLAGS_LOGGER(globals,lvl,flags) WPP_LEVEL_LOGGER(flags) argument 83 #define WPP_GLOBALS_LEVEL_FLAGS_ENABLED(globals,lvl,flags) (WPP_LEVEL_ENABLED(flags) && WPP_CONTROL… argument 85 #define IFR_GLOBALS_LEVEL_FLAGS_FILTER(globals,lvl,flags) (lvl < TRACE_LEVEL_VERBOSE || globals->Fx… argument
|
/reactos/dll/directx/wine/ddraw/ |
H A D | palette.c | 125 IDirectDraw *ddraw, DWORD flags, PALETTEENTRY *entries) in ddraw_palette_Initialize() 164 DWORD flags, DWORD start, DWORD count, PALETTEENTRY *entries) in ddraw_palette_SetEntries() 203 DWORD flags, DWORD start, DWORD count, PALETTEENTRY *entries) in ddraw_palette_GetEntries() 241 static unsigned int palette_size(DWORD flags) in palette_size() 259 struct ddraw *ddraw, DWORD flags, PALETTEENTRY *entries) in ddraw_palette_init()
|
H A D | surface.c | 958 DWORD flags, HANDLE h) in surface_lock() 1228 IDirectDrawSurface7 *src, DWORD flags) in ddraw_surface7_Flip() 1360 IDirectDrawSurface4 *src, DWORD flags) in ddraw_surface4_Flip() 1372 IDirectDrawSurface3 *src, DWORD flags) in ddraw_surface3_Flip() 1384 IDirectDrawSurface2 *src, DWORD flags) in ddraw_surface2_Flip() 1396 IDirectDrawSurface *src, DWORD flags) in ddraw_surface1_Flip() 4249 DWORD flags = WINED3D_BLT_SYNCHRONOUS; in ddraw_surface7_BltFast() local 4684 DDSURFACEDESC2 *surface_desc, DWORD flags) in ddraw_surface4_SetSurfaceDesc() 4695 DDSURFACEDESC *surface_desc, DWORD flags) in ddraw_surface3_SetSurfaceDesc() 4997 DWORD flags, DDGAMMARAMP *gamma_ramp) in ddraw_gamma_control_GetGammaRamp() [all …]
|
H A D | utils.c | 564 unsigned int wined3dmapflags_from_ddrawmapflags(unsigned int flags) in wined3dmapflags_from_ddrawmapflags() 697 static void DDRAW_dump_flags_nolf(DWORD flags, const struct flag_info *names, size_t num_names) in DDRAW_dump_flags_nolf() 707 static void DDRAW_dump_flags(DWORD flags, const struct flag_info *names, size_t num_names) in DDRAW_dump_flags() 715 static const struct flag_info flags[] = in DDRAW_dump_DDSCAPS2() local 791 static const struct flag_info flags[] = in DDRAW_dump_pixelformat_flag() local 812 static void DDRAW_dump_members(DWORD flags, const void *data, const struct member_info *mems, size_… in DDRAW_dump_members() 970 static const struct flag_info flags[] = in DDRAW_dump_cooperativelevel() local
|
/reactos/dll/directx/wine/wined3d/ |
H A D | query.c | 92 const struct wined3d_device *device, DWORD flags) in wined3d_fence_test() 365 void *data, UINT data_size, DWORD flags) in wined3d_query_get_data() 410 HRESULT CDECL wined3d_query_issue(struct wined3d_query *query, DWORD flags) in wined3d_query_issue() 427 static BOOL wined3d_occlusion_query_ops_poll(struct wined3d_query *query, DWORD flags) in wined3d_occlusion_query_ops_poll() 460 static BOOL wined3d_event_query_ops_poll(struct wined3d_query *query, DWORD flags) in wined3d_event_query_ops_poll() 505 static BOOL wined3d_event_query_ops_issue(struct wined3d_query *query, DWORD flags) in wined3d_event_query_ops_issue() 525 static BOOL wined3d_occlusion_query_ops_issue(struct wined3d_query *query, DWORD flags) in wined3d_occlusion_query_ops_issue() 594 static BOOL wined3d_timestamp_query_ops_poll(struct wined3d_query *query, DWORD flags) in wined3d_timestamp_query_ops_poll() 780 static BOOL wined3d_pipeline_query_ops_poll(struct wined3d_query *query, DWORD flags) in wined3d_pipeline_query_ops_poll() 845 static BOOL wined3d_pipeline_query_ops_issue(struct wined3d_query *query, DWORD flags) in wined3d_pipeline_query_ops_issue() [all …]
|
H A D | palette.c | 54 DWORD flags, DWORD start, DWORD count, PALETTEENTRY *entries) in wined3d_palette_get_entries() 101 DWORD flags, DWORD start, DWORD count, const PALETTEENTRY *entries) in wined3d_palette_set_entries() 144 DWORD flags, unsigned int entry_count, const PALETTEENTRY *entries) in wined3d_palette_init() 162 HRESULT CDECL wined3d_palette_create(struct wined3d_device *device, DWORD flags, in wined3d_palette_create()
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/prot/ |
H A D | tcp.h | 90 #define TCPH_FLAGS_SET(phdr, flags) (phdr)->_hdrlen_rsvd_flags = (((phdr)->_hdrlen_rsvd_flags & PP_… argument 91 #define TCPH_HDRLEN_FLAGS_SET(phdr, len, flags) (phdr)->_hdrlen_rsvd_flags = (u16_t)(lwip_htons((u1… argument 93 #define TCPH_SET_FLAG(phdr, flags ) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags | lwip… argument 94 #define TCPH_UNSET_FLAG(phdr, flags) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags & ~lw… argument
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | sortkey.c | 33 int wine_get_sortkey(int flags, const WCHAR *src, int srclen, char *dst, int dstlen) in wine_get_sortkey() 159 static inline int compare_unicode_weights(int flags, const WCHAR *str1, int len1, in compare_unicode_weights() 240 static inline int compare_diacritic_weights(int flags, const WCHAR *str1, int len1, in compare_diacritic_weights() 299 static inline int compare_case_weights(int flags, const WCHAR *str1, int len1, in compare_case_weights() 358 int wine_compare_string(int flags, const WCHAR *str1, int len1, in wine_compare_string()
|
/reactos/modules/rosapps/templates/skel_service/ |
H A D | log.c | 21 UINT flags) in LogToEventLog() 62 UINT flags) in LogToFile() 155 UINT flags) in LogEvent()
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/ |
H A D | channels.c | 43 channel_register(RDPCLIENT * This, char *name, uint32 flags, void (*callback) (RDPCLIENT *, STREAM)) in channel_register() 78 uint32 length, flags; in channel_send() local 129 uint32 length, flags; in channel_process() local
|
/reactos/sdk/tools/mkisofs/schilytools/libschily/ |
H A D | fnmatch.c | 100 fnmatch(pattern, string, flags) in fnmatch() argument 111 js_fnmatch(pattern, string, flags) in js_fnmatch() argument 130 fnmatch1(pattern, string, stringstart, flags, patmbs, strmbs) in fnmatch1() argument 285 rangematch(const char *pattern, wchar_t test, int flags, char **newp, in rangematch()
|
/reactos/dll/win32/setupapi/ |
H A D | stubs.c | 44 BOOL WINAPI SetupAddToSourceListA(DWORD flags, PCSTR source) in SetupAddToSourceListA() 53 BOOL WINAPI SetupAddToSourceListW(DWORD flags, PCWSTR source) in SetupAddToSourceListW() 62 BOOL WINAPI SetupSetSourceListA(DWORD flags, PCSTR *list, UINT count) in SetupSetSourceListA() 71 BOOL WINAPI SetupSetSourceListW(DWORD flags, PCWSTR *list, UINT count) in SetupSetSourceListW()
|