Searched defs:recipient (Results 1 - 6 of 6) sorted by relevance

/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 233 milliseconds