Home
last modified time | relevance | path

Searched defs:quote_string (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/src/
Dutil.h170 OutputIt quote_string(OutputIt it, const StringRef &target) { in quote_string() function
Dutil.cc193 StringRef quote_string(BlockAllocator &balloc, const StringRef &target) { in quote_string() function
/third_party/python/Lib/email/
D_header_value_parser.py96 def quote_string(value): function