Searched defs:lenmax (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Draw.h58 OPJ_UINT32 lenmax; member in struct:opj_raw
/external/openssl/ssl/
H A Dt1_lib.c374 long lenmax; local
384 if ((lenmax = limit - ret - 9) < 0
385 || (size_str = strlen(s->tlsext_hostname)) > (unsigned long)lenmax)
459 long lenmax; local
461 if ((lenmax = limit - ret - 5) < 0) return NULL;
462 if (s->tlsext_ecpointformatlist_length > (unsigned long)lenmax) return NULL;
478 long lenmax; local
480 if ((lenmax = limit - ret - 6) < 0) return NULL;
481 if (s->tlsext_ellipticcurvelist_length > (unsigned long)lenmax) return NULL;
779 long lenmax; local
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dt1_lib.c926 long lenmax; local
936 if ((lenmax = limit - ret - 9) < 0
937 || (size_str = strlen(s->tlsext_hostname)) > (unsigned long)lenmax)
1113 long lenmax; local
1120 if ((lenmax = limit - ret - 5) < 0) return NULL;
1121 if (formats_len > (size_t)lenmax) return NULL;
1137 if ((lenmax = limit - ret - 6) < 0) return NULL;
1138 if ((curves_len * 2) > (size_t)lenmax) return NULL;
1252 long lenmax; local
1256 if ((lenmax
[all...]

Completed in 3379 milliseconds