Searched refs:debug_options (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c60 static struct __wine_debug_channel debug_options[MAX_DEBUG_OPTIONS]; variable in typeref:struct:__wine_debug_channel
80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
81 sizeof(debug_options[0]), cmp_name );
97 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
98 sizeof(debug_options[0]), cmp_name );
118 if (strlen(name) >= sizeof(debug_options[0].name)) return;
123 res = strcmp( name, debug_options[pos].name );
126 debug_options[pos].flags = (debug_options[pos].flags & ~clear) | set;
135 if (pos < nb_debug_options) memmove( &debug_options[po
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c60 static struct __wine_debug_channel debug_options[MAX_DEBUG_OPTIONS]; variable in typeref:struct:__wine_debug_channel
80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
81 sizeof(debug_options[0]), cmp_name );
97 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
98 sizeof(debug_options[0]), cmp_name );
118 if (strlen(name) >= sizeof(debug_options[0].name)) return;
123 res = strcmp( name, debug_options[pos].name );
126 debug_options[pos].flags = (debug_options[pos].flags & ~clear) | set;
135 if (pos < nb_debug_options) memmove( &debug_options[po
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c48 static struct __wine_debug_channel debug_options[MAX_DEBUG_OPTIONS]; variable in typeref:struct:__wine_debug_channel
68 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
69 sizeof(debug_options[0]), cmp_name );
85 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
86 sizeof(debug_options[0]), cmp_name );
106 if (strlen(name) >= sizeof(debug_options[0].name)) return;
111 res = strcmp( name, debug_options[pos].name );
114 debug_options[pos].flags = (debug_options[pos].flags & ~clear) | set;
123 if (pos < nb_debug_options) memmove( &debug_options[po
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c60 static struct __wine_debug_channel debug_options[MAX_DEBUG_OPTIONS]; variable in typeref:struct:__wine_debug_channel
80 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
81 sizeof(debug_options[0]), cmp_name );
97 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
98 sizeof(debug_options[0]), cmp_name );
118 if (strlen(name) >= sizeof(debug_options[0].name)) return;
123 res = strcmp( name, debug_options[pos].name );
126 debug_options[pos].flags = (debug_options[pos].flags & ~clear) | set;
135 if (pos < nb_debug_options) memmove( &debug_options[po
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c70 static struct __wine_debug_channel debug_options[MAX_DEBUG_OPTIONS]; variable in typeref:struct:__wine_debug_channel
90 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
91 sizeof(debug_options[0]), cmp_name );
107 struct __wine_debug_channel *opt = bsearch( channel->name, debug_options, nb_debug_options,
108 sizeof(debug_options[0]), cmp_name );
128 if (strlen(name) >= sizeof(debug_options[0].name)) return;
133 res = strcmp( name, debug_options[pos].name );
136 debug_options[pos].flags = (debug_options[pos].flags & ~clear) | set;
145 if (pos < nb_debug_options) memmove( &debug_options[po
[all...]

Completed in 183 milliseconds