bool qEntryPut ( Q_ENTRY entry,
const char *  name,
const void *  object,
int  size,
bool  update 
)

Store object into linked-list structure.

Parameters:
entry Q_ENTRY pointer
name key name.
object object pointer
size size of the object
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 170 of file qEntry.c.


Generated on Mon Mar 26 07:00:51 2018 for JSOC_Documentation by  doxygen 1.5.7.1