HomeSort by relevance Sort by last modified time
    Searched refs:plength (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libevent/
event_tagging.c 272 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength)
285 res = decode_int_internal(plength, &tmp, 0);
289 *plength += res + len;
295 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength)
308 res = decode_int_internal(plength, &tmp, 0);
event.h     [all...]
  /external/openssl/crypto/asn1/
asn1_lib.c 94 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
132 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
135 fprintf(stderr,"p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
136 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength),
140 if (*plength > (omax - (p - *pp)))
asn1.h     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c     [all...]
  /external/pcre/
pcregrep.c 1355 int plength; local
    [all...]
  /external/openssl/include/openssl/
asn1.h     [all...]

Completed in 278 milliseconds