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

  /external/libevent/include/event2/
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/pcre/dist2/src/
pcre2_convert.c 112 plength length in code units
125 convert_posix(uint32_t pattype, PCRE2_SPTR pattern, PCRE2_SIZE plength,
147 *bufflenptr = plength;
152 while (plength > 0)
173 plength -= clength;
197 if (c == CHAR_COLON && plength > 0 &&
201 plength--;
235 if (plength >= 6)
249 plength -= 6;
261 if (plength > 0
    [all...]
pcre2grep.c 2816 int plength; local
    [all...]
  /external/boringssl/src/crypto/asn1/
asn1_lib.c 110 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
155 if (!asn1_get_length(&p, &inf, plength, max))
162 fprintf(stderr, "p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
163 (int)p, *plength, omax, (int)*pp, (int)(p + *plength),
167 if (*plength > (omax - (p - *pp))) {
  /external/libevent/
event_tagging.c 402 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength)
410 res = decode_int_internal(plength, evbuf, len);
414 *plength += res + len;
420 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength)
428 res = decode_int_internal(plength, evbuf, len);
  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 187 bool dumpAttributes(char **pbuffer, size_t *plength);
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 149 extern int PyType_stginfo(PyTypeObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength);
150 extern int PyObject_stginfo(PyObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength);
  /external/python/cpython3/Modules/_ctypes/
ctypes.h 109 extern int PyType_stginfo(PyTypeObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength);
110 extern int PyObject_stginfo(PyObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength);
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 1089 bool MediaAnalyticsItem::dumpAttributes(char **pbuffer, size_t *plength) {
1093 if (pbuffer == NULL || plength == NULL)
    [all...]
  /external/stressapptest/src/
worker.cc 3265 int plength = sat_->page_length(); local
    [all...]
  /external/boringssl/src/include/openssl/
asn1.h 746 OPENSSL_EXPORT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax);
    [all...]

Completed in 234 milliseconds