Home
last modified time | relevance | path

Searched refs:err_out (Results 1 – 25 of 2386) sorted by relevance

12345678910>>...96

/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dacceptread.c19 static PRFileDesc *std_out, *err_out; variable
49 PL_FPrintError(err_out, "PR_NewTCPSocket (client) failed"); in ConnectingThread()
55 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
60 PL_FPrintError(err_out, "PR_GetPeerName (client) failed"); in ConnectingThread()
85 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
88 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
120 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
126 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
154 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
168 err_out = PR_STDERR; in main()
[all …]
H A Dacceptreademu.c25 static PRFileDesc *std_out, *err_out; variable
70 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
75 PL_FPrintError(err_out, "PR_GetPeerName (client) failed"); in ConnectingThread()
100 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
103 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
147 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
153 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
181 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
195 err_out = PR_STDERR; in main()
208 PL_FPrintError(err_out, "PR_InitializeNetAddr failed"); in main()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dacceptread.c19 static PRFileDesc *std_out, *err_out; variable
49 PL_FPrintError(err_out, "PR_NewTCPSocket (client) failed"); in ConnectingThread()
55 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
60 PL_FPrintError(err_out, "PR_GetPeerName (client) failed"); in ConnectingThread()
85 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
88 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
120 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
126 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
154 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
168 err_out = PR_STDERR; in main()
[all …]
H A Dacceptreademu.c25 static PRFileDesc *std_out, *err_out; variable
70 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
75 PL_FPrintError(err_out, "PR_GetPeerName (client) failed"); in ConnectingThread()
100 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
103 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
147 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
153 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
181 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
195 err_out = PR_STDERR; in main()
208 PL_FPrintError(err_out, "PR_InitializeNetAddr failed"); in main()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dacceptreademu.c36 static PRFileDesc *std_out, *err_out; in PrintAddress()
53 PL_FPrintError(err_out, "PR_NetAddrToString"); in ConnectingThread()
79 PL_FPrintError(err_out, "PR_Connect (client) failed");
98 PL_FPrintError(err_out, "PR_Send (client) failed");
103 PL_FPrintError(err_out, "PR_Recv (client) failed");
113 PL_FPrintError(err_out, "PR_Shutdown (client) failed");
117 PL_FPrintError(err_out, "PR_Close (client) failed");
162 PL_FPrintError(err_out, "PR_Bind (server) failed");
168 PL_FPrintError(err_out, "PR_Listen (server) failed");
200 PL_FPrintError(err_out, "PR_Close (server) failed");
[all …]
H A Dacceptread.c30 static PRFileDesc *std_out, *err_out;
38 PL_FPrintError(err_out, "PR_NetAddrToString");
64 PL_FPrintError(err_out, "PR_Connect (client) failed");
83 PL_FPrintError(err_out, "PR_Send (client) failed");
88 PL_FPrintError(err_out, "PR_Recv (client) failed");
98 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in timeout_callback()
102 PL_FPrintError(err_out, "PR_Close (client) failed");
135 PL_FPrintError(err_out, "PR_Bind (server) failed"); in ClientThread()
141 PL_FPrintError(err_out, "PR_Listen (server) failed"); in ClientThread()
173 PL_FPrintError(err_out, "PR_Close (server) failed"); in ClientThread()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dacceptreademu.c36 static PRFileDesc *std_out, *err_out; variable
53 PL_FPrintError(err_out, "PR_NetAddrToString"); in PrintAddress()
79 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
98 PL_FPrintError(err_out, "PR_Send (client) failed"); in ConnectingThread()
103 PL_FPrintError(err_out, "PR_Recv (client) failed"); in ConnectingThread()
113 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
117 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
162 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
168 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
200 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
[all …]
H A Dacceptread.c30 static PRFileDesc *std_out, *err_out; variable
38 PL_FPrintError(err_out, "PR_NetAddrToString"); in PrintAddress()
64 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
83 PL_FPrintError(err_out, "PR_Send (client) failed"); in ConnectingThread()
88 PL_FPrintError(err_out, "PR_Recv (client) failed"); in ConnectingThread()
98 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
102 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
135 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
141 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
173 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dacceptreademu.c36 static PRFileDesc *std_out, *err_out; variable
53 PL_FPrintError(err_out, "PR_NetAddrToString"); in PrintAddress()
79 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
98 PL_FPrintError(err_out, "PR_Send (client) failed"); in ConnectingThread()
103 PL_FPrintError(err_out, "PR_Recv (client) failed"); in ConnectingThread()
113 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
117 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
162 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
168 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
200 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
[all …]
H A Dacceptread.c30 static PRFileDesc *std_out, *err_out; variable
38 PL_FPrintError(err_out, "PR_NetAddrToString"); in PrintAddress()
64 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
83 PL_FPrintError(err_out, "PR_Send (client) failed"); in ConnectingThread()
88 PL_FPrintError(err_out, "PR_Recv (client) failed"); in ConnectingThread()
98 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
102 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
135 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
141 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
173 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dacceptreademu.c36 static PRFileDesc *std_out, *err_out; variable
53 PL_FPrintError(err_out, "PR_NetAddrToString"); in PrintAddress()
79 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
98 PL_FPrintError(err_out, "PR_Send (client) failed"); in ConnectingThread()
103 PL_FPrintError(err_out, "PR_Recv (client) failed"); in ConnectingThread()
113 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
117 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
162 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
168 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
200 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
[all …]
H A Dacceptread.c30 static PRFileDesc *std_out, *err_out; variable
38 PL_FPrintError(err_out, "PR_NetAddrToString"); in PrintAddress()
64 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
83 PL_FPrintError(err_out, "PR_Send (client) failed"); in ConnectingThread()
88 PL_FPrintError(err_out, "PR_Recv (client) failed"); in ConnectingThread()
98 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
102 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
135 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
141 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
173 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dacceptreademu.c36 static PRFileDesc *std_out, *err_out; variable
53 PL_FPrintError(err_out, "PR_NetAddrToString"); in PrintAddress()
79 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
98 PL_FPrintError(err_out, "PR_Send (client) failed"); in ConnectingThread()
103 PL_FPrintError(err_out, "PR_Recv (client) failed"); in ConnectingThread()
113 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
117 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
162 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
168 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
200 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
[all …]
H A Dacceptread.c30 static PRFileDesc *std_out, *err_out; variable
38 PL_FPrintError(err_out, "PR_NetAddrToString"); in PrintAddress()
64 PL_FPrintError(err_out, "PR_Connect (client) failed"); in ConnectingThread()
83 PL_FPrintError(err_out, "PR_Send (client) failed"); in ConnectingThread()
88 PL_FPrintError(err_out, "PR_Recv (client) failed"); in ConnectingThread()
98 PL_FPrintError(err_out, "PR_Shutdown (client) failed"); in ConnectingThread()
102 PL_FPrintError(err_out, "PR_Close (client) failed"); in ConnectingThread()
135 PL_FPrintError(err_out, "PR_Bind (server) failed"); in AcceptingThread()
141 PL_FPrintError(err_out, "PR_Listen (server) failed"); in AcceptingThread()
173 PL_FPrintError(err_out, "PR_Close (server) failed"); in AcceptingThread()
[all …]
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Ddecoder.c209 goto err_out; in get_channels()
220 goto err_out; in get_channels()
247 err_out: in get_channels()
282 goto err_out; in get_options()
372 err_out: in get_options()
405 goto err_out; in get_annotations()
433 err_out: in get_annotations()
537 err_out: in get_annotation_rows()
600 err_out: in get_binary_classes()
854 err_out: in srd_decoder_load()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-tremor-0.1.0/tremor/
H A Dinfo.c176 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
185 err_out: in _vorbis_unpack_info()
194 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
213 goto err_out; in _vorbis_unpack_comment()
220 err_out: in _vorbis_unpack_comment()
233 if(ci->books<=0)goto err_out; in _vorbis_unpack_books()
241 if(ci->times<=0)goto err_out; in _vorbis_unpack_books()
252 if(ci->floors<=0)goto err_out; in _vorbis_unpack_books()
272 if(ci->maps<=0)goto err_out; in _vorbis_unpack_books()
282 if(ci->modes<=0)goto err_out; in _vorbis_unpack_books()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/tremor/
H A Dinfo.c176 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
185 err_out: in _vorbis_unpack_info()
194 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
213 goto err_out; in _vorbis_unpack_comment()
220 err_out: in _vorbis_unpack_comment()
234 if(ci->books<=0)goto err_out; in _vorbis_unpack_books()
242 if(ci->times<=0)goto err_out; in _vorbis_unpack_books()
253 if(ci->floors<=0)goto err_out; in _vorbis_unpack_books()
273 if(ci->maps<=0)goto err_out; in _vorbis_unpack_books()
283 if(ci->modes<=0)goto err_out; in _vorbis_unpack_books()
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/tremor/
H A Dinfo.c180 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
189 err_out: in _vorbis_unpack_info()
198 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
217 goto err_out; in _vorbis_unpack_comment()
224 err_out: in _vorbis_unpack_comment()
238 if(ci->books<=0)goto err_out; in _vorbis_unpack_books()
246 if(ci->times<=0)goto err_out; in _vorbis_unpack_books()
257 if(ci->floors<=0)goto err_out; in _vorbis_unpack_books()
277 if(ci->maps<=0)goto err_out; in _vorbis_unpack_books()
287 if(ci->modes<=0)goto err_out; in _vorbis_unpack_books()
[all …]
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/mednafen/tremor/
H A Dinfo.c180 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
189 err_out: in _vorbis_unpack_info()
198 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
217 goto err_out; in _vorbis_unpack_comment()
224 err_out: in _vorbis_unpack_comment()
238 if(ci->books<=0)goto err_out; in _vorbis_unpack_books()
246 if(ci->times<=0)goto err_out; in _vorbis_unpack_books()
257 if(ci->floors<=0)goto err_out; in _vorbis_unpack_books()
277 if(ci->maps<=0)goto err_out; in _vorbis_unpack_books()
287 if(ci->modes<=0)goto err_out; in _vorbis_unpack_books()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libtremor/lib/
H A Dtremor_info.c176 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
185 err_out: in _vorbis_unpack_info()
194 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
213 goto err_out; in _vorbis_unpack_comment()
220 err_out: in _vorbis_unpack_comment()
234 if(ci->books<=0)goto err_out; in _vorbis_unpack_books()
242 if(ci->times<=0)goto err_out; in _vorbis_unpack_books()
253 if(ci->floors<=0)goto err_out; in _vorbis_unpack_books()
273 if(ci->maps<=0)goto err_out; in _vorbis_unpack_books()
283 if(ci->modes<=0)goto err_out; in _vorbis_unpack_books()
[all …]
/dports/audio/libtremor/tremor-562307a/
H A Dinfo.c176 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
185 err_out: in _vorbis_unpack_info()
194 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
213 goto err_out; in _vorbis_unpack_comment()
220 err_out: in _vorbis_unpack_comment()
234 if(ci->books<=0)goto err_out; in _vorbis_unpack_books()
242 if(ci->times<=0)goto err_out; in _vorbis_unpack_books()
253 if(ci->floors<=0)goto err_out; in _vorbis_unpack_books()
273 if(ci->maps<=0)goto err_out; in _vorbis_unpack_books()
283 if(ci->modes<=0)goto err_out; in _vorbis_unpack_books()
[all …]
/dports/emulators/mednafen/mednafen/src/tremor/
H A Dinfo.c176 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
185 err_out: in _vorbis_unpack_info()
194 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
213 goto err_out; in _vorbis_unpack_comment()
220 err_out: in _vorbis_unpack_comment()
233 if(ci->books<=0)goto err_out; in _vorbis_unpack_books()
241 if(ci->times<=0)goto err_out; in _vorbis_unpack_books()
252 if(ci->floors<=0)goto err_out; in _vorbis_unpack_books()
272 if(ci->maps<=0)goto err_out; in _vorbis_unpack_books()
282 if(ci->modes<=0)goto err_out; in _vorbis_unpack_books()
[all …]
/dports/www/firefox/firefox-99.0/media/libtremor/lib/
H A Dtremor_info.c176 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
185 err_out: in _vorbis_unpack_info()
194 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
213 goto err_out; in _vorbis_unpack_comment()
220 err_out: in _vorbis_unpack_comment()
234 if(ci->books<=0)goto err_out; in _vorbis_unpack_books()
242 if(ci->times<=0)goto err_out; in _vorbis_unpack_books()
253 if(ci->floors<=0)goto err_out; in _vorbis_unpack_books()
273 if(ci->maps<=0)goto err_out; in _vorbis_unpack_books()
283 if(ci->modes<=0)goto err_out; in _vorbis_unpack_books()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libtremor/lib/
H A Dtremor_info.c176 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
185 err_out: in _vorbis_unpack_info()
194 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
213 goto err_out; in _vorbis_unpack_comment()
220 err_out: in _vorbis_unpack_comment()
234 if(ci->books<=0)goto err_out; in _vorbis_unpack_books()
242 if(ci->times<=0)goto err_out; in _vorbis_unpack_books()
253 if(ci->floors<=0)goto err_out; in _vorbis_unpack_books()
273 if(ci->maps<=0)goto err_out; in _vorbis_unpack_books()
283 if(ci->modes<=0)goto err_out; in _vorbis_unpack_books()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libtremor/lib/
H A Dtremor_info.c176 if(vi->rate<1)goto err_out; in _vorbis_unpack_info()
185 err_out: in _vorbis_unpack_info()
194 if(vendorlen<0)goto err_out; in _vorbis_unpack_comment()
213 goto err_out; in _vorbis_unpack_comment()
220 err_out: in _vorbis_unpack_comment()
234 if(ci->books<=0)goto err_out; in _vorbis_unpack_books()
242 if(ci->times<=0)goto err_out; in _vorbis_unpack_books()
253 if(ci->floors<=0)goto err_out; in _vorbis_unpack_books()
273 if(ci->maps<=0)goto err_out; in _vorbis_unpack_books()
283 if(ci->modes<=0)goto err_out; in _vorbis_unpack_books()
[all …]

12345678910>>...96