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

/dovecot/src/lib-master/
H A Dmaster-login-auth.c50 unsigned int id_counter; member in struct:master_login_auth
79 auth->id_counter = i_rand_limit(32767) * 131072U;
471 id = ++auth->id_counter;
/dovecot/src/auth/
H A Dauth-worker-server.c49 unsigned int id_counter; member in struct:auth_worker_connection
115 request->id = ++conn->id_counter;
/dovecot/src/lib-http/
H A Dhttp-server-request.c75 static unsigned int id_counter = 0; local
85 req->id = ++id_counter;
H A Dhttp-client-request.c102 static unsigned int id_counter = 0; local
111 req->id = ++id_counter;

Completed in 32 milliseconds