/third_party/ffmpeg/libavutil/ |
D | audio_fifo.c | 45 void av_audio_fifo_free(AVAudioFifo *af) in av_audio_fifo_free() argument 62 AVAudioFifo *af; in av_audio_fifo_alloc() local 96 int av_audio_fifo_realloc(AVAudioFifo *af, int nb_samples) in av_audio_fifo_realloc() 112 int av_audio_fifo_write(AVAudioFifo *af, void **data, int nb_samples) in av_audio_fifo_write() 138 int av_audio_fifo_peek(AVAudioFifo *af, void **data, int nb_samples) in av_audio_fifo_peek() 157 int av_audio_fifo_peek_at(AVAudioFifo *af, void **data, int nb_samples, int offset) in av_audio_fifo_peek_at() 181 int av_audio_fifo_read(AVAudioFifo *af, void **data, int nb_samples) in av_audio_fifo_read() 201 int av_audio_fifo_drain(AVAudioFifo *af, int nb_samples) in av_audio_fifo_drain() 218 void av_audio_fifo_reset(AVAudioFifo *af) in av_audio_fifo_reset() 228 int av_audio_fifo_size(AVAudioFifo *af) in av_audio_fifo_size() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | arpa-inet.c | 34 const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt) { in inet_ntop() 79 int inet_pton(int af, const char *src, void *dst) { in inet_pton()
|
/third_party/curl/lib/ |
D | if2ip.c | 99 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip() 184 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip() 239 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip()
|
D | inet_ntop.h | 35 #define Curl_inet_ntop(af,addr,buf,size) \ argument
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_userspace.c | 99 sctp_userspace_get_mtu_from_ifn(uint32_t if_index, int af) in sctp_userspace_get_mtu_from_ifn() 123 sctp_userspace_get_mtu_from_ifn(uint32_t if_index, int af) in sctp_userspace_get_mtu_from_ifn() 144 sctp_userspace_get_mtu_from_ifn(uint32_t if_index, int af) in sctp_userspace_get_mtu_from_ifn()
|
/third_party/libwebsockets/lib/system/dhcpclient/ |
D | dhcpclient.c | 78 lws_dhcpc_find(struct lws_context *context, const char *iface, int af) in lws_dhcpc_find() 101 lws_dhcpc_request(struct lws_context *context, const char *iface, int af, in lws_dhcpc_request()
|
/third_party/node/deps/cares/src/lib/ |
D | inet_ntop.c | 56 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) in ares_inet_ntop() 195 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) in ares_inet_ntop()
|
D | inet_net_pton.c | 375 ares_inet_net_pton(int af, const char *src, void *dst, size_t size) in ares_inet_net_pton() 388 int ares_inet_pton(int af, const char *src, void *dst) in ares_inet_pton()
|
/third_party/musl/src/network/ |
D | gethostbyname2.c | 8 struct hostent *gethostbyname2(const char *name, int af) in gethostbyname2()
|
D | gethostbyaddr.c | 7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr()
|
D | inet_ntop.c | 7 const char *inet_ntop(int af, const void *restrict a0, char *restrict s, socklen_t l) in inet_ntop()
|
D | inet_pton.c | 15 int inet_pton(int af, const char *restrict s, void *restrict a0) in inet_pton()
|
D | gethostbyname2_r.c | 11 int gethostbyname2_r(const char *name, int af, in gethostbyname2_r()
|
D | gethostbyaddr_r.c | 10 int gethostbyaddr_r(const void *a, socklen_t l, int af, in gethostbyaddr_r()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | gethostbyaddr.c | 7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr()
|
D | gethostbyaddr_r.c | 10 int gethostbyaddr_r(const void *a, socklen_t l, int af, in gethostbyaddr_r()
|
/third_party/typescript/tests/baselines/reference/ |
D | nullIsSubtypeOfEverythingButUndefined.js | 61 var af: typeof f; variable 148 var af; variable
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | ip_addr.h | 13 int af; /* AF_INET / AF_INET6 */ member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | ip_addr.h | 16 int af; /* AF_INET / AF_INET6 */ member
|
/third_party/node/deps/uv/src/ |
D | inet.c | 40 int uv_inet_ntop(int af, const void* src, char* dst, size_t size) { in uv_inet_ntop() 151 int uv_inet_pton(int af, const char* src, void* dst) { in uv_inet_pton()
|
/third_party/libuv/src/ |
D | inet.c | 40 int uv_inet_ntop(int af, const void* src, char* dst, size_t size) { in uv_inet_ntop() 151 int uv_inet_pton(int af, const char* src, void* dst) { in uv_inet_pton()
|
/third_party/ffmpeg/libavresample/ |
D | audio_data.c | 351 int ff_audio_data_add_to_fifo(AVAudioFifo *af, AudioData *a, int offset, in ff_audio_data_add_to_fifo() 366 int ff_audio_data_read_from_fifo(AVAudioFifo *af, AudioData *a, int nb_samples) in ff_audio_data_read_from_fifo()
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-sockets.c | 275 lws_plat_inet_ntop(int af, const void *src, char *dst, socklen_t cnt) in lws_plat_inet_ntop() 281 lws_plat_inet_pton(int af, const char *src, void *dst) in lws_plat_inet_pton()
|
/third_party/libwebsockets/lib/plat/optee/ |
D | network.c | 246 lws_plat_inet_ntop(int af, const void *src, char *dst, socklen_t cnt) in lws_plat_inet_ntop() 253 lws_plat_inet_pton(int af, const char *src, void *dst) in lws_plat_inet_pton()
|
/third_party/toybox/toys/pending/ |
D | lsof.c | 138 static void scan_unix(char *line, int af, char type) in scan_unix() 151 static void scan_netlink(char *line, int af, char type) in scan_netlink() 170 static void scan_ip(char *line, int af, char type) in scan_ip()
|