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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_hash.c293 struct ucl_hash_elt elt, *pelt; local
307 pelt = &kh_value (h, k);
308 pelt->obj = new;
309 pelt->ar_idx = elt.ar_idx;
321 pelt = &kh_value (h, k);
322 pelt->obj = new;
323 pelt->ar_idx = elt.ar_idx;
H A Ducl_schema.c146 *required = NULL, *pat, *pelt; local
246 while ((pelt = ucl_object_iterate (pat, &piter, true)) != NULL) {
247 found = ucl_schema_test_pattern (obj, ucl_object_key (pelt), true);
/freebsd-11-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 159 milliseconds