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

/freebsd-12-stable/contrib/libucl/src/
H A Ducl_emitter_streamline.c57 struct ucl_emitter_streamline_stack *containers; member in struct:ucl_emitter_context_streamline
103 top = sctx->containers;
119 LL_PREPEND (sctx->containers, st);
130 if (sctx->containers != NULL) {
131 if (sctx->containers->is_array) {
134 if (sctx->containers->empty) {
136 sctx->containers->empty = false;
149 if (sctx->containers != NULL) {
150 st = sctx->containers;
158 sctx->containers
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.c122 * container itself or for items that aren't containers. */
805 apr_hash_t *containers = apr_hash_make(scratch_pool); local
843 apr_hash_set(containers,
867 void *void_idx = apr_hash_get(containers, &entry->offset,
2629 _("Only containers may have more than one sub-item"));

Completed in 170 milliseconds