Home
last modified time | relevance | path

Searched refs:plength (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/asn1/
Dasn1_lib.c124 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, in ASN1_get_object() argument
162 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err; in ASN1_get_object()
169 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength), in ASN1_get_object()
173 if (*plength > (omax - (p - *pp))) in ASN1_get_object()
/external/libevent/
Devent_tagging.c393 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument
401 res = decode_int_internal(plength, evbuf, len); in evtag_peek_length()
405 *plength += res + len; in evtag_peek_length()
411 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument
419 res = decode_int_internal(plength, evbuf, len); in evtag_payload_length()
/external/libevent/include/event2/
Dtag.h102 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
103 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c1035 unsigned* plength ) in pdb_ds_read_file() argument
1051 if (plength) in pdb_ds_read_file()
1052 *plength = reader->u.ds.toc->file_size[file_number]; in pdb_ds_read_file()
1060 unsigned *plength ) in pdb_jg_read_file() argument
1076 if (plength) in pdb_jg_read_file()
1077 *plength = toc->file[fileNr].size; in pdb_jg_read_file()
/external/pcre/dist/
Dpcregrep.c1946 int plength; in pcregrep() local
1968 plength = (int)((linelength + endlinelength) - startoffset); in pcregrep()
1969 if (plength > 0) FWRITE(ptr + startoffset, 1, plength, stdout); in pcregrep()
/external/opencv3/3rdparty/include/dshow/
Dcontrol.h387 virtual HRESULT WINAPI get_Duration(REFTIME *plength) = 0;
409 HRESULT (WINAPI *get_Duration)(IMediaPosition *This,REFTIME *plength);
433 #define IMediaPosition_get_Duration(This,plength) (This)->lpVtbl->get_Duration(This,plength) argument
446 HRESULT WINAPI IMediaPosition_get_Duration_Proxy(IMediaPosition *This,REFTIME *plength);
/external/boringssl/src/include/openssl/
Dasn1.h886 OPENSSL_EXPORT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass,…