Lines Matching full:associated
179 * @param old_value Location to store the value previously associated with @p key or `NULL`
195 * Erase the entry associated with key @p key, if one exists.
199 * @param value Location to store a potential value associated with @p key or `NULL`
202 * @retval false if @p map does not contain a value associated with @p key.
212 * Look-up the @ref uint64_t associated with @p key, if one exists.
216 * @param value Location to store a potential value associated with @p key or `NULL`
218 * @retval true if @p map contains a value associated with @p key.
219 * @retval false if @p map does not contain a value associated with @p key.
227 * @brief Check if @p map contains a value associated with @p key
232 * @retval true if @p map contains a value associated with @p key.
233 * @retval false if @p map does not contain a value associated with @p key.