Home
last modified time | relevance | path

Searched refs:reqid (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/dports/mail/opensmtpd/opensmtpd-6.8.0p2/usr.sbin/smtpd/
H A Dlka_filter.c522 fs->id = reqid; in lka_filter_begin()
565 m_add_id(p_pony, reqid); in lka_filter_data_begin()
611 uint64_t reqid; in lka_filter_process_response() local
681 filter_result_junk(reqid); in lka_filter_process_response()
978 reqid, token, line); in filter_data_query()
987 m_add_id(p_pony, reqid); in filter_result_proceed()
996 m_add_id(p_pony, reqid); in filter_result_junk()
1005 m_add_id(p_pony, reqid); in filter_result_rewrite()
1015 m_add_id(p_pony, reqid); in filter_result_reject()
1025 m_add_id(p_pony, reqid); in filter_result_disconnect()
[all …]
H A Dlka.c82 uint64_t reqid; in lka_imsg() local
132 m_get_id(&m, &reqid); in lka_imsg()
141 m_add_id(p, reqid); in lka_imsg()
148 m_get_id(&m, &reqid); in lka_imsg()
165 m_add_id(p, reqid); in lka_imsg()
193 m_add_id(p, reqid); in lka_imsg()
208 m_add_id(p, reqid); in lka_imsg()
225 m_add_id(p, reqid); in lka_imsg()
239 m_add_id(p, reqid); in lka_imsg()
272 m_add_id(p, reqid); in lka_imsg()
[all …]
/dports/net-im/p5-Net-OSCAR/Net-OSCAR-1.928/lib/Net/OSCAR/Callbacks/13/
H A Dchat_navigator_response.pm7 use vars qw($connection $snac $conntype $family $subtype $data $reqid $reqdata $session $protobit %…
14 my($reqid) = "";
15 $reqid = pack("n", 4);
16 $reqid .= randchars(2);
17 ($reqid) = unpack("N", $reqid);
19 $session->{chats}->{$reqid} = $room;
21 $session->svcdo(CONNTYPE_BOS, protobit => "service_request", reqid => $reqid, protodata => {
/dports/net/samba412/samba-4.12.15/ctdb/tests/src/
H A Dreqid_test.c32 uint32_t reqid; in main() local
42 reqid = reqid_new(reqid_ctx, data); in main()
43 assert(reqid != REQID_INVALID); in main()
72 reqid = reqid_new(reqid_ctx, data); in main()
73 assert(reqid == INT_MAX); in main()
75 reqid = reqid_new(reqid_ctx, data); in main()
76 assert(reqid == 0); in main()
80 reqid = reqid_new(reqid_ctx, data); in main()
81 assert(reqid == 1); in main()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/internal/encoding/ssh/filexfer/
H A Dpath_packets.go14 func (p *LStatPacket) MarshalPacket(reqid uint32, b []byte) (header, payload []byte, err error) {
21 buf.StartPacket(PacketTypeLStat, reqid)
56 buf.StartPacket(PacketTypeSetstat, reqid)
92 buf.StartPacket(PacketTypeRemove, reqid)
127 buf.StartPacket(PacketTypeMkdir, reqid)
163 buf.StartPacket(PacketTypeRmdir, reqid)
197 buf.StartPacket(PacketTypeRealPath, reqid)
231 buf.StartPacket(PacketTypeStat, reqid)
267 buf.StartPacket(PacketTypeRename, reqid)
306 buf.StartPacket(PacketTypeReadLink, reqid)
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/internal/encoding/ssh/filexfer/
H A Dpath_packets.go14 func (p *LStatPacket) MarshalPacket(reqid uint32, b []byte) (header, payload []byte, err error) {
21 buf.StartPacket(PacketTypeLStat, reqid)
56 buf.StartPacket(PacketTypeSetstat, reqid)
92 buf.StartPacket(PacketTypeRemove, reqid)
127 buf.StartPacket(PacketTypeMkdir, reqid)
163 buf.StartPacket(PacketTypeRmdir, reqid)
197 buf.StartPacket(PacketTypeRealPath, reqid)
231 buf.StartPacket(PacketTypeStat, reqid)
267 buf.StartPacket(PacketTypeRename, reqid)
306 buf.StartPacket(PacketTypeReadLink, reqid)
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/internal/encoding/ssh/filexfer/
H A Dpath_packets.go14 func (p *LStatPacket) MarshalPacket(reqid uint32, b []byte) (header, payload []byte, err error) {
21 buf.StartPacket(PacketTypeLStat, reqid)
56 buf.StartPacket(PacketTypeSetstat, reqid)
92 buf.StartPacket(PacketTypeRemove, reqid)
127 buf.StartPacket(PacketTypeMkdir, reqid)
163 buf.StartPacket(PacketTypeRmdir, reqid)
197 buf.StartPacket(PacketTypeRealPath, reqid)
231 buf.StartPacket(PacketTypeStat, reqid)
267 buf.StartPacket(PacketTypeRename, reqid)
306 buf.StartPacket(PacketTypeReadLink, reqid)
[all …]
/dports/net/samba412/samba-4.12.15/ctdb/server/
H A Dctdb_traverse.c57 uint32_t reqid; member
161 uint32_t reqid; member
207 h->reqid = all_state->reqid; in ctdb_traverse_local()
370 r_ext.reqid = state->reqid; in ctdb_daemon_traverse_all()
380 r.reqid = state->reqid; in ctdb_daemon_traverse_all()
488 state->reqid = c->reqid; in ctdb_control_traverse_all_ext()
540 state->reqid = c->reqid; in ctdb_control_traverse_all()
575 if (state == NULL || d->reqid != state->reqid) { in ctdb_control_traverse_data()
643 r.reqid = state->reqid; in ctdb_traverse_start_destructor()
740 state->reqid = d->reqid; in ctdb_control_traverse_start_ext()
[all …]
/dports/net/samba412/samba-4.12.15/ctdb/client/
H A Dclient_call.c47 uint32_t reqid; member
64 uint32_t reqid; in ctdb_client_call_send() local
75 reqid = reqid_new(client->idr, state); in ctdb_client_call_send()
76 if (reqid == REQID_INVALID) { in ctdb_client_call_send()
82 state->reqid = reqid; in ctdb_client_call_send()
92 client->pnn, reqid); in ctdb_client_call_send()
119 reqid_remove(state->client->idr, state->reqid); in ctdb_client_call_state_destructor()
141 uint8_t *buf, size_t buflen, uint32_t reqid) in ctdb_client_reply_call() argument
147 state = reqid_find(client->idr, reqid, struct ctdb_client_call_state); in ctdb_client_reply_call()
152 if (reqid != state->reqid) { in ctdb_client_reply_call()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dblkreplay.c71 replay_block_event(req->bh, reqid); in block_request_create()
77 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_preadv() local
79 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_preadv()
88 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwritev() local
90 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwritev()
99 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwrite_zeroes() local
101 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwrite_zeroes()
110 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pdiscard() local
112 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pdiscard()
120 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_flush() local
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dblkreplay.c72 replay_block_event(req->bh, reqid); in block_request_create()
78 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_preadv() local
80 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_preadv()
89 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwritev() local
91 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwritev()
100 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwrite_zeroes() local
102 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwrite_zeroes()
111 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pdiscard() local
113 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pdiscard()
121 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_flush() local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dblkreplay.c72 replay_block_event(req->bh, reqid); in block_request_create()
78 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_preadv() local
80 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_preadv()
89 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwritev() local
91 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwritev()
100 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwrite_zeroes() local
102 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwrite_zeroes()
111 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pdiscard() local
113 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pdiscard()
121 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_flush() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dblkreplay.c72 replay_block_event(req->bh, reqid); in block_request_create()
78 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_preadv() local
80 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_preadv()
89 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwritev() local
91 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwritev()
100 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwrite_zeroes() local
102 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwrite_zeroes()
111 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pdiscard() local
113 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pdiscard()
121 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_flush() local
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dblkreplay.c72 replay_block_event(req->bh, reqid); in block_request_create()
78 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_preadv() local
80 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_preadv()
89 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwritev() local
91 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwritev()
100 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwrite_zeroes() local
102 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwrite_zeroes()
111 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pdiscard() local
113 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pdiscard()
121 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_flush() local
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dblkreplay.c72 replay_block_event(req->bh, reqid); in block_request_create()
78 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_preadv() local
80 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_preadv()
89 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwritev() local
91 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwritev()
100 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwrite_zeroes() local
102 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwrite_zeroes()
111 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pdiscard() local
113 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pdiscard()
121 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_flush() local
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dblkreplay.c71 replay_block_event(req->bh, reqid); in block_request_create()
77 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_preadv() local
79 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_preadv()
88 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwritev() local
90 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwritev()
99 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwrite_zeroes() local
101 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwrite_zeroes()
110 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pdiscard() local
112 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pdiscard()
120 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_flush() local
[all …]
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dblkreplay.c71 replay_block_event(req->bh, reqid);
77 uint64_t reqid = blkreplay_next_id();
79 block_request_create(reqid, bs, qemu_coroutine_self());
88 uint64_t reqid = blkreplay_next_id();
90 block_request_create(reqid, bs, qemu_coroutine_self());
99 uint64_t reqid = blkreplay_next_id();
101 block_request_create(reqid, bs, qemu_coroutine_self());
110 uint64_t reqid = blkreplay_next_id();
112 block_request_create(reqid, bs, qemu_coroutine_self());
120 uint64_t reqid = blkreplay_next_id();
[all …]
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dblkreplay.c73 replay_block_event(req->bh, reqid); in block_request_create()
79 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_preadv() local
81 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_preadv()
90 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwritev() local
92 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwritev()
101 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pwrite_zeroes() local
103 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pwrite_zeroes()
112 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_pdiscard() local
114 block_request_create(reqid, bs, qemu_coroutine_self()); in blkreplay_co_pdiscard()
122 uint64_t reqid = blkreplay_next_id(); in blkreplay_co_flush() local
[all …]
/dports/security/putty/putty-0.76/contrib/
H A Dlogparse.pl858 my ($reqid, $path) = &parse("us", $data);
874 my ($reqid, $path) = &parse("us", $data);
892 my ($reqid, $path) = &parse("us", $data);
908 my ($reqid, $path) = &parse("us", $data);
916 my ($reqid, $path) = &parse("us", $data);
924 my ($reqid, $path) = &parse("us", $data);
932 my ($reqid, $path) = &parse("us", $data);
940 my ($reqid, $path) = &parse("us", $data);
1002 my ($reqid) = &parse("u", $data);
1019 my ($reqid) = &parse("u", $data);
[all …]
/dports/security/putty-nogtk/putty-0.76/contrib/
H A Dlogparse.pl858 my ($reqid, $path) = &parse("us", $data);
874 my ($reqid, $path) = &parse("us", $data);
892 my ($reqid, $path) = &parse("us", $data);
908 my ($reqid, $path) = &parse("us", $data);
916 my ($reqid, $path) = &parse("us", $data);
924 my ($reqid, $path) = &parse("us", $data);
932 my ($reqid, $path) = &parse("us", $data);
940 my ($reqid, $path) = &parse("us", $data);
1002 my ($reqid) = &parse("u", $data);
1019 my ($reqid) = &parse("u", $data);
[all …]
/dports/www/p5-Net-Async-FastCGI/Net-Async-FastCGI-0.25/lib/Net/Async/FastCGI/
H A DProtocol.pm43 my ( $type, $reqid, $contentlen, $padlen ) = parse_header( $$buffref );
52 reqid => $reqid,
61 if( $reqid == 0 ) {
65 $self->on_record( $reqid, $rec );
76 …$self->write_record( { type => FCGI_UNKNOWN_TYPE, reqid => 0 }, build_unknown_type_body( $type ) );
84 $self->write( build_record( $rec->{type}, $rec->{reqid}, $content ) );
H A DServerProtocol.pm56 my ( $reqid, $rec ) = @_;
69 $self->{reqs}->{$reqid} = $req;
72 $self->write_record( { type => FCGI_END_REQUEST, reqid => $rec->{reqid} },
82 my $req = $self->{reqs}->{$reqid} or return;
112 my ( $reqid ) = @_;
114 delete $self->{reqs}->{$reqid};
136 reqid => 0,
/dports/security/opensaml/opensaml-3.2.1/samltest/saml2/core/impl/
H A DRequesterID20Test.h43 RequesterID* reqid = dynamic_cast<RequesterID*>(xo.get()); in testSingleElementUnmarshall() local
44 TS_ASSERT(reqid!=nullptr); in testSingleElementUnmarshall()
45 assertEquals("RequesterID text content", expectedContent, reqid->getRequesterID()); in testSingleElementUnmarshall()
49 RequesterID * reqid = RequesterIDBuilder::buildRequesterID(); in testSingleElementMarshall() local
50 reqid->setRequesterID(expectedContent); in testSingleElementMarshall()
51 assertEquals(expectedDOM, reqid); in testSingleElementMarshall()
/dports/security/putty/putty-0.76/
H A Dpageant.c59 PageantClientRequestId *reqid; member
671 pageant_client_log(pc, reqid, in pageant_make_op()
677 pageant_client_log(pc, reqid, in pageant_make_op()
695 pageant_client_log(pc, reqid, in pageant_make_op()
839 so->pao.reqid = reqid; in pageant_make_op()
968 pageant_client_log(pc, reqid, in pageant_make_op()
1050 pageant_client_log(pc, reqid, in pageant_make_op()
1356 io->pao.reqid = reqid; in pageant_make_op()
1445 PageantClientRequestId reqid; member
1499 container_of(reqid, struct pageant_conn_queued_response, reqid); in pageant_conn_log()
[all …]
/dports/security/putty-nogtk/putty-0.76/
H A Dpageant.c59 PageantClientRequestId *reqid; member
671 pageant_client_log(pc, reqid, in pageant_make_op()
677 pageant_client_log(pc, reqid, in pageant_make_op()
695 pageant_client_log(pc, reqid, in pageant_make_op()
839 so->pao.reqid = reqid; in pageant_make_op()
968 pageant_client_log(pc, reqid, in pageant_make_op()
1050 pageant_client_log(pc, reqid, in pageant_make_op()
1356 io->pao.reqid = reqid; in pageant_make_op()
1445 PageantClientRequestId reqid; member
1499 container_of(reqid, struct pageant_conn_queued_response, reqid); in pageant_conn_log()
[all …]

12345678910>>...32