Searched refs:new_cell (Results 1 – 4 of 4) sorted by relevance
48 nghttp2_queue_cell *new_cell = in nghttp2_queue_push() local50 if (!new_cell) { in nghttp2_queue_push()53 new_cell->data = data; in nghttp2_queue_push()54 new_cell->next = NULL; in nghttp2_queue_push()56 queue->back->next = new_cell; in nghttp2_queue_push()57 queue->back = new_cell; in nghttp2_queue_push()60 queue->front = queue->back = new_cell; in nghttp2_queue_push()
496 uint32_t new_cell = old_cell & ~mask; in Iterate() local497 if (old_cell != new_cell) { in Iterate()
6596 Handle<PropertyCell> new_cell = in InvalidateAndReplaceEntry() local6598 dictionary->ValueAtPut(entry, *new_cell); in InvalidateAndReplaceEntry()6601 return new_cell; in InvalidateAndReplaceEntry()