Searched defs:_host (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/director/
H A Ddirector-host.c49 void director_host_free(struct director_host **_host) argument
51 struct director_host *host = *_host;
55 *_host = NULL;
H A Ddirector-test.c102 static void host_unref(struct host **_host) argument
104 struct host *host = *_host;
106 *_host = NULL;
/dovecot/src/lib-http/
H A Dhttp-client-host.c349 struct http_client_host **_host)
351 struct http_client_host *host = *_host;
377 *_host = NULL;
348 http_client_host_free( struct http_client_host **_host) argument

Completed in 9 milliseconds