Searched refs:port_ptr (Results 1 – 10 of 10) sorted by relevance
/third_party/selinux/libsepol/include/sepol/ |
D | port_record.h | 64 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/ |
D | port_record.c | 221 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/ |
D | b_sock.c | 58 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/ |
D | gstristsink.c | 1007 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()
|
D | gstristsrc.c | 968 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/ |
D | hostip.c | 1022 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/ |
D | avformat.h | 2790 int *port_ptr,
|
D | utils.c | 4836 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/ |
D | bio.h | 687 DEPRECATEDIN_1_1_0(int BIO_get_port(const char *str, unsigned short *port_ptr))
|
/third_party/nghttp2/src/ |
D | shrpx_config.cc | 118 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()
|