Searched defs:flags (Results 51 - 75 of 890) sorted by relevance

1234567891011>>

/vbox/src/VBox/RDP/client-1.8.3/
H A Dchannels.c55 channel_register(char *name, uint32 flags, void (*callback) (STREAM)) argument
71 channel->flags = flags;
90 uint32 length, flags; local
110 flags = (remaining == 0) ? CHANNEL_FLAG_FIRST | CHANNEL_FLAG_LAST : CHANNEL_FLAG_FIRST;
111 if (channel->flags & CHANNEL_OPTION_SHOW_PROTOCOL)
112 flags |= CHANNEL_FLAG_SHOW_PROTOCOL;
115 out_uint32_le(s, flags);
125 flags = (remaining == 0) ? CHANNEL_FLAG_LAST : 0;
126 if (channel->flags
149 uint32 length, flags; local
[all...]
H A Diso.c257 uint8 type = 0, flags = 0; local
262 in_uint8(s, flags);
284 reason = "inconsistent negotiation flags";
H A Dprinter.c56 supplied from other -r flags than this one. */
112 printer_create(uint32 device_id, uint32 access, uint32 share_mode, uint32 disposition, uint32 flags, argument
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFFind.cpp45 USHORT level, USHORT flags)
80 USHORT level, USHORT flags)
43 FS32_FINDFIRST(PCDFSI pcdfsi, PVBOXSFCD pcdfsd, PCSZ pszName, USHORT iCurDirEnd, USHORT attr, PFSFSI pfsfsi, PVBOXSFFS pfsfsd, PBYTE pbData, USHORT cbData, PUSHORT pcMatch, USHORT level, USHORT flags) argument
78 FS32_FINDNOTIFYFIRST(PCDFSI pcdfsi, PVBOXSFCD pcdfsd, PCSZ pszName, USHORT iCurDirEnd, USHORT attr, PUSHORT pHandle, PBYTE pbData, USHORT cbData, PUSHORT pcMatch, USHORT level, USHORT flags) argument
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/internal/
H A Dsarea.h63 unsigned int flags; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Ddrm_sarea.h55 unsigned int flags; member in struct:drm_sarea_drawable
H A Dnouveau_bo.h26 /* Relocation/Buffer type flags */
57 uint32_t flags; member in struct:nouveau_bo
62 nouveau_bo_new(struct nouveau_device *, uint32_t flags, int align, int size,
66 nouveau_bo_new_tile(struct nouveau_device *, uint32_t flags, int align,
89 uint32_t flags);
95 nouveau_bo_map(struct nouveau_bo *, uint32_t flags);
101 nouveau_bo_pin(struct nouveau_bo *, uint32_t flags);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dsarea.h65 unsigned int flags; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dquery.c131 static HRESULT WINAPI d3d9_query_Issue(IDirect3DQuery9 *iface, DWORD flags) argument
136 TRACE("iface %p, flags %#x.\n", iface, flags);
139 hr = wined3d_query_issue(query->wined3d_query, flags);
145 static HRESULT WINAPI d3d9_query_GetData(IDirect3DQuery9 *iface, void *data, DWORD size, DWORD flags) argument
150 TRACE("iface %p, data %p, size %u, flags %#x.\n",
151 iface, data, size, flags);
154 hr = wined3d_query_get_data(query->wined3d_query, data, size, flags);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dpalette.c68 static WORD wined3d_palette_size(DWORD flags) argument
70 switch (flags & SIZE_BITS)
77 FIXME("Unhandled size bits %#x.\n", flags & SIZE_BITS);
83 DWORD flags, DWORD start, DWORD count, PALETTEENTRY *entries)
85 TRACE("palette %p, flags %#x, start %u, count %u, entries %p.\n",
86 palette, flags, start, count, entries);
88 if (flags) return WINED3DERR_INVALIDCALL; /* unchecked */
89 if (start + count > wined3d_palette_size(palette->flags))
92 if (palette->flags & WINEDDPCAPS_8BITENTRIES)
107 DWORD flags, DWOR
82 wined3d_palette_get_entries(const struct wined3d_palette *palette, DWORD flags, DWORD start, DWORD count, PALETTEENTRY *entries) argument
106 wined3d_palette_set_entries(struct wined3d_palette *palette, DWORD flags, DWORD start, DWORD count, const PALETTEENTRY *entries) argument
172 wined3d_palette_init(struct wined3d_palette *palette, struct wined3d_device *device, DWORD flags, const PALETTEENTRY *entries, void *parent) argument
201 wined3d_palette_create(struct wined3d_device *device, DWORD flags, const PALETTEENTRY *entries, void *parent, struct wined3d_palette **palette) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/internal/
H A Dsarea.h65 unsigned int flags; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_matrix.h71 GLuint flags; /**< possible values determined by (of \link member in struct:__anon3729
72 * MatFlags MAT_FLAG_* flags\endlink)
H A Dm_vector.h69 GLuint flags; /* which columns are dirty */ member in struct:__anon3730
74 extern void _mesa_vector4f_init( GLvector4f *v, GLuint flags,
76 extern void _mesa_vector4f_alloc( GLvector4f *v, GLuint flags,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dsarea.h65 unsigned int flags; member in struct:_XF86DRISAREADrawable
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dlibrary.h87 extern void *wine_anon_mmap( void *start, size_t size, int prot, int flags );
115 unsigned char flags[8192]; /* flags (defined below) */ member in struct:__wine_ldt_copy
150 static inline void wine_ldt_set_flags( LDT_ENTRY *ent, unsigned char flags )
154 ent->HighWord.Bits.Type = flags;
157 ent->HighWord.Bits.Default_Big = (flags & WINE_LDT_FLAGS_32BIT) != 0;
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemmutex-r0drv-haiku.c110 * @param fFlags Mutex flags (see RTSEMWAIT_FLAGS_*)
111 * @param uTimeout Timeout in units specified by the flags.
120 int32 flags = 0; local
143 flags |= B_RELATIVE_TIMEOUT;
145 flags |= B_ABSOLUTE_TIMEOUT;
151 flags |= B_CAN_INTERRUPT;
153 status = acquire_sem_etc(pThis->SemId, 1, flags, timeout);
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/
H A Dgcint.h61 #define _GCTRACE(x, y) if (_pr_gcData.flags & x) GCTrace y
97 PRUint32 flags; member in struct:CollectorTypeStr
110 extern void _PR_InitGC(PRWord flags);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbproc.c52 int flags; local
108 flags = fcntl(0, F_GETFL, 0);
109 if (flags & O_NONBLOCK) {
110 fcntl(0, F_SETFL, flags & ~O_NONBLOCK);
119 flags = fcntl(1, F_GETFL, 0);
120 if (flags & O_NONBLOCK) {
121 fcntl(1, F_SETFL, flags & ~O_NONBLOCK);
130 flags = fcntl(2, F_GETFL, 0);
131 if (flags & O_NONBLOCK) {
132 fcntl(2, F_SETFL, flags
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32ipcsem.c129 const char *osname, PRIntn flags, PRIntn mode, PRUintn value)
142 if (flags & PR_SEM_CREATE) {
159 if ((flags & PR_SEM_EXCL) && (GetLastError() == ERROR_ALREADY_EXISTS)) {
128 _PR_MD_OPEN_SEMAPHORE( const char *osname, PRIntn flags, PRIntn mode, PRUintn value) argument
/vbox/src/libs/zlib-1.2.6/
H A Dgzwrite.c567 unsigned long flags = 0; local
570 flags += 1L << 25;
572 flags += 1L << 26;
576 flags += 1L << 26;
580 flags += 1L << 24;
582 flags += 1L << 25;
584 flags += 1L << 26;
588 flags += 1L << 26;
592 return flags;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dutf8.c74 static inline int get_length_wcs_utf8( int flags, const WCHAR *src, unsigned int srclen ) argument
93 if (flags & WC_ERR_INVALID_CHARS) return -2;
110 int wine_utf8_wcstombs( int flags, const WCHAR *src, int srclen, char *dst, int dstlen ) argument
114 if (!dstlen) return get_length_wcs_utf8( flags, src, srclen );
140 if (flags & WC_ERR_INVALID_CHARS) return -2;
201 static inline int get_length_mbs_utf8_compose( int flags, const char *src, int srclen ) argument
233 else if (flags & MB_ERR_INVALID_CHARS) return -2; /* bad char */
241 static int utf8_mbstowcs_compose( int flags, const char *src, int srclen, WCHAR *dst, int dstlen ) argument
248 if (!dstlen) return get_length_mbs_utf8_compose( flags, src, srclen );
282 else if (flags
289 get_length_mbs_utf8( int flags, const char *src, int srclen ) argument
316 wine_utf8_mbstowcs( int flags, const char *src, int srclen, WCHAR *dst, int dstlen ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglamor_program.h50 const glamor_program_flag flags; member in struct:__anon6795
65 glamor_program_flag flags; member in struct:_glamor_program
H A Dsarea.h62 unsigned int flags; member in struct:_XF86DRISAREADrawable
H A Dxf86Xinput.h60 /* Input device flags */
76 void (*Identify) (int flags);
78 struct _InputInfoRec * pInfo, int flags);
80 struct _InputInfoRec * pInfo, int flags);
93 int flags; member in struct:_InputInfoRec
165 uint16_t type, uint32_t flags,
190 int flags);
194 extern _X_EXPORT void xf86DeleteInput(InputInfoPtr pInp, int flags);
H A Dxf86xvmc.h49 int flags; member in struct:__anon6989
60 the width, height and flags. If the driver wants to return something

Completed in 134 milliseconds

1234567891011>>