Home
last modified time | relevance | path

Searched refs:IS_WS (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/conf/
Dconf_def.h86 #define IS_WS(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_WS) macro
Dconf.c418 while (IS_WS(conf, *p) && !IS_EOF(conf, *p)) { in eat_ws()
485 if (!IS_WS(conf, *p)) { in clear_comments()
657 while ((p != start) && (IS_WS(conf, *p))) { in def_load_bio()