Home
last modified time | relevance | path

Searched defs:from_c_str (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dobject_raw_bencode.h115 static raw_bencode from_c_str(const char* str) { return raw_bencode(str, std::strlen(str)); } in from_c_str() function
128 static raw_string from_c_str(const char* str) { return raw_string(str, std::strlen(str)); } in from_c_str() function
140 static raw_list from_c_str(const char* str) { return raw_list(str, std::strlen(str)); } in from_c_str() function
H A Dbitfield.h107 …void from_c_str(const char* str) { std::memcpy(m_data, str, size_bytes()); update… in from_c_str() function
/dports/lang/mosh/mosh-0.2.7/src/
H A Ducs4string.cpp114 ucs4string ucs4string::from_c_str(const char* s, int size) in from_c_str() function in ucs4string
128 ucs4string ucs4string::from_c_str(const char* s) in from_c_str() function in ucs4string
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/rpc/
H A Dfixed_key.h62 …static fixed_key_type from_c_str(const char* str) { fixed_key_type k; k.set_c_… in from_c_str() function
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/ncurses-5.98.0/src/
H A Dlib.rs39 unsafe fn from_c_str(s: *const libc::c_char) -> Self; in from_c_str() method
43 unsafe fn from_c_str(s: *const libc::c_char) -> String { in from_c_str() method
50 unsafe fn from_c_str(s: *const libc::c_char) -> Option<String> { in from_c_str() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ncurses-5.101.0/src/
H A Dlib.rs39 unsafe fn from_c_str(s: *const libc::c_char) -> Self; in from_c_str() method
43 unsafe fn from_c_str(s: *const libc::c_char) -> String { in from_c_str() method
50 unsafe fn from_c_str(s: *const libc::c_char) -> Option<String> { in from_c_str() method