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
227
while (!
IS_EOF
(conf, *from) && (*from != q)) {
230
if (
IS_EOF
(conf, *from)) {
242
while (!
IS_EOF
(conf, *from)) {
258
if (
IS_EOF
(conf, v)) {
270
} else if (
IS_EOF
(conf, *from)) {
425
while (IS_WS(conf, *p) && !
IS_EOF
(conf, *p)) {
431
#define scan_esc(conf, p) (((
IS_EOF
((conf), (p)[1])) ? ((p) + 1) : ((p) + 2)))
450
while (!
IS_EOF
(conf, *p) && *p != q) {
453
if (
IS_EOF
(conf, *p)) {
470
while (!(
IS_EOF
(conf, *p)))
[
all
...]
conf_def.h
83
#define
IS_EOF
(c,a) (KEYTYPES(c)[(a)&0xff]&CONF_EOF)
Completed in 218 milliseconds