Lines Matching defs:query
71 coap_str_const_t query; /**< The complete query if present or {0, NULL}.
128 * CoAP PDUs contain normalized URIs with their path and query split into
173 * Any path or query are broken down into the individual segment Path or Query
180 * uri->path.length and uri->query.length)
212 * Splits the given URI query into segments. Each segment is preceded
214 * of the respective query term.
216 * @param s The query string to split.
232 * Extract query string from request PDU according to escape rules in 6.5.8.
234 * @return Reconstructed and escaped query string part or @c NULL if
235 * no query was contained in @p request. The coap_string_t