HomeSort by relevance Sort by last modified time
    Searched refs:IS_WS (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/conf/
conf.c 418 while (IS_WS(conf, *p) && !IS_EOF(conf, *p)) {
485 if (!IS_WS(conf, *p)) {
657 while ((p != start) && (IS_WS(conf, *p))) {
conf_def.h 86 #define IS_WS(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_WS)

Completed in 72 milliseconds