OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:replies
(Results
1 - 4
of
4
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java
52
* of sent JDWP commands and received
replies
for these commands:
189
* through connection and returns
replies
.
197
private Hashtable<Integer, ReplyPacket>
replies
;
field in class:PacketDispatcher.CommandsSynchronyzer
204
replies
= new Hashtable<Integer, ReplyPacket>();
246
// put the reply in
replies
queue
247
synchronized (
replies
) {
248
replies
.put(new Integer(replyPacket.getId()),
315
synchronized (
replies
) {
316
currentReply = (ReplyPacket)
replies
.remove(Id);
408
synchronized (
replies
) {
[
all
...]
/external/ipsec-tools/
setup.c
173
int
replies
= 0;
local
182
for (p = NULL;
replies
< 2 && (p = pfkey_recv(key)) != NULL; free(p)) {
189
replies
+= !p->sadb_msg_seq;
/external/ipsec-tools/src/racoon/
isakmp_xauth.c
583
int
replies
= 0;
local
[
all
...]
/external/mdnsresponder/mDNSShared/
uds_daemon.c
152
int no_reply; // don't send asynchronous
replies
to client
155
struct reply_state *
replies
; // corresponding (active) reply list
member in struct:request_state
237
struct reply_state *next; // If there are multiple unsent
replies
321
// Now, if this request_state is not subordinate to some other primary, close file descriptor and discard
replies
329
while (req->
replies
) // free pending
replies
331
reply_state *ptr = req->
replies
;
332
req->
replies
= req->
replies
->next;
390
reply_state **ptr = &r->
replies
;
[
all
...]
Completed in 197 milliseconds