Lines Matching refs:end
96 ds_htable_bucket_t *end = table->buckets + table->next; in ds_htable_pack() local
100 while (++src != end) { in ds_htable_pack()
146 ds_htable_bucket_t *end = _src->buckets + _src->next; in ds_htable_copy() local
151 for (; src != end; ++src, ++dst) { in ds_htable_copy()
772 ds_htable_bucket_t *end = ds_htable_last(table); in ds_htable_join_keys() local
778 } while (++pos != end); in ds_htable_join_keys()
781 smart_str_appendz(&str, &end->key); in ds_htable_join_keys()
1216 const unsigned char *end = buffer + length; in ds_htable_unserialize() local
1220 while (pos != end) { in ds_htable_unserialize()
1225 if (php_var_unserialize(key, &pos, end, &unserialize_data)) { in ds_htable_unserialize()
1231 if (php_var_unserialize(value, &pos, end, &unserialize_data)) { in ds_htable_unserialize()