Searched refs:url_encode_string (Results 1 – 1 of 1) sorted by relevance
120 static char *url_encode_string(const char *s, char *buffer, size_t bufsize);7073 url_encode_string(ppd_name, oppd_name, sizeof(oppd_name)); in get_ppd()11107 bufptr = url_encode_string(attr->values[i].string.text, bufptr, (size_t)(bufend - bufptr + 1)); in url_encode_attr()11124 url_encode_string(const char *s, /* I - String */ in url_encode_string() function