Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dasn1_lib.c110 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, in ASN1_get_object() argument
155 if (!asn1_get_length(&p, &inf, plength, max)) in ASN1_get_object()
163 (int)p, *plength, omax, (int)*pp, (int)(p + *plength), in ASN1_get_object()
167 if (*plength > (omax - (p - *pp))) { in ASN1_get_object()
/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/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/python/cpython2/Modules/_ctypes/
Dctypes.h149 …int PyType_stginfo(PyTypeObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength);
150 …n int PyObject_stginfo(PyObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_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/dist2/src/
Dpcre2grep.c2233 int plength; in pcre2grep() local
2254 plength = (int)((linelength + endlinelength) - startoffset); in pcre2grep()
2255 if (plength > 0) FWRITE(ptr + startoffset, 1, plength, stdout); in pcre2grep()
/external/stressapptest/src/
Dworker.cc3265 int plength = sat_->page_length(); in SetRegion() local
3266 int npages = size / plength; in SetRegion()
3267 if (size % plength) { in SetRegion()
3280 pe.addr = reinterpret_cast<void*>(base_addr + i * plength); in SetRegion()
3281 pe.offset = i * plength; in SetRegion()
/external/boringssl/src/include/openssl/
Dasn1.h759 OPENSSL_EXPORT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass,…