Searched refs:newrec (Results 1 – 2 of 2) sorted by relevance
2852 GPollRec *newrec = g_slice_new (GPollRec); in g_main_context_add_poll_unlocked() local2856 newrec->fd = fd; in g_main_context_add_poll_unlocked()2857 newrec->priority = priority; in g_main_context_add_poll_unlocked()2868 lastrec->next = newrec; in g_main_context_add_poll_unlocked()2870 context->poll_records = newrec; in g_main_context_add_poll_unlocked()2872 newrec->next = pollrec; in g_main_context_add_poll_unlocked()
2427 struct list_struct newrec; in tdb_allocate_ofs() local2430 memset(&newrec, '\0', sizeof(newrec)); in tdb_allocate_ofs()2438 newrec.rec_len = rec->rec_len - (sizeof(*rec) + length); in tdb_allocate_ofs()2470 if (tdb_free(tdb, newrec_ptr, &newrec) == -1) { in tdb_allocate_ofs()