Searched refs:pelt (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libucl/src/
H A Ducl_hash.c346 struct ucl_hash_elt elt, *pelt; local
360 pelt = &kh_value (h, k);
361 pelt->obj = new;
362 pelt->ar_idx = elt.ar_idx;
374 pelt = &kh_value (h, k);
375 pelt->obj = new;
376 pelt->ar_idx = elt.ar_idx;
H A Ducl_schema.c155 *required = NULL, *pat, *pelt; local
255 while ((pelt = ucl_object_iterate_safe (piter, true)) != NULL) {
256 found = ucl_schema_test_pattern (obj, ucl_object_key (pelt), true);
/freebsd-13-stable/contrib/apr-util/xml/
H A Dapr_xml.c977 const char **pelt; local
988 pelt = apr_array_push(uri_array);
989 *pelt = uri; /* assume uri is const or in a pool */

Completed in 57 milliseconds