.\" Automatically generated man page, do not edit .TH QB_MAP_PUT 3 2020-10-31 "LIBQB" "libqb Programmer's Manual" .SH NAME qb_map_put \- Inserts a new key and value into a qb_map_t. .SH SYNOPSIS .nf .B #include .sp \fBvoid qb_map_put\fP( \fBqb_map_t *\fP\fImap\fP, \fBconst char *\fP\fIkey\fP, \fBconst void *\fP\fIvalue\fP ); .fi .SH DESCRIPTION .PP If the key already exists in the qb_map_t, it gets replaced by the new key. .RE .SH SEE ALSO .PP .nh .ad l \fIqb_trie_dump\fR(3), \fIqb_map_iter_create\fR(3), \fIqb_skiplist_create\fR(3), \fIqb_map_notify_del\fR(3), \fIqb_map_count_get\fR(3), \fIqb_map_foreach\fR(3), \fIqb_map_pref_iter_create\fR(3), \fIqb_map_iter_next\fR(3), \fIqb_map_get\fR(3), \fIqb_map_destroy\fR(3), \fIqb_hashtable_create\fR(3), \fIqb_map_iter_free\fR(3), \fIqb_map_notify_add\fR(3), \fIqb_trie_create\fR(3), \fIqb_map_notify_del_2\fR(3), \fIqb_map_rm\fR(3) .ad .hy .SH "COPYRIGHT" .PP Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.