Searched refs:HTQuoteParameter (Results 1 – 3 of 3) sorted by relevance
109 extern char *HTQuoteParameter(const char *parameter);113 #define HTQuoteParameter(parameter) parameter /* simplify ifdef'ing */ macro
955 char *HTQuoteParameter(const char *parameter) in HTQuoteParameter() function1157 char *quoted = HTQuoteParameter(parameter); in HTAddParam()
1858 * add a null-pointer check to parameter of HTQuoteParameter(), fixes bug3954 * don't double backslash characters in HTQuoteParameter(), since that changes4327 * remove a redundant call to HTQuoteParameter() from LYExtern.c, which resulted7915 logic in quote_pathname to HTQuoteParameter, extending that function to quote