Lines Matching full:ov
280 if (obj->value.ov != NULL) {
281 ucl_hash_destroy (obj->value.ov, (ucl_hash_free_func)dtor);
283 obj->value.ov = NULL;
1189 container = parser->stack->obj->value.ov;
1318 parser->stack->obj->value.ov = container;
2390 if (top->value.ov == NULL) {
2391 top->value.ov = ucl_hash_create (false);
2421 found = __DECONST (ucl_object_t *, ucl_hash_search_obj (top->value.ov, elt));
2424 top->value.ov = ucl_hash_insert_object (top->value.ov, elt, false);
2432 ucl_hash_replace (top->value.ov, found, elt);
2440 ucl_hash_delete (top->value.ov, found);
2441 top->value.ov = ucl_hash_insert_object (top->value.ov, elt, false);
2485 ucl_hash_delete (top->value.ov, found);
2511 ucl_hash_delete (top->value.ov, found);
2575 while ((cur = (ucl_object_t *) ucl_hash_iterate (elt->value.ov,
2585 ucl_hash_search (top->value.ov, cp->key, cp->keylen));
2589 top->value.ov = ucl_hash_insert_object (top->value.ov, cp,
2601 ucl_hash_replace (top->value.ov, found, cp);
2616 ucl_hash_search (top->value.ov, cp->key, cp->keylen));
2620 top->value.ov = ucl_hash_insert_object (top->value.ov, cp,
2632 ucl_hash_replace (top->value.ov, found, cp);
2658 ret = ucl_hash_search_obj (obj->value.ov, &srch);
2720 return (const ucl_object_t*)ucl_hash_iterate2 (obj->value.ov, iter, ep);
3028 ucl_hash_reserve (obj->value.ov, reserved);
3777 ucl_hash_sort (obj->value.ov, how);