Lines Matching defs:base
2486 // This base class provides some handy member functions which can be used in
2676 // This base class provides some handy member functions which can be used in
4634 * @brief Inline functions for url base
4904 const ada::url_components &base);
5721 // scheme_default_port can return 0, and we should allow 0 as a base port.
5777 std::string_view base_buffer, const ada::url_components &base) {
5779 base.protocol_end, base.host_start - base.protocol_end);
5821 if (buffer.size() > base.host_start && buffer[base.host_start] != '@') {
6626 // scheme_default_port can return 0, and we should allow 0 as a base port.
7118 * base URL base (default null). The parser assumes the input is a valid ASCII
7122 * @param base_url the optional URL input to use as a base url.