Home | History | Annotate | Download | only in src

Lines Matching refs:query

118     QUERY,
137 // Note that this can get a little funny for the port, query, and ref
143 // delimited components that is present (the port and query) and one that
148 // Example input: http://foo:80/?query
156 // *QUERY: 14 15 <-
193 // a question mark but no query string.
194 Component query;
235 // MailtoURL is for mailto: urls. They are made up scheme,path,query
310 // Extract the first key/value from the range defined by |*query|. Updates
311 // |*query| to start at the end of the extracted key/value pair. This is
312 // designed for use in a loop: you can keep calling it with the same query
313 // object and it will iterate over all items in the query.
316 // example, the query string "?&"). These will be returned. Note that an empty
320 // The initial query component should not include the '?' (this is the default
326 Component* query,
330 Component* query,