HomeSort by relevance Sort by last modified time
    Searched refs:httpAssembleURI (Results 1 - 5 of 5) sorted by null

  /external/libcups/cups/
http-support.c 145 * 'httpAssembleURI()' - Assemble a uniform resource identifier from its
157 httpAssembleURI(
479 return (httpAssembleURI(encoding, uri, urilen, scheme, username, host,
    [all...]
tlscheck.c 691 httpAssembleURI(HTTP_URI_CODING_ALL, uri, sizeof(uri), "ipps", NULL, host, port, resource);
http.h 355 HTTP_URI_STATUS_OVERFLOW = -8, /* URI buffer for httpAssembleURI is too small */
531 extern http_uri_status_t httpAssembleURI(http_uri_coding_t encoding,
testhttp.c 36 assemble_port; /* Port number for httpAssembleURI() */
37 http_uri_coding_t assemble_coding;/* Coding for httpAssembleURI() */
446 * Test httpAssembleURI()...
449 fputs("httpAssembleURI(): ", stdout);
458 uri_status = httpAssembleURI(uri_tests[i].assemble_coding,
dest.c     [all...]

Completed in 177 milliseconds