Searched refs:php_ds_vector_t (Results 1 – 3 of 3) sorted by relevance
9 } php_ds_vector_t; typedef11 static inline php_ds_vector_t *php_ds_vector_fetch_object(zend_object *obj) { in php_ds_vector_fetch_object()12 return (php_ds_vector_t *)((char*)(obj) - XtOffsetOf(php_ds_vector_t, std)); in php_ds_vector_fetch_object()
10 …php_ds_vector_t *obj = ecalloc(1, sizeof(php_ds_vector_t) + zend_object_properties_size(php_ds_vec… in php_ds_vector_create_object_ex()12 php_ds_vector_t *obj = zend_object_alloc(sizeof(php_ds_vector_t), php_ds_vector_ce); in php_ds_vector_create_object_ex()
122 php_ds_vector_t *vector = php_ds_vector_fetch_object(obj);169 php_vector_handlers.offset = XtOffsetOf(php_ds_vector_t, std);
Completed in 5 milliseconds