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

/freebsd-10-stable/contrib/apr-util/xml/
H A Dapr_xml.c914 const char **pelt; local
925 pelt = apr_array_push(uri_array);
926 *pelt = uri; /* assume uri is const or in a pool */
/freebsd-10-stable/contrib/libucl/src/
H A Ducl_schema.c203 *required = NULL, *pat, *pelt; local
295 while ((pelt = ucl_iterate_object (pat, &piter, true)) != NULL) {
296 found = ucl_schema_test_pattern (obj, ucl_object_key (pelt));

Completed in 50 milliseconds