Searched refs:plength (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_convert.c | 125 convert_posix(uint32_t pattype, PCRE2_SPTR pattern, PCRE2_SIZE plength, in convert_posix() argument 147 *bufflenptr = plength; in convert_posix() 152 while (plength > 0) in convert_posix() 173 plength -= clength; in convert_posix() 197 if (c == CHAR_COLON && plength > 0 && in convert_posix() 201 plength--; in convert_posix() 235 if (plength >= 6) in convert_posix() 249 plength -= 6; in convert_posix() 261 if (plength > 0) in convert_posix() 266 plength--; in convert_posix() [all …]
|
D | pcre2grep.c | 2816 int plength; in pcre2grep() local 2897 plength = (int)((linelength + endlinelength) - endprevious); in pcre2grep() 2898 if (plength > 0) FWRITE_IGNORE(ptr + endprevious, 1, plength, stdout); in pcre2grep()
|
/external/boringssl/src/crypto/asn1/ |
D | asn1_lib.c | 110 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/ |
D | event_tagging.c | 402 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument 410 res = decode_int_internal(plength, evbuf, len); in evtag_peek_length() 414 *plength += res + len; in evtag_peek_length() 420 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument 428 res = decode_int_internal(plength, evbuf, len); in evtag_payload_length()
|
/external/libevent/include/event2/ |
D | tag.h | 117 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength); 119 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
|
/external/python/cpython3/Modules/_ctypes/ |
D | ctypes.h | 109 …int PyType_stginfo(PyTypeObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength); 110 …n int PyObject_stginfo(PyObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength);
|
/external/python/cpython2/Modules/_ctypes/ |
D | ctypes.h | 149 …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/stressapptest/src/ |
D | worker.cc | 3265 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/ |
D | asn1.h | 746 OPENSSL_EXPORT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass,…
|