Lines Matching full:param
31 * @param s The string to search for @p c.
32 * @param len The length of @p s.
33 * @param c The character to search.
414 * @param seg The segment to decode and copy.
415 * @param length Length of @p seg.
416 * @param buf The result buffer.
474 * @param s The string to decode.
475 * @param length The size of the percent-encoded string @p s.
476 * @param buf The buffer to store the new coap option.
477 * @param buflen The maximum size of @p buf.
478 * @param optionsize The option's size.
543 * @param s The URI string to be tokenized.
544 * @param length The length of @p s.
545 * @param h A handler that is called with every token.
546 * @param data Opaque data that is passed to @p h when called.