Home
last modified time | relevance | path

Searched refs:port_ptr (Results 1 – 10 of 10) sorted by relevance

/third_party/selinux/libsepol/include/sepol/
Dport_record.h64 extern int sepol_port_create(sepol_handle_t * handle, sepol_port_t ** port_ptr);
68 sepol_port_t ** port_ptr);
/third_party/selinux/libsepol/src/
Dport_record.c221 const sepol_port_t * port, sepol_port_t ** port_ptr) in sepol_port_clone() argument
236 *port_ptr = new_port; in sepol_port_clone()
/third_party/openssl/crypto/bio/
Db_sock.c58 int BIO_get_port(const char *str, unsigned short *port_ptr) in BIO_get_port() argument
76 *port_ptr = ntohs(BIO_ADDR_rawport(BIO_ADDRINFO_address(res))); in BIO_get_port()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristsink.c1007 char *port_ptr, *iface_ptr, *endptr; in gst_rist_sink_set_bonds() local
1010 port_ptr = g_utf8_strrchr (address, -1, ':'); in gst_rist_sink_set_bonds()
1013 if (!port_ptr) in gst_rist_sink_set_bonds()
1015 if (!g_ascii_isdigit (port_ptr[1])) in gst_rist_sink_set_bonds()
1019 if (iface_ptr < port_ptr) in gst_rist_sink_set_bonds()
1024 port = strtol (port_ptr + 1, &endptr, 0); in gst_rist_sink_set_bonds()
1032 port_ptr[0] = '\0'; in gst_rist_sink_set_bonds()
Dgstristsrc.c968 char *port_ptr, *iface_ptr, *endptr; in gst_rist_src_set_bonds() local
971 port_ptr = g_utf8_strrchr (address, -1, ':'); in gst_rist_src_set_bonds()
974 if (!port_ptr) in gst_rist_src_set_bonds()
976 if (!g_ascii_isdigit (port_ptr[1])) in gst_rist_src_set_bonds()
980 if (iface_ptr < port_ptr) in gst_rist_src_set_bonds()
985 port = strtol (port_ptr + 1, &endptr, 0); in gst_rist_src_set_bonds()
993 port_ptr[0] = '\0'; in gst_rist_src_set_bonds()
/third_party/curl/lib/
Dhostip.c1022 char *port_ptr; in Curl_loadhostpairs() local
1043 port_ptr = host_end + 1; in Curl_loadhostpairs()
1044 tmp_port = strtoul(port_ptr, &end_ptr, 10); in Curl_loadhostpairs()
1045 if(tmp_port > USHRT_MAX || end_ptr == port_ptr || *end_ptr != ':') in Curl_loadhostpairs()
/third_party/ffmpeg/libavformat/
Davformat.h2790 int *port_ptr,
Dutils.c4836 int *port_ptr, char *path, int path_size, const char *url) argument
4840 if (port_ptr)
4841 *port_ptr = -1;
4883 if (brk[1] == ':' && port_ptr)
4884 *port_ptr = atoi(brk + 2);
4888 if (port_ptr)
4889 *port_ptr = atoi(col + 1);
/third_party/openssl/include/openssl/
Dbio.h687 DEPRECATEDIN_1_1_0(int BIO_get_port(const char *str, unsigned short *port_ptr))
/third_party/nghttp2/src/
Dshrpx_config.cc118 int split_host_port(char *host, size_t hostlen, uint16_t *port_ptr, in split_host_port() argument
137 *port_ptr = d; in split_host_port()