HomeSort by: relevance | last modified time | path
    Searched defs:lex_eot (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
qlog.c 563 static int lex_eot(struct lexer *lex) function
570 return lex_eot(lex) ? -1 : *lex->p;
575 if (lex_eot(lex))

Completed in 24 milliseconds