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

  /external/libevent/include/event2/
tag.h 102 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
103 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
  /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 393 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength)
401 res = decode_int_internal(plength, evbuf, len);
405 *plength += res + len;
411 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength)
419 res = decode_int_internal(plength, evbuf, len);
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
textserv.h 115 virtual HRESULT TxGetMaxLength(DWORD *plength) = 0;
control.h 593 virtual HRESULT WINAPI get_Duration(REFTIME *plength) = 0;
615 HRESULT (WINAPI *get_Duration)(IMediaPosition *This,REFTIME *plength);
639 #define IMediaPosition_get_Duration(This,plength) (This)->lpVtbl->get_Duration(This,plength)
652 HRESULT WINAPI IMediaPosition_get_Duration_Proxy(IMediaPosition *This,REFTIME *plength);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 1035 unsigned* plength )
1051 if (plength)
1052 *plength = reader->u.ds.toc->file_size[file_number];
    [all...]
  /external/stressapptest/src/
worker.cc 3265 int plength = sat_->page_length(); local
    [all...]
  /external/pcre/dist2/src/
pcre2grep.c 2233 int plength; local
    [all...]
  /external/boringssl/src/include/openssl/
asn1.h 759 OPENSSL_EXPORT int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag, int *pclass, long omax);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 1526 milliseconds