Searched refs:alloced_key (Results 1 – 1 of 1) sorted by relevance
273 char *alloced_key; in message_list_hash_insert_entry() local284 alloced_key = (char *) xallocsa (keylen); in message_list_hash_insert_entry()285 memcpy (alloced_key, mp->msgctxt, msgctxt_len); in message_list_hash_insert_entry()286 alloced_key[msgctxt_len] = MSGCTXT_SEPARATOR; in message_list_hash_insert_entry()287 memcpy (alloced_key + msgctxt_len + 1, mp->msgid, msgid_len + 1); in message_list_hash_insert_entry()288 key = alloced_key; in message_list_hash_insert_entry()292 alloced_key = NULL; in message_list_hash_insert_entry()300 freesa (alloced_key); in message_list_hash_insert_entry()457 char *alloced_key; in message_list_search() local467 alloced_key = (char *) xallocsa (keylen); in message_list_search()[all …]