Searched defs:spec (Results 1 – 9 of 9) sorted by relevance
74 bool parse_tcp_socket_spec(std::string_view spec, std::string* hostname, int* port, in parse_tcp_socket_spec()127 bool is_socket_spec(std::string_view spec) { in is_socket_spec()137 bool is_local_socket_spec(std::string_view spec) { in is_local_socket_spec()263 int socket_spec_listen(std::string_view spec, std::string* error, int* resolved_port) { in socket_spec_listen()
106 struct itimerspec spec = {}; in isActive() local120 struct itimerspec spec = {}; in setInternal() local
166 PKCS8EncodedKeySpec spec = decryptPrivateKey(der); in loadDERPrivateKey() local226 ECPublicKeySpec spec = factory.getKeySpec(key, ECPublicKeySpec.class); in getSignatureAlgorithm() local229 ECPrivateKeySpec spec = factory.getKeySpec(key, ECPrivateKeySpec.class); in getSignatureAlgorithm() local
124 struct dm_target_spec spec; member
42 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&data[0]); in Serialize() local
328 struct dm_target_spec* spec = reinterpret_cast<struct dm_target_spec*>(&buffer[cursor]); in GetTable() local
337 constexpr auto spec = kFieldSpec; in EncodeMember() local345 constexpr auto spec = kFieldSpec; in DecodeMember() local
397 static bool do_send(int s, const std::string& spec, std::vector<char>& buffer) { in do_send()
306 std::string spec(specs[i]); in InitLogging() local