Lines Matching refs:CopyBytes
471 CopyBytes(p, 2); in MatchFilter()
487 CopyBytes(p, i); in RemoveSpace()
494 CopyBytes(p, 1); in MatchPredicateExpr()
498 CopyBytes(p, 1); in MatchPredicateExpr()
507 CopyBytes(p, 1); in MatchPredicateExpr()
523 CopyBytes(p, name.size()); in MatchFieldName()
536 CopyBytes(p, 2); in MatchRelationalOperator()
541 CopyBytes(p, 1); in MatchRelationalOperator()
561 CopyBytes(p, len); in MatchValue()
564 CopyBytes(p, len - 2); in MatchValue()
578 CopyBytes(p, end - p); in MatchValue()
592 CopyBytes(p, len); in MatchValue()
599 void CopyBytes(const char*& p, size_t len) { in CopyBytes() function