OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_EOF
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/conf/
conf.c
220
while (!
IS_EOF
(conf, *from) && (*from != q)) {
223
if (
IS_EOF
(conf, *from)) {
235
while (!
IS_EOF
(conf, *from)) {
251
if (
IS_EOF
(conf, v)) {
263
} else if (
IS_EOF
(conf, *from)) {
418
while (IS_WS(conf, *p) && !
IS_EOF
(conf, *p)) {
424
#define scan_esc(conf, p) (((
IS_EOF
((conf), (p)[1])) ? ((p) + 1) : ((p) + 2)))
443
while (!
IS_EOF
(conf, *p) && *p != q) {
446
if (
IS_EOF
(conf, *p)) {
463
while (!(
IS_EOF
(conf, *p)))
[
all
...]
conf_def.h
83
#define
IS_EOF
(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_EOF)
Completed in 75 milliseconds