Home
last modified time | relevance | path

Searched defs:pstring (Results 1 – 25 of 719) sorted by relevance

12345678910>>...29

/dports/devel/liborcus/liborcus-0.16.1/include/orcus/
H A Dpstring.hpp27 class ORCUS_PSR_DLLPUBLIC pstring class
33 pstring() : m_pos(nullptr), m_size(0) {} in pstring() function in orcus::pstring
35 pstring(const char* _pos, size_t _size) : m_pos(_pos), m_size(_size) {} in pstring() function in orcus::pstring
36 pstring(const std::string& s) : m_pos(s.data()), m_size(s.size()) {} in pstring() function in orcus::pstring
H A Dsax_ns_parser.hpp95 void start_declaration(const orcus::pstring& /*decl*/) {} in start_declaration()
97 void end_declaration(const orcus::pstring& /*decl*/) {} in end_declaration()
103 void characters(const orcus::pstring& /*val*/, bool /*transient*/) {} in characters()
105 void attribute(const orcus::pstring& /*name*/, const orcus::pstring& /*val*/) {} in attribute()
H A Dsax_token_parser.hpp158 void start_declaration(const pstring&) {} in start_declaration()
160 void end_declaration(const pstring&) in end_declaration()
/dports/devel/liborcus/liborcus-0.16.1/src/mso/
H A Dencryption_info.cpp151 void start_declaration(const pstring&) {} in start_declaration()
152 void end_declaration(const pstring&) {} in end_declaration()
153 void attribute(const pstring&, const pstring&) {} in attribute()
160 void characters(const pstring&, bool) {} in characters()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-load/
H A Dsra-writer.h54 #define COL_WRITE(colid, name, pstring) \ argument
62 #define COL_WRITE_DEFAULT(colid, name, pstring) \ argument
H A Dpstring.h34 } pstring; typedef
/dports/mail/mailutils/mailutils-3.13/libmailutils/base/
H A Dargcvjoin.c29 char **pstring) in mu_argcv_join()
112 mu_argcv_string (int argc, char **argv, char **pstring) in mu_argcv_string()
/dports/emulators/mess/mame-mame0226/src/lib/netlist/tests/
H A Dtest_pstring.cpp15 PTEST(pstring, conversion) in PTEST() argument
/dports/emulators/mame/mame-mame0226/src/lib/netlist/tests/
H A Dtest_pstring.cpp15 PTEST(pstring, conversion) in PTEST() argument
/dports/devel/apitrace/apitrace-9.0/lib/os/
H A Dos_backtrace.cpp65 struct pstring { struct
66 const char* s;
67 int n;
68 pstring(const char* s, int n) in pstring() function
73 bool operator<(const pstring q2) const in operator <()
/dports/devel/liborcus/liborcus-0.16.1/src/parser/
H A Dthreaded_sax_token_parser_test.cpp99 void characters(const orcus::pstring& /*val*/, bool /*transient*/) {} in test_sax_token_parser_1()
128 void characters(const orcus::pstring& /*val*/, bool /*transient*/) {} in test_sax_token_parser_1()
167 void characters(const orcus::pstring& /*val*/, bool /*transient*/) {} in test_sax_token_parser_1()
/dports/www/squid/squid-4.15/src/parser/
H A DBinaryTokenizer.cc183 BinaryTokenizerContext pstring(*this, description); in pstring8() local
192 BinaryTokenizerContext pstring(*this, description); in pstring16() local
201 BinaryTokenizerContext pstring(*this, description); in pstring24() local
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/mio-0.6.23/src/sys/unix/
H A Dudp.rs1 use {io, Ready, Poll, PollOpt, Token};
2 use event::Evented;
3 use unix::EventedFd;
4 use sys::unix::uio::VecIo;
5 use std::fmt;
6 use std::net::{self, Ipv4Addr, Ipv6Addr, SocketAddr};
7 use std::os::unix::io::{RawFd, IntoRawFd, AsRawFd, FromRawFd};
8
9 #[allow(unused_imports)] // only here for Rust 1.8
10 use net2::UdpSocketExt;
[all …]
/dports/devel/ebnf2yacc/ebnf2yacc-0.1.1/tests/
H A Dtest2yacc.y25 std::string* pstring; member
/dports/devel/liborcus/liborcus-0.16.1/src/
H A Dorcus_test_xml.cpp29 void start_declaration(const pstring&) {} in start_declaration()
31 void end_declaration(const pstring&) in end_declaration()
40 void characters(const pstring&, bool) {} in characters()
/dports/sysutils/dsbsu/DSBSu-0.2/src/
H A Dmainwin.cpp38 QString pstring = QString(tr("Please enter the password for " \ in MainWin() local
103 QString pstring = QString(tr("Please enter the password for " \ in MainWin() local
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A Dpstring.h5 typedef CBString pstring; typedef
47 operator pstring() const { in pstring() function
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/include/
H A Dpstring.h34 typedef char pstring[PSTRING_LEN]; typedef
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/tic54x/
H A Dcons.s27 pstring .pstring "abcd" label
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/tic54x/
H A Dcons.s27 pstring .pstring "abcd" label
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/tic54x/
H A Dcons.s27 pstring .pstring "abcd" label
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/tic54x/
H A Dcons.s27 pstring .pstring "abcd" label
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/tic54x/
H A Dcons.s27 pstring .pstring "abcd" label
/dports/databases/sqlrelay/sqlrelay-1.7.0/test/bench/
H A Dsqlrbench.h80 parameterstring pstring; variable
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/tic54x/
H A Dcons.s27 pstring .pstring "abcd" label

12345678910>>...29