Searched refs:un (Results 1 - 9 of 9) sorted by relevance
/dovecot/src/master/ |
H A D | sd-daemon.c | 34 #include <sys/un.h> 208 struct sockaddr_un un; member in union:sockaddr_union 317 memcmp(path, sockaddr.un.sun_path, length+1) == 0; 322 memcmp(path, sockaddr.un.sun_path, length) == 0; 359 strncpy(sockaddr.un.sun_path, e, sizeof(sockaddr.un.sun_path)); 361 if (sockaddr.un.sun_path[0] == '@') 362 sockaddr.un.sun_path[0] = 0;
|
/dovecot/src/lib/ |
H A D | net.c | 11 #include <sys/un.h> 27 struct sockaddr_un un; member in union:sockaddr_union_unix 271 sa.un.sun_family = AF_UNIX; 272 if (i_strocpy(sa.un.sun_path, path, sizeof(sa.un.sun_path)) < 0) { 493 struct sockaddr_un un; member in union:__anon37 498 sa.un.sun_family = AF_UNIX; 499 if (i_strocpy(sa.un.sun_path, path, sizeof(sa.un.sun_path)) < 0) { 735 if (so.un [all...] |
H A D | fd-util.c | 9 #include <sys/un.h>
|
H A D | fdpass.c | 37 #include <sys/un.h>
|
/dovecot/src/lib-http/ |
H A D | http-client-peer.c | 53 hash += str_hash(peer->a.un.path); 89 return null_strcmp(peer1->a.un.path, peer2->a.un.path); 271 pshared->addr_name = i_strdup(addr->a.un.path); 272 pshared->addr.a.un.path = pshared->addr_name;
|
H A D | http-client-private.h | 71 } un; member in union:http_client_peer_addr::__anon92 456 return t_strdup_printf("unix:%s", addr->a.un.path);
|
H A D | http-client-queue.c | 82 queue->name = i_strdup_printf("unix:%s", addr->a.un.path); 83 queue->addr_name = i_strdup(addr->a.un.path); 84 queue->addr.a.un.path = queue->addr_name;
|
H A D | http-client-connection.c | 1681 addr->a.un.path);
|
H A D | http-client-request.c | 890 addr->a.un.path = host_socket;
|
Completed in 25 milliseconds