Home
last modified time | relevance | path

Searched refs:UseNet (Results 1 – 25 of 31) sorted by relevance

12

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/macosx/Source/
H A DPlugin.c50 if (Config.UseNet) in PADhandleKey()
100 if (Config.UseNet && !NetOpened) { in _OpenPlugins()
140 Config.UseNet = FALSE; in _OpenPlugins()
144 if (SendPcsxInfo() == -1) Config.UseNet = FALSE; in _OpenPlugins()
146 if (RecvPcsxInfo() == -1) Config.UseNet = FALSE; in _OpenPlugins()
150 } else if (Config.UseNet) { in _OpenPlugins()
188 if (Config.UseNet) { in ClosePlugins()
204 if (Config.UseNet) NET_shutdown(); in ResetPlugins()
221 if (Config.UseNet) { in ResetPlugins()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/gui/
H A Dplugin.c222 if (Config.UseNet && !NetOpened) { in _OpenPlugins()
262 Config.UseNet = FALSE; in _OpenPlugins()
269 if (SendPcsxInfo() == -1) Config.UseNet = FALSE; in _OpenPlugins()
271 if (RecvPcsxInfo() == -1) Config.UseNet = FALSE; in _OpenPlugins()
277 } else if (Config.UseNet) { in _OpenPlugins()
338 if (Config.UseNet) { in ClosePlugins()
354 if (Config.UseNet) NET_shutdown(); in ResetPlugins()
371 if (Config.UseNet) { in ResetPlugins()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/gui/
H A DPlugin.c299 if (Config.UseNet) NET_keypressed(key); in PADhandleKey()
348 if (Config.UseNet && !NetOpened) { in _OpenPlugins()
392 Config.UseNet = FALSE; in _OpenPlugins()
396 if (SendPcsxInfo() == -1) Config.UseNet = FALSE; in _OpenPlugins()
398 if (RecvPcsxInfo() == -1) Config.UseNet = FALSE; in _OpenPlugins()
402 } else if (Config.UseNet) { in _OpenPlugins()
440 if (Config.UseNet) { in ClosePlugins()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/libpcsxcore/
H A Dplugins.c763 Config.UseNet = FALSE; in LoadPlugins()
765 Config.UseNet = TRUE; in LoadPlugins()
767 if (LoadNETplugin(Plugin) == -1) Config.UseNet = FALSE; in LoadPlugins()
786 if (Config.UseNet) { in LoadPlugins()
801 if (Config.UseNet) { in ReleasePlugins()
803 if (ret < 0) Config.UseNet = FALSE; in ReleasePlugins()
813 if (Config.UseNet && hNETDriver != NULL) NET_shutdown(); in ReleasePlugins()
821 if (Config.UseNet && hNETDriver != NULL) { in ReleasePlugins()
H A Dpsxcommon.h151 boolean UseNet; member
H A Dsio.c174 if (!Config.UseNet) { in sioWrite8()
234 if (!Config.UseNet) { in sioWrite8()
682 if (!Config.UseNet) { in sioWrite8()
H A Dpsxbios.c2773 if (!Config.UseNet) { in biosInterrupt()
2819 if (Config.UseNet && pad_buf1 != NULL && pad_buf2 != NULL) { in biosInterrupt()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/
H A Dplugins.c1152 Config.UseNet = FALSE; in LoadPlugins()
1154 Config.UseNet = TRUE; in LoadPlugins()
1156 if (LoadNETplugin(Plugin) == -1) Config.UseNet = FALSE; in LoadPlugins()
1175 if (Config.UseNet) { in LoadPlugins()
1190 if (Config.UseNet) { in ReleasePlugins()
1192 if (ret < 0) Config.UseNet = FALSE; in ReleasePlugins()
1202 if (Config.UseNet && hNETDriver != NULL) NET_shutdown(); in ReleasePlugins()
1210 if (Config.UseNet && hNETDriver != NULL) { in ReleasePlugins()
H A Dpsxcommon.h131 boolean UseNet; member
H A Dsio.c92 if (!Config.UseNet) { in sioWrite8()
144 if (!Config.UseNet) { in sioWrite8()
242 if (!Config.UseNet) { in sioWrite8()
H A Dpsxbios.c3135 if (!Config.UseNet) { in biosInterrupt()
3181 if (Config.UseNet && pad_buf1 != NULL && pad_buf2 != NULL) { in biosInterrupt()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/libpcsxcore/
H A Dplugins.c1152 Config.UseNet = FALSE; in LoadPlugins()
1154 Config.UseNet = TRUE; in LoadPlugins()
1156 if (LoadNETplugin(Plugin) == -1) Config.UseNet = FALSE; in LoadPlugins()
1175 if (Config.UseNet) { in LoadPlugins()
1190 if (Config.UseNet) { in ReleasePlugins()
1192 if (ret < 0) Config.UseNet = FALSE; in ReleasePlugins()
1202 if (Config.UseNet && hNETDriver != NULL) NET_shutdown(); in ReleasePlugins()
1210 if (Config.UseNet && hNETDriver != NULL) { in ReleasePlugins()
H A Dpsxcommon.h131 boolean UseNet; member
H A Dsio.c92 if (!Config.UseNet) { in sioWrite8()
144 if (!Config.UseNet) { in sioWrite8()
242 if (!Config.UseNet) { in sioWrite8()
H A Dpsxbios.c3135 if (!Config.UseNet) { in biosInterrupt()
3181 if (Config.UseNet && pad_buf1 != NULL && pad_buf2 != NULL) { in biosInterrupt()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dmain.c881 if (Config.UseNet && !NetOpened) { in _OpenPlugins()
925 Config.UseNet = FALSE; in _OpenPlugins()
929 if (SendPcsxInfo() == -1) Config.UseNet = FALSE; in _OpenPlugins()
931 if (RecvPcsxInfo() == -1) Config.UseNet = FALSE; in _OpenPlugins()
935 } else if (Config.UseNet) { in _OpenPlugins()
973 if (Config.UseNet) { in ClosePlugins()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/frontend/
H A Dmain.c881 if (Config.UseNet && !NetOpened) { in _OpenPlugins()
925 Config.UseNet = FALSE; in _OpenPlugins()
929 if (SendPcsxInfo() == -1) Config.UseNet = FALSE; in _OpenPlugins()
931 if (RecvPcsxInfo() == -1) Config.UseNet = FALSE; in _OpenPlugins()
935 } else if (Config.UseNet) { in _OpenPlugins()
973 if (Config.UseNet) { in ClosePlugins()
/dports/print/freetype/freetype-1.3.1/
H A DFILES51 announce The FreeType UseNet announce post. This file is sent
/dports/archivers/libpar2/libpar2-0.4/
H A DREADME164 files are posted on UseNet.
166 When posting on UseNet it is recommended that you use the "-s" option to set
275 UseNet. If some of the articles for a file are missing, you should still
/dports/archivers/par2cmdline/par2cmdline-0.8.1/
H A DREADME174 files are posted on UseNet.
176 When posting on UseNet it is recommended that you use the "-s" option to set
292 UseNet. If some of the articles for a file are missing, you should still
H A DREADME.md139 … or damaged data from the original *test.mpg* file when it and the PAR2 files are posted on UseNet.
141 When posting on UseNet it is recommended that you use the `-s` option to set a blocksize that is eq…
215 …a damaged file, it can do the same with incomplete files downloaded from UseNet. If some of the ar…
/dports/news/nzbget/nzbget-21.1/lib/par2/
H A DREADME155 files are posted on UseNet.
157 When posting on UseNet it is recommended that you use the "-s" option to set
266 UseNet. If some of the articles for a file are missing, you should still
/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A Dttyenable19 Organization: HPHBBS - UseNet City-Router, Essen (Germany)
418 # Steeler Str. 121 # : V22/32/42bis/FAX, 8N1 * UseNet City-Router *
/dports/news/fidogate4/fidogate-4.4.10/doc/fido/
H A Dfsc-0039.004192 +--- Indicates UseNet RFC-822 capability
201 accepting UseNet RFC-822 bundles. Following the MSB mask, and bit
214 UseNet RFC-822 bundles or not. It is a separate indicator, and not intended
/dports/misc/figlet/figlet-2.2.5/
H A DREADME15 end of e-mail and UseNet messages.

12