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

/dovecot/src/doveadm/
H A Dclient-connection-http.c104 static struct doveadm_http_server_mount doveadm_http_server_mounts[] = { variable in typeref:struct:doveadm_http_server_mount
863 for (i = 0; i < N_ELEMENTS(doveadm_http_server_mounts); i++) {
867 if (doveadm_http_server_mounts[i].verb == NULL)
871 doveadm_http_server_mounts[i].verb);
874 if (doveadm_http_server_mounts[i].path == NULL)
878 doveadm_http_server_mounts[i].path);
1106 for (i = 0; i < N_ELEMENTS(doveadm_http_server_mounts); i++) {
1107 if (doveadm_http_server_mounts[i].verb == NULL ||
1109 doveadm_http_server_mounts[i].verb) == 0) {
1110 if (doveadm_http_server_mounts[
[all...]

Completed in 1000 milliseconds