Searched refs:recipient (Results 1 - 10 of 10) sorted by relevance

/external/dbus/bus/
H A Ddispatch.h34 DBusConnection *recipient,
/external/tcpdump/
H A Dprint-zephyr.c53 const char *recipient; member in struct:z_packet
110 z_triple(char *class, char *inst, const char *recipient) argument
112 if (!*recipient)
113 recipient = "*";
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
171 PARSE_FIELD_STR(z.recipient);
306 if (!*z.recipient)
307 z.recipient = "*";
309 printf(" to %s", z_triple(z.class, z.inst, z.recipient));
/external/webkit/Source/WebCore/dom/
H A DEventTarget.h212 #define DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(recipient, attribute) \
213 EventListener* on##attribute() { return recipient ? recipient->getAttributeEventListener(eventNames().attribute##Event) : 0; } \
214 void setOn##attribute(PassRefPtr<EventListener> listener) { if (recipient) recipient->setAttributeEventListener(eventNames().attribute##Event, listener); } \
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dirc.js36 this.sendMessage = function(recipient, message) {
37 sendCommand(commands.PRIVMSG, [recipient], message);
/external/clang/www/demo/
H A Dindex.cgi108 my ( $recipient, $body ) = @_;
110 new Mail::Send( Subject => "LLVM Demo Page Run", To => $recipient );
/external/openssl/crypto/pem/
H A Dpem.h185 PEM_USER **recipient; member in struct:pem_ctx_st
/external/openssl/include/openssl/
H A Dpem.h185 PEM_USER **recipient; member in struct:pem_ctx_st
/external/webkit/Source/WebCore/html/parser/
H A DHTMLTreeBuilder.cpp295 void giveRemainingTo(Vector<UChar>& recipient) argument
297 recipient.append(m_current, m_end - m_current);
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl458 Program), the recipient automatically receives a license from the
/external/dropbear/libtomcrypt/
H A Dcrypt.tex1171 sized message block to send to the recipient as ciphertext. This makes the EAX mode especially suited for streaming modes

Completed in 309 milliseconds