Searched refs:pending_list (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
H A Ddef.c116 ALLOC_HASHTABLE(pool->pending_list);
117 zend_hash_init(pool->pending_list, 1, NULL, ZVAL_PTR_DTOR, 0);
122 zend_hash_destroy(pool->pending_list);
123 FREE_HASHTABLE(pool->pending_list);
165 num = zend_hash_num_elements(self->pending_list);
168 for (i = 0, temp = self->pending_list->pListHead; temp != NULL;
179 for (temp = self->pending_list->pListHead; temp != NULL;
187 zend_hash_destroy(self->pending_list);
188 zend_hash_init(self->pending_list, 1, NULL, ZVAL_PTR_DTOR, 0);
378 zend_hash_next_index_insert(pool->pending_list,
[all...]
H A Dprotobuf.h67 HashTable* pending_list; member in struct:DescriptorPool
/external/libdrm/freedreno/kgsl/
H A Dkgsl_priv.h63 struct list_head pending_list; member in struct:kgsl_pipe
82 /* timestamp (per pipe) for bo's in a pipe's pending_list: */
84 /* list-node for pipe's submit_list or pending_list */
H A Dkgsl_pipe.c169 list_addtail(list, &kgsl_pipe->pending_list);
184 LIST_FOR_EACH_ENTRY_SAFE(kgsl_bo, tmp, &kgsl_pipe->pending_list, list[pipe->id]) {
253 list_inithead(&kgsl_pipe->pending_list);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c1416 rb_ary_push(builder_self->pending_list, mapentry_desc);
1617 rb_gc_mark(self->pending_list);
1638 self->pending_list = rb_ary_new();
1672 rb_ary_push(self->pending_list, msgdef);
1693 rb_ary_push(self->pending_list, enumdef);
1739 REALLOC_N(self->defs, upb_def*, RARRAY_LEN(self->pending_list));
1741 for (int i = 0; i < RARRAY_LEN(self->pending_list); i++) {
1742 VALUE def_rb = rb_ary_entry(self->pending_list, i);
1753 RARRAY_LEN(self->pending_list), NULL, &status),
1756 for (int i = 0; i < RARRAY_LEN(self->pending_list);
[all...]
H A Dprotobuf.h153 VALUE pending_list; member in struct:Builder

Completed in 231 milliseconds