Home
last modified time | relevance | path

Searched refs:offset_max (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/
H A Dgxvkern.c358 FT_UShort offset_max[2]; member
399 &( GXV_KERN_FMT2_DATA( offset_max[spec] ) ), in gxv_kern_subtable_fmt2_clstbl_validate()
453 GXV_KERN_FMT2_DATA( offset_max[GXV_KERN_CLS_L] ) in gxv_kern_subtable_fmt2_validate()
454 + GXV_KERN_FMT2_DATA( offset_max[GXV_KERN_CLS_R] ) in gxv_kern_subtable_fmt2_validate()
/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Ddhcp6.c620 u16_t offset_max; in dhcp6_parse_reply() local
634 offset_max = p->tot_len; in dhcp6_parse_reply()
638 while ((offset + 4 <= offset_max)) { in dhcp6_parse_reply()
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Ddhcp.c1517 u16_t offset_max; in dhcp_parse_reply() local
1561 offset_max = options_idx_max; in dhcp_parse_reply()
1564 while ((q != NULL) && (offset < offset_max) && (options[offset] != DHCP_OPTION_END)) { in dhcp_parse_reply()
1698 offset_max = (u16_t)(offset_max - q->len); in dhcp_parse_reply()
1699 if (offset < offset_max) { in dhcp_parse_reply()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dssl_internal.h925 size_t offset_min, size_t offset_max,
/reactos/dll/3rdparty/mbedtls/
H A Dssl_tls.c1925 size_t offset_min, size_t offset_max, in mbedtls_ssl_cf_memcpy_offset() argument
1930 for( offset = offset_min; offset <= offset_max; offset++ ) in mbedtls_ssl_cf_memcpy_offset()