Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/conf/
Dconf.c431 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) macro
436 p = scan_esc(conf, p); in eat_alpha_numeric()
512 p = scan_esc(conf, p); in clear_comments()
/external/boringssl/src/crypto/conf/
Dconf.c431 #define scan_esc(conf, p) (((IS_EOF((conf), (p)[1])) ? ((p) + 1) : ((p) + 2))) macro
436 p = scan_esc(conf, p); in eat_alpha_numeric()
512 p = scan_esc(conf, p); in clear_comments()