Searched refs:pa_get_fqdn (Results 1 - 8 of 8) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | util.h | 41 char *pa_get_fqdn(char *s, size_t l);
|
H A D | util.c | 326 char *pa_get_fqdn(char *s, size_t l) { in pa_get_fqdn() function
|
/third_party/pulseaudio/src/utils/ |
H A D | pax11publish.c | 167 if (!pa_get_fqdn(hn, sizeof(hn))) { in main()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | ohos_socket-server.c | 582 if (!pa_get_fqdn(fqdn, sizeof(fqdn))) in pa_socket_server_get_address() 621 if (!pa_get_fqdn(fqdn, sizeof(fqdn))) in pa_socket_server_get_address()
|
H A D | socket-server.c | 562 if (!pa_get_fqdn(fqdn, sizeof(fqdn))) in pa_socket_server_get_address() 601 if (!pa_get_fqdn(fqdn, sizeof(fqdn))) in pa_socket_server_get_address()
|
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-bonjour-publish.c | 135 t = pa_get_fqdn(s, sizeof(s)); in txt_record_server_data()
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | module-rtp-send.c | 486 n = pa_sprintf_malloc("PulseAudio RTP Stream on %s", pa_get_fqdn(hn, sizeof(hn))); in pa__init()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-zeroconf-publish.c | 206 l = avahi_string_list_add_pair(l, "fqdn", pa_get_fqdn(s, sizeof(s))); in txt_record_server_data()
|
Completed in 7 milliseconds