HomeSort by relevance Sort by last modified time
    Searched refs:bp (Results 176 - 200 of 289) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Email/src/com/android/email/mail/store/
LocalStore.java 816 MimeBodyPart bp = new MimeBodyPart(body, "text/html"); local
817 mp.addBodyPart(bp);
822 MimeBodyPart bp = new MimeBodyPart(body, "text/plain"); local
823 mp.addBodyPart(bp);
832 MimeBodyPart bp = new MimeBodyPart(); local
833 bp.setHeader(MimeHeader.HEADER_CONTENT_TYPE,
835 mp.addBodyPart(bp);
837 bp = new MimeBodyPart();
838 bp.setHeader(MimeHeader.HEADER_CONTENT_TYPE,
840 mp.addBodyPart(bp);
872 MimeBodyPart bp = new LocalAttachmentBodyPart(body, id); local
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 648 u_char *bp; local
652 bp = (unsigned char *) cert->v;
664 bp = (unsigned char *) name->v;
665 len = i2d_X509_NAME(x509->cert_info->subject, &bp);
799 u_char *bp = NULL; local
817 len = BIO_get_mem_data(bio, &bp);
821 memcpy(text, bp, len);
851 u_char *bp; local
853 bp = (unsigned char *) cert->v;
855 x509 = d2i_X509(NULL, (void *)&bp, cert->l)
891 u_char *bp; local
946 u_char *bp; local
997 u_char *bp; local
1056 u_char *bp; local
1105 u_char *bp = (unsigned char *) privkey->v; local
    [all...]
ipsec_doi.c 1293 caddr_t bp; local
1323 bp = (caddr_t)(sab + 1);
1332 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, tlen);
1462 caddr_t bp; local
1572 caddr_t bp; local
1700 caddr_t bp; local
    [all...]
  /external/openssl/apps/
ca.c 218 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext);
231 int old_entry_print(BIO *bp, ASN1_OBJECT *obj, ASN1_STRING *str);
    [all...]
  /external/tcpdump/
print-esp.c 329 const u_char *bp, const int length, const u_char *bp2
365 esp = (struct newesp *)bp;
489 if (ep - bp < *(ep - 2))
print-isakmp.c 1280 const u_char *bp, u_int length,
1291 p = (const struct isakmp *)bp;
    [all...]
print-egp.c 217 egp_print(register const u_int8_t *bp, register u_int length)
224 egp = (struct egp_packet *)bp;
print-ether.c 80 ether_hdr_print(register const u_char *bp, u_int length)
83 ep = (const struct ether_header *)bp;
print-sctp.c 62 void sctp_print(const u_char *bp, /* beginning of sctp packet */
78 sctpPktHdr = (const struct sctpHeader*) bp;
print-cnfp.c 82 cnfp_print(const u_char *cp, const u_char *bp _U_)
  /hardware/msm7k/librpc/
xdr.c 222 bool_t xdr_bool (XDR *xdr, bool_t *bp)
228 lb = *bp ? TRUE : FALSE;
233 *bp = (lb == FALSE) ? FALSE : TRUE;
  /external/v8/test/mjsunit/
debug-clearbreakpoint.js 95 bp = Debug.setBreakPoint(g, 0, 0);
96 assertEquals(1, bp);
  /bionic/libc/netbsd/resolv/
res_cache.c 640 _dnsPacket_bprintQName(DnsPacket* packet, char* bp, char* bend)
656 return bp;
666 bp = _bprint_c(bp, bend, '.');
668 bp = _bprint_b(bp, bend, (const char*)p, c);
675 bp = _bprint_s(bp, bend, "<MALFORMED>");
676 return bp;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp 1670 int32_t bp; local
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 1331 int32_t bp; local
    [all...]
  /external/openssl/crypto/asn1/
asn1.h 904 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
905 int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
906 int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
907 int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
908 int i2a_ASN1_OBJECT(BIO *bp,ASN1_OBJECT *a);
909 int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
910 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type)
    [all...]
  /external/openssl/include/openssl/
asn1.h 904 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
905 int a2i_ASN1_INTEGER(BIO *bp,ASN1_INTEGER *bs,char *buf,int size);
906 int i2a_ASN1_ENUMERATED(BIO *bp, ASN1_ENUMERATED *a);
907 int a2i_ASN1_ENUMERATED(BIO *bp,ASN1_ENUMERATED *bs,char *buf,int size);
908 int i2a_ASN1_OBJECT(BIO *bp,ASN1_OBJECT *a);
909 int a2i_ASN1_STRING(BIO *bp,ASN1_STRING *bs,char *buf,int size);
910 int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type)
    [all...]
  /external/openssl/crypto/bn/asm/
sparcv9a-mont.pl 77 $bp="%i2"; # const BN_ULONG *bp,
167 add $bp,$num,$bp
177 add $bp,$i,%o4
179 ld [%o3+4],%g1 ! bp[0]
190 mulx %o1,%o0,%o0 ! ap[0]*bp[0]
191 mulx $n0,%o0,%o0 ! ap[0]*bp[0]*n0
511 add $bp,$i,%o4
513 ld [%o3+4],%g1 ! bp[i
    [all...]
  /external/v8/src/ia32/
disasm-ia32.cc     [all...]
  /external/dbus/dbus/
dbus-string-util.c 48 const unsigned char *bp; local
60 bp = (const unsigned char*) c_str;
64 if (*ap != *bp)
68 ++bp;
72 _dbus_assert (*bp == '\0');
  /external/dhcpcd/
dhcp.c 264 uint8_t *bp = NULL; local
276 if (!bp)
277 bp = dhcp_opt_buffer;
278 memcpy(bp, op, ol);
279 bp += ol;
319 if (bp) {
320 memcpy(bp, op, ol);
  /external/quake/quake/src/QW/client/
d_polysa.asm 585 cmp bp,ds:word ptr[ecx]
590 mov ds:word ptr[ecx],bp
602 cmp bp,ds:word ptr[2+ecx]
607 mov ds:word ptr[2+ecx],bp
619 cmp bp,ds:word ptr[4+ecx]
624 mov ds:word ptr[4+ecx],bp
636 cmp bp,ds:word ptr[6+ecx]
641 mov ds:word ptr[6+ecx],bp
653 cmp bp,ds:word ptr[8+ecx]
658 mov ds:word ptr[8+ecx],bp
    [all...]
  /external/openssl/crypto/
mem_dbg.c 319 *bp=(const char *)b->addr; local
320 if (ap==bp) return 0;
321 else if (ap>bp) return 1;
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 1198 int ret = 0, timeout, i = 0, bp; local
    [all...]
  /external/libpcap/
pcap-int.h 173 u_char *bp; member in struct:pcap

Completed in 567 milliseconds

1 2 3 4 5 6 78 91011>>