HomeSort by relevance Sort by last modified time
    Searched full:pctype (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdefs.h 195 const unsigned short *pctype; member in struct:threadlocaleinfostruct
ctype.h 202 #define _chvalidchk_l(_Char,_Flag,_Locale) (!_Locale ? __chvalidchk(_Char,_Flag) : ((_locale_t)_Locale)->locinfo->pctype[_Char] & (_Flag))
  /external/chromium_org/third_party/boringssl/src/ssl/
s3_lib.c 1317 const unsigned char **pctype = parg; local
1320 if (pctype)
1321 *pctype = s->s3->tmp.certificate_types;
    [all...]

Completed in 612 milliseconds