Home
last modified time | relevance | path

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

/external/autotest/client/cros/update_engine/
Dnano_omaha_devserver.py38 self._eol = eol
112 if self._eol:
/external/epid-sdk/ext/argtable3/
Dargtable3.c3055 const TRexChar *_eol; member
3179 while(*exp->_p != ']' && exp->_p != exp->_eol) { in trex_class()
3445 if(s >= exp->_eol) in trex_matchnode()
3506 || ((str == exp->_eol && !ISSPACE(*(str-1)))) in trex_matchnode()
3516 if(str == exp->_eol) return str; in trex_matchnode()
3561 exp->_eol = exp->_bol = NULL; in trex_compile()
3624 exp->_eol = text + scstrlen(text); in trex_match()
3627 if(res == NULL || res != exp->_eol) in trex_match()
3638 exp->_eol = text_end; in trex_searchrange()