Lines Matching refs:build_msg
155 let bad_request_msg = build_msg( in authenticate_request()
247 let msg = build_msg( in respond_with_nonce()
268 let msg = build_msg( in handle_binding_request()
314 let msg = build_msg( in handle_allocate_request()
339 let bad_request_msg = build_msg( in handle_allocate_request()
350 let msg = build_msg( in handle_allocate_request()
373 let msg = build_msg( in handle_allocate_request()
405 let bad_request_msg = build_msg( in handle_allocate_request()
437 let insufficent_capacity_msg = build_msg( in handle_allocate_request()
485 let insufficent_capacity_msg = build_msg( in handle_allocate_request()
544 build_msg( in handle_allocate_request()
583 let msg = build_msg( in handle_refresh_request()
650 let msg = build_msg( in handle_create_permission_request()
716 let bad_request_msg = build_msg( in handle_channel_bind_request()
761 let msg = build_msg( in handle_channel_bind_request()
858 pub(crate) fn build_msg( in build_msg() function