OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:werr
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/tests/event_injector/
sockets.c
137
const WinsockError*
werr
= _winsock_errors;
local
142
for ( ;
werr
->string != NULL;
werr
++ ) {
143
if (
werr
->winsock == winsock_error) {
144
unix =
werr
->unix;
164
const WinsockError*
werr
= _winsock_errors;
local
167
for ( ;
werr
->string;
werr
++ ) {
168
if (
werr
->winsock == winsock_error) {
169
result =
werr
->string
[
all
...]
/external/qemu/
sockets.c
130
const WinsockError*
werr
= _winsock_errors;
local
135
for ( ;
werr
->string != NULL;
werr
++ ) {
136
if (
werr
->winsock == winsock_error) {
137
unix =
werr
->unix;
157
const WinsockError*
werr
= _winsock_errors;
local
160
for ( ;
werr
->string;
werr
++ ) {
161
if (
werr
->winsock == winsock_error) {
162
result =
werr
->string
[
all
...]
Completed in 22 milliseconds