Home
last modified time | relevance | path

Searched refs:p_length (Results 1 – 4 of 4) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_asconf.c2612 uint32_t p_length; in sctp_compose_asconf() local
2664 p_length = SCTP_SIZE32(aa->ap.aph.ph.param_length); in sctp_compose_asconf()
2666 if ((SCTP_BUF_LEN(m_asconf) + p_length > stcb->asoc.smallest_mtu) || in sctp_compose_asconf()
2667 (SCTP_BUF_LEN(m_asconf) + p_length > MCLBYTES)) { in sctp_compose_asconf()
2705 memcpy(ptr, &aa->ap, p_length); in sctp_compose_asconf()
2716 SCTP_BUF_LEN(m_asconf) += SCTP_SIZE32(p_length); in sctp_compose_asconf()
2717 ptr += SCTP_SIZE32(p_length); in sctp_compose_asconf()
/external/python/cpython3/Modules/
D_sre.c355 getstring(PyObject* string, Py_ssize_t* p_length, in getstring() argument
368 *p_length = PyUnicode_GET_LENGTH(string); in getstring()
380 *p_length = view->len; in getstring()
1371 Py_ssize_t p_length; in _sre_compile_impl() local
1375 if (!getstring(pattern, &p_length, &self->isbytes, in _sre_compile_impl()
/external/ImageMagick/MagickCore/
Dattribute.c1366 p_length; in GetImageMinimumBoundingBox() local
1409 p_length=fabs((double) MagickMax(caliper_info.width,caliper_info.height)- in GetImageMinimumBoundingBox()
1415 if (p_length > q_length) in GetImageMinimumBoundingBox()
1421 if (p_length < q_length) in GetImageMinimumBoundingBox()
/external/python/cpython2/Modules/
D_sre.c1698 getstring(PyObject* string, Py_ssize_t* p_length, int* p_charsize) in getstring() argument
1757 *p_length = size; in getstring()