Home
last modified time | relevance | path

Searched refs:idlen (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dipv6cp.c570 int idlen = CILEN_IFACEID; \
571 if (len >= idlen) { \
573 PUTCHAR(idlen, ucp); \
575 len -= idlen; \
631 int idlen = CILEN_IFACEID; \
632 if ((len -= idlen) < 0) \
636 if (cilen != idlen || \
/reactos/dll/3rdparty/libjpeg/
H A Drdtarga.c338 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
352 idlen = UCH(targaheader[0]); in start_input_tga()
443 while (idlen--) /* Throw away ID field */ in start_input_tga()
/reactos/dll/win32/dbghelp/
H A Dmodule.c621 …atic BOOL image_locate_build_id_target(struct image_file_map* fmap, const BYTE* id, unsigned idlen) in image_locate_build_id_target() argument
629 const BYTE* idend = id + idlen; in image_locate_build_id_target()
636 (idlen * 2 + 1) * sizeof(WCHAR) + sizeof(dotDebug0W)); in image_locate_build_id_target()
673 if (note[1] == idlen && in image_locate_build_id_target()
674 !memcmp(note + 3 + ((note[0] + 3) >> 2), idend - idlen, idlen)) in image_locate_build_id_target()