Home
last modified time | relevance | path

Searched defs:fin (Results 126 – 150 of 6506) sorted by relevance

12345678910>>...261

/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DPOASerializer.cpp24 static void readString(std::istream& fin,std::string& string){ in readString()
88 static void skipWhitespaces(std::istream& fin){ in skipWhitespaces()
115 static void skipComment(std::istream& fin){ in skipComment()
133 bool POASerializer::readNode(std::istream& fin,ITreeStorageBuilder* objOut,bool loadSubNodeOnly){ in readNode()
/dports/math/vtk8/VTK-8.2.0/Common/Core/Testing/Cxx/
H A DTestSystemInformation.cxx35 ifstream fin(name, ios::in | ios::binary); in vtkSystemInformationPrintFile() local
37 ifstream fin(name, ios::in); in vtkSystemInformationPrintFile() local
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DTestSystemInformation.cxx36 vtksys::ifstream fin(name, ios::in | ios::binary); in vtkSystemInformationPrintFile() local
38 vtksys::ifstream fin(name, ios::in); in vtkSystemInformationPrintFile() local
/dports/math/vtk6/VTK-6.2.0/Common/Core/Testing/Cxx/
H A DTestSystemInformation.cxx35 ifstream fin(name, ios::in | ios::binary); in vtkSystemInformationPrintFile() local
37 ifstream fin(name, ios::in); in vtkSystemInformationPrintFile() local
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_nat6.c449 ipf_nat6_newmap(fr_info_t *fin, nat_t *nat, natinfo_t *ni) in ipf_nat6_newmap()
727 ipf_nat6_newrdr(fr_info_t *fin, nat_t *nat, natinfo_t *ni) in ipf_nat6_newrdr()
1136 ipf_nat6_finalise(fr_info_t *fin, nat_t *nat) in ipf_nat6_finalise()
1365 ipf_nat6_icmperrorlookup(fr_info_t *fin, int dir) in ipf_nat6_icmperrorlookup()
1556 ipf_nat6_icmperror(fr_info_t *fin, u_int *nflags, int dir) in ipf_nat6_icmperror()
2460 fr_info_t fin; in ipf_nat6_lookupredir() local
2494 ipf_nat6_match(fr_info_t *fin, ipnat_t *np) in ipf_nat6_match()
2560 ipf_nat6_checkout(fr_info_t *fin, u_32_t *passp) in ipf_nat6_checkout()
2960 ipf_nat6_checkin(fr_info_t *fin, u_32_t *passp) in ipf_nat6_checkin()
3590 ipf_nat6_newdivert(fr_info_t *fin, nat_t *nat, natinfo_t *nai) in ipf_nat6_newdivert()
[all …]
H A Dip_rpcb_pxy.c151 ipf_p_rpcb_new(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat) in ipf_p_rpcb_new()
205 ipf_p_rpcb_in(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat) in ipf_p_rpcb_in()
273 ipf_p_rpcb_out(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat) in ipf_p_rpcb_out()
407 ipf_p_rpcb_decodereq(fr_info_t *fin, nat_t *nat, rpcb_session_t *rs, in ipf_p_rpcb_decodereq()
748 ipf_p_rpcb_modreq(fr_info_t *fin, nat_t *nat, rpc_msg_t *rm, mb_t *m, u_int off) in ipf_p_rpcb_modreq()
826 ipf_p_rpcb_decoderep(fr_info_t *fin, nat_t *nat, rpcb_session_t *rs, in ipf_p_rpcb_decoderep()
1106 ipf_p_rpcb_getnat(fr_info_t *fin, nat_t *nat, u_int proto, u_int port) in ipf_p_rpcb_getnat()
1262 ipf_p_rpcb_modv3(fr_info_t *fin, nat_t *nat, rpc_msg_t *rm, mb_t *m, u_int off) in ipf_p_rpcb_modv3()
1319 ipf_p_rpcb_modv4(fr_info_t *fin, nat_t *nat, rpc_msg_t *rm, mb_t *m, u_int off) in ipf_p_rpcb_modv4()
1396 ipf_p_rpcb_fixlen(fr_info_t *fin, int len) in ipf_p_rpcb_fixlen()
H A Dip_tftp_pxy.c132 ipf_p_tftp_out(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat) in ipf_p_tftp_out()
144 ipf_p_tftp_in(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat) in ipf_p_tftp_in()
156 ipf_p_tftp_new(void *arg, fr_info_t *fin, ap_session_t *aps, nat_t *nat) in ipf_p_tftp_new()
268 ipf_p_tftp_backchannel(fr_info_t *fin, ap_session_t *aps, nat_t *nat) in ipf_p_tftp_backchannel()
404 ipf_p_tftp_client(ipf_tftp_softc_t *softt, fr_info_t *fin, ap_session_t *aps, in ipf_p_tftp_client()
451 ipf_p_tftp_server(ipf_tftp_softc_t *softt, fr_info_t *fin, ap_session_t *aps, in ipf_p_tftp_server()
/dports/biology/bbmap/bbmap/current/jgi/
H A DRedirectTest.java21 String fin=args[0]; in main() local
63 String fin=args[0]; in main_0() local
/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Dreplay-dump.py61 def read_byte(fin): argument
65 def read_event(fin): argument
73 def read_word(fin): argument
77 def read_dword(fin): argument
81 def read_qword(fin): argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Dreplay-dump.py61 def read_byte(fin): argument
65 def read_event(fin): argument
73 def read_word(fin): argument
77 def read_dword(fin): argument
81 def read_qword(fin): argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/
H A Dreplay-dump.py62 def read_byte(fin): argument
66 def read_event(fin): argument
74 def read_word(fin): argument
78 def read_dword(fin): argument
82 def read_qword(fin): argument
/dports/emulators/qemu42/qemu-4.2.1/scripts/
H A Dreplay-dump.py62 def read_byte(fin): argument
66 def read_event(fin): argument
74 def read_word(fin): argument
78 def read_dword(fin): argument
82 def read_qword(fin): argument
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/
H A Dreplay-dump.py62 def read_byte(fin): argument
66 def read_event(fin): argument
74 def read_word(fin): argument
78 def read_dword(fin): argument
82 def read_qword(fin): argument
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Dreplay-dump.py61 def read_byte(fin): argument
65 def read_event(fin): argument
73 def read_word(fin): argument
77 def read_dword(fin): argument
81 def read_qword(fin): argument
/dports/emulators/qemu/qemu-6.2.0/scripts/
H A Dreplay-dump.py61 def read_byte(fin): argument
65 def read_event(fin): argument
73 def read_word(fin): argument
77 def read_dword(fin): argument
81 def read_qword(fin): argument
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/
H A Dreplay-dump.py61 def read_byte(fin): argument
65 def read_event(fin): argument
73 def read_word(fin): argument
77 def read_dword(fin): argument
81 def read_qword(fin): argument
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Dreplay-dump.py61 def read_byte(fin): argument
65 def read_event(fin): argument
73 def read_word(fin): argument
77 def read_dword(fin): argument
81 def read_qword(fin): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/tools/
H A Dquic_spdy_client_base.cc30 bool fin) in QuicDataToResend()
118 bool fin) { in SendRequest()
134 bool fin) { in SendRequestInternal()
158 bool fin) { in SendRequestAndWaitForResponse()
237 bool fin) { in AddPromiseDataToResend()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/zip/
H A DReaderWriterZIP.cpp52 virtual ReadResult openArchive(std::istream& fin, const Options* options) const in openArchive()
139 virtual ReadResult readObject(std::istream& fin, const Options* options) const in readObject()
144 … virtual ReadResult readNode(std::istream& fin,const osgDB::ReaderWriter::Options* options) const in readNode()
210 … virtual ReadResult readImage(std::istream& fin,const osgDB::ReaderWriter::Options* options) const in readImage()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/neqo-http3/src/
H A Dstream_type_reader.rs13 fin: bool, field
62 pub fn fin(&self) -> bool { in fin() method
/dports/misc/vxl/vxl-3.3.2/core/vil/tests/
H A Dtest_file_format_read.cxx189 read_value(std::istream & fin, TruePixelType & pix) in read_value()
198 read_value(std::istream & fin, char & pix) in read_value()
213 read_value(std::istream & fin, unsigned char & pix) in read_value()
228 read_value(std::istream & fin, signed char & pix) in read_value()
242 read_value(std::istream & fin, bool & pix) in read_value()
280 std::ifstream fin((image_base + true_data_file).c_str()); in CheckPixels() local
/dports/www/py-spyne/spyne-2.13.16/spyne/util/
H A D_twisted_ws.py91 def _makeFrame(buf, opcode, fin, mask=None): argument
243 def sendFrame(opcode, data, fin): argument
249 def frameReceived(opcode, data, fin): argument
304 def frameReceived(self, opcode, data, fin): argument
311 def sendFrame(self, opcode, data, fin): argument
406 def frameReceived(self, opcode, data, fin): argument
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h38 # define PROV_DISPATCH_FUNC_DIGEST_CONSTRUCT_START( \ argument
84 # define IMPLEMENT_digest_functions( \ argument
97 # define IMPLEMENT_digest_functions_with_settable_ctx( \ argument
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h38 # define PROV_DISPATCH_FUNC_DIGEST_CONSTRUCT_START( \ argument
84 # define IMPLEMENT_digest_functions( \ argument
97 # define IMPLEMENT_digest_functions_with_settable_ctx( \ argument
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h38 # define PROV_DISPATCH_FUNC_DIGEST_CONSTRUCT_START( \ argument
84 # define IMPLEMENT_digest_functions( \ argument
97 # define IMPLEMENT_digest_functions_with_settable_ctx( \ argument

12345678910>>...261