Home
last modified time | relevance | path

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

/third_party/cups/cups/
Dbackend.c116 quote_string(const char *s) /* I - String to write */ in quote_string() function
/third_party/nghttp2/src/
Dutil.h171 OutputIt quote_string(OutputIt it, const StringRef &target) { in quote_string() function
Dutil.cc238 StringRef quote_string(BlockAllocator &balloc, const StringRef &target) { in quote_string() function
/third_party/cups/backend/
Dipp.c3069 quote_string(const char *s, /* I - String */ in quote_string() function
/third_party/python/Lib/email/
D_header_value_parser.py96 def quote_string(value): function