Lines Matching refs:daemon
309 mod = connection->daemon->nonce_nc_size; in check_nonce_nc()
327 (void) MHD_mutex_lock_ (&connection->daemon->nnc_lock); in check_nonce_nc()
330 strcpy(connection->daemon->nnc[off].nonce, in check_nonce_nc()
332 connection->daemon->nnc[off].nc = 0; in check_nonce_nc()
333 (void) MHD_mutex_unlock_ (&connection->daemon->nnc_lock); in check_nonce_nc()
336 if ( (nc <= connection->daemon->nnc[off].nc) || in check_nonce_nc()
337 (0 != strcmp(connection->daemon->nnc[off].nonce, nonce)) ) in check_nonce_nc()
339 (void) MHD_mutex_unlock_ (&connection->daemon->nnc_lock); in check_nonce_nc()
341 MHD_DLOG (connection->daemon, in check_nonce_nc()
346 connection->daemon->nnc[off].nc = nc; in check_nonce_nc()
347 (void) MHD_mutex_unlock_ (&connection->daemon->nnc_lock); in check_nonce_nc()
493 MHD_DLOG(connection->daemon, in check_argument_match()
507 connection->daemon->unescape_callback (connection->daemon->unescape_callback_cls, in check_argument_match()
523 connection->daemon->unescape_callback (connection->daemon->unescape_callback_cls, in check_argument_match()
526 connection->daemon->unescape_callback (connection->daemon->unescape_callback_cls, in check_argument_match()
642 MHD_DLOG(connection->daemon, in MHD_digest_auth_check()
674 MHD_DLOG (connection->daemon, in MHD_digest_auth_check()
692 MHD_DLOG (connection->daemon, in MHD_digest_auth_check()
701 connection->daemon->digest_auth_random, in MHD_digest_auth_check()
702 connection->daemon->digest_auth_rand_size, in MHD_digest_auth_check()
731 MHD_DLOG (connection->daemon, in MHD_digest_auth_check()
743 MHD_DLOG (connection->daemon, in MHD_digest_auth_check()
813 connection->daemon->digest_auth_random, in MHD_queue_auth_fail_response()
814 connection->daemon->digest_auth_rand_size, in MHD_queue_auth_fail_response()
821 MHD_DLOG (connection->daemon, in MHD_queue_auth_fail_response()
843 MHD_DLOG(connection->daemon, in MHD_queue_auth_fail_response()