Searched refs:lenmax (Results 1 – 3 of 3) sorted by relevance
70 raw->lenmax = len; in opj_raw_init_dec()80 if (raw->len == raw->lenmax) { in opj_raw_decode()
58 OPJ_UINT32 lenmax; member
844 long lenmax; in ssl_add_clienthello_tlsext() local853 lenmax = limit - ret - 9; in ssl_add_clienthello_tlsext()855 if (lenmax < 0 || size_str > (unsigned long)lenmax) { in ssl_add_clienthello_tlsext()1029 long lenmax; in ssl_add_clienthello_tlsext() local1036 lenmax = limit - ret - 5; in ssl_add_clienthello_tlsext()1037 if (lenmax < 0) { in ssl_add_clienthello_tlsext()1040 if (formats_len > (size_t)lenmax) { in ssl_add_clienthello_tlsext()1057 lenmax = limit - ret - 6; in ssl_add_clienthello_tlsext()1058 if (lenmax < 0) { in ssl_add_clienthello_tlsext()1061 if (curves_len * 2 > (size_t)lenmax) { in ssl_add_clienthello_tlsext()[all …]