HomeSort by relevance Sort by last modified time
    Searched refs:port_str (Results 1 - 10 of 10) sorted by null

  /external/boringssl/src/crypto/bio/
internal.h 80 * on |port_str|. It returns one on success or zero on error. */
85 const char *port_str);
socket_helper.c 41 const char *port_str) {
51 ret = getaddrinfo(hostname, port_str, &hint, &result);
connect.c 532 int BIO_set_conn_port(BIO *bio, const char *port_str) {
533 return BIO_ctrl(bio, BIO_C_SET_CONNECT, 1, (void*) port_str);
  /external/lldb/source/Core/
ConnectionFileDescriptor.cpp 53 std::string &port_str,
62 regex_match.GetMatchAtIndex (host_and_port, 2, port_str))
64 port = Args::StringToSInt32 (port_str.c_str(), INT32_MIN);
74 port_str.clear();
    [all...]
  /external/libvncserver/libvncserver/
sockets.c 872 char port_str[8];
874 snprintf(port_str, 8, "%d", port);
881 if ((rv = getaddrinfo(iface, port_str, &hints, &servinfo)) != 0) {
945 char port_str[8]; local
947 snprintf(port_str, 8, "%d", port);
953 if ((rv = getaddrinfo(host, port_str, &hints, &servinfo)) != 0) {
  /external/libvncserver/libvncclient/
sockets.c 526 char port_str[8]; local
528 snprintf(port_str, 8, "%d", port);
538 if ((rv = getaddrinfo(address, port_str, &hints, &servinfo)) != 0) {
  /external/opencv/
cvjni.cpp 46 jstring port_str,
55 const char *port_chars = env->GetStringUTFChars(port_str, 0);
64 env->ReleaseStringUTFChars(port_str, port_chars);
cvjni.h 70 jstring port_str,
  /external/boringssl/src/include/openssl/
bio.h 563 /* BIO_set_conn_port sets |port_str| as the port or service name that |bio|
565 OPENSSL_EXPORT int BIO_set_conn_port(BIO *bio, const char *port_str);
    [all...]
  /external/selinux/policycoreutils/semanage/
seobject.py     [all...]

Completed in 1489 milliseconds