Add string object into linked-list structure.
- Parameters:
-
| entry | Q_ENTRY pointer |
| name | key name. |
| str | string value |
| update | in case of false, just insert. in case of true, remove all same key then insert object if found. |
- Returns:
- true if successful, otherwise returns false.
Definition at line 223 of file qEntry.c.