Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 11 of 11) sorted by relevance

/ext-ds/src/php/objects/
H A Dphp_priority_queue.c48 ds_priority_queue_node_t *pos = nodes; in php_ds_priority_queue_serialize() local
75 const unsigned char *pos = buffer; in php_ds_priority_queue_unserialize() local
H A Dphp_queue.c66 const unsigned char *pos = buffer; in php_ds_queue_unserialize() local
H A Dphp_deque.c65 const unsigned char *pos = buffer; in php_ds_deque_unserialize() local
H A Dphp_stack.c65 const unsigned char *pos = buffer; in php_ds_stack_unserialize() local
H A Dphp_vector.c65 const unsigned char *pos = buffer; in php_ds_vector_unserialize() local
H A Dphp_set.c65 const unsigned char *pos = buffer; in php_ds_set_unserialize() local
H A Dphp_pair.c131 const unsigned char *pos = buffer; in php_ds_pair_unserialize() local
/ext-ds/src/
H A Dcommon.c183 zval *pos = buffer; in ds_join_zval_buffer() local
196 zval *pos = buffer; in ds_join_zval_buffer() local
/ext-ds/src/ds/
H A Dds_priority_queue.c260 ds_priority_queue_node_t *pos, *end, *buf; in ds_priority_queue_to_array() local
279 ds_priority_queue_node_t *pos = queue->nodes; in ds_priority_queue_clear() local
H A Dds_vector.c114 zval *pos = vector->buffer + index; in ds_vector_remove() local
149 zval *pos = vector->buffer; in ds_vector_clear_buffer() local
187 zval *pos = vector->buffer; in ds_vector_to_array() local
201 zval *pos = vector->buffer; in ds_vector_find_index() local
H A Dds_htable.c771 ds_htable_bucket_t *pos = table->buckets; in ds_htable_join_keys() local
1215 const unsigned char *pos = buffer; in ds_htable_unserialize() local

Completed in 26 milliseconds