Searched refs:container (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dnoderevs.h1 /* noderevs.h --- FSX node revision container
34 * In its serialized form, the svn_fs_x__noderevs_t container extracts
49 /* Create and return a new noderevs container with an initial capacity of
58 * item in this container.
61 svn_fs_x__noderevs_add(svn_fs_x__noderevs_t *container,
68 svn_fs_x__noderevs_estimate_size(const svn_fs_x__noderevs_t *container);
77 const svn_fs_x__noderevs_t *container,
88 const svn_fs_x__noderevs_t *container,
91 /* Read a noderev container from its serialized representation in STREAM.
96 svn_fs_x__read_noderevs_container(svn_fs_x__noderevs_t **container,
[all...]
H A Dnoderevs.c1 /* noderevs.h --- FSX node revision container
54 * We will store path strings in a string container and reference them
114 /* The actual container object. Node revisions are concatenated into
224 svn_fs_x__noderevs_add(svn_fs_x__noderevs_t *container, argument
236 = store_id(container->ids, container->ids_dict, &noderev->noderev_id);
238 = store_id(container->ids, container->ids_dict, &noderev->node_id);
240 = store_id(container->ids, container
284 svn_fs_x__noderevs_estimate_size(const svn_fs_x__noderevs_t *container) argument
361 svn_fs_x__noderevs_get(svn_fs_x__noderev_t **noderev_p, const svn_fs_x__noderevs_t *container, apr_size_t idx, apr_pool_t *result_pool) argument
501 svn_fs_x__write_noderevs_container(svn_stream_t *stream, const svn_fs_x__noderevs_t *container, apr_pool_t *scratch_pool) argument
647 svn_fs_x__read_noderevs_container(svn_fs_x__noderevs_t **container, svn_stream_t *stream, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
819 const svn_fs_x__noderevs_t *container = data; local
904 const svn_fs_x__noderevs_t *container = data; local
[all...]
H A Dreps.h1 /* reps.h --- FSX representation container
29 /* This container type implements the start-delta (aka pick lists) data
41 * Extracting data from a representation container is O(length) but it
43 * container were used. Therefore, you will first create an extractor
52 /* A read-only representation container -
68 /* element index of the item to extract from the container */
99 * which the fulltext can be retrieved from the final container in *REP_IDX.
120 const svn_fs_x__reps_t *container,
143 /* Write a serialized representation of the final container described by
151 /* Read a representations container fro
[all...]
H A Dchanges.c1 /* changes.h --- FSX changed paths lists container
80 /* The actual container object. Change lists are concatenated into CHANGES
99 /* Create and return a new container object, allocated in RESULT_POOL with
233 " exceeds container size %%d"),
463 const svn_fs_x__changes_t *container = data; local
465 /* resolve all the sub-container pointers we need */
467 = svn_temp_deserializer__ptr(container,
468 (const void *const *)&container->paths);
470 = svn_temp_deserializer__ptr(container,
471 (const void *const *)&container
[all...]
H A Dpack.c95 * similar nodes in the same reps container and store containers in path
202 /* container for all PATH members in PATH_ORDER. */
915 * noderevs that should be placed into the same container, respectively.
918 * into the same reps container will be appended to REP_PARTS and the
922 * Remove all returned items from the CONTEXT->REPS container and prevent
1007 * Append a P2L entry for the container to CONTAINER->REPS.
1014 svn_fs_x__noderevs_t **container,
1027 /* serialize container */
1034 SVN_ERR(svn_fs_x__write_noderevs_container(pack_stream, *container,
1040 /* replace first noderev item in ENTRIES with the container
1013 write_nodes_container(pack_context_t *context, svn_fs_x__noderevs_t **container, apr_array_header_t *items, apr_pool_t *container_pool, apr_pool_t *scratch_pool) argument
1077 store_nodes(pack_context_t *context, apr_file_t *temp_file, apr_array_header_t *node_parts, svn_fs_x__noderevs_t **container, apr_array_header_t *nodes_in_container, apr_pool_t *container_pool, apr_pool_t *scratch_pool) argument
1172 write_reps_container(pack_context_t *context, svn_fs_x__reps_builder_t *container, apr_array_header_t *sub_items, apr_array_header_t *new_entries, apr_pool_t *scratch_pool) argument
1227 svn_fs_x__reps_builder_t *container local
1488 write_changes_container(pack_context_t *context, svn_fs_x__changes_t *container, apr_array_header_t *sub_items, apr_array_header_t *new_entries, apr_pool_t *scratch_pool) argument
1544 svn_fs_x__changes_t *container local
[all...]
H A Dreps.c1 /* reps.c --- FSX representation container
43 /* Limit the total text body within a container to 16MB. Larger values
45 * container has to be loaded in its entirety before any of it can be read.
83 * container->instructions[-offset].
84 * - 0 <= offset < container->base_text_len
87 * - offset >= container->base_text_len
89 * start copy at offset-container->base_text_len
181 /* R/o container.
496 _("Text body exceeds star delta container capacity"));
501 _("Instruction count exceeds star delta container capacit
597 get_text(svn_fs_x__rep_extractor_t *extractor, const svn_fs_x__reps_t *container, apr_size_t instruction_idx, apr_size_t count) argument
640 svn_fs_x__reps_get(svn_fs_x__rep_extractor_t **extractor, svn_fs_t *fs, const svn_fs_x__reps_t *container, apr_size_t idx, apr_pool_t *result_pool) argument
769 svn_fs_x__read_reps_container(svn_fs_x__reps_t **container, svn_stream_t *stream, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_vstr.c59 len += strlen(v->container[i]);
76 free(v->container[i]);
78 free(v->container);
97 if (strncmp(v->container[i], o, l) == 0)
129 elem_size = strlen(v->container[i]);
131 memcpy(rtn + elem_pos, v->container[i], elem_size);
163 tmp_ctn[i] = v->container[i];
165 free(v->container);
167 v->container = tmp_ctn;
189 if ((v->container
[all...]
H A D_libelftc.h55 char **container; member in struct:vector_str
H A Dlibelftc_dem_gnu2.c415 return (VEC_PUSH_STR(v, v->container[v->size - 2]));
593 len = strlen(d->vec.container[d->vec.size - 1]);
599 d->vec.container[d->vec.size - 1]);
615 len = strlen(d->vec.container[d->vec.size - 1]);
621 d->vec.container[d->vec.size - 1]);
1163 if (VEC_PUSH_STR(&d->vec, d->arg.container[idx - 1]) == false)
1166 if (VEC_PUSH_STR(&d->arg, d->arg.container[idx - 1]) == false)
1205 if (VEC_PUSH_STR(&d->vec, d->arg.container[idx - 1]) == false)
1208 if (VEC_PUSH_STR(&d->arg, d->arg.container[idx - 1]) == false)
H A Dlibelftc_dem_arm.c328 if (VEC_PUSH_STR(v, v->container[v->size - 2]) == false)
478 len = strlen(d->vec.container[d->vec.size - 1]);
484 d->vec.container[d->vec.size - 1]);
500 len = strlen(d->vec.container[d->vec.size - 1]);
506 d->vec.container[d->vec.size - 1]);
1026 if (VEC_PUSH_STR(&d->vec, d->arg.container[idx - 1]) == false)
1029 if (VEC_PUSH_STR(&d->arg, d->arg.container[idx - 1]) == false)
1068 if (VEC_PUSH_STR(&d->vec, d->arg.container[idx - 1]) == false)
1071 if (VEC_PUSH_STR(&d->arg, d->arg.container[idx - 1]) == false)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAttrIterator.h102 specific_attr_begin(const Container& container) { argument
103 return specific_attr_iterator<SpecificAttr, Container>(container.begin());
107 specific_attr_end(const Container& container) { argument
108 return specific_attr_iterator<SpecificAttr, Container>(container.end());
112 inline bool hasSpecificAttr(const Container& container) { argument
113 return specific_attr_begin<SpecificAttr>(container) !=
114 specific_attr_end<SpecificAttr>(container);
117 inline SpecificAttr *getSpecificAttr(const Container& container) { argument
119 specific_attr_begin<SpecificAttr>(container);
120 if (i != specific_attr_end<SpecificAttr>(container))
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-iterator.c73 gcc_assert (t != i->container);
100 TREE_SIDE_EFFECTS (i->container) = 1;
111 STATEMENT_LIST_HEAD (i->container) = head;
117 head->prev = STATEMENT_LIST_TAIL (i->container);
121 STATEMENT_LIST_HEAD (i->container) = head;
122 STATEMENT_LIST_TAIL (i->container) = tail;
149 gcc_assert (t != i->container);
176 TREE_SIDE_EFFECTS (i->container) = 1;
187 STATEMENT_LIST_TAIL (i->container) = tail;
193 gcc_assert (!STATEMENT_LIST_TAIL (i->container));
[all...]
H A Dtree-iterator.h35 tree container; member in struct:__anon1381
44 i.container = t;
55 i.container = t;
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_msgpack.c403 struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt,
407 struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt,
410 struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt,
413 struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt,
416 struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt,
419 struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt,
422 struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt,
425 struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt,
428 struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt,
773 * Insert new container t
824 ucl_msgpack_is_container_finished(struct ucl_stack *container) argument
847 struct ucl_stack *container; local
961 struct ucl_stack *container; local
1323 ucl_object_t *container = NULL; local
1360 ucl_msgpack_parse_map(struct ucl_parser *parser, struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt, const unsigned char *pos, size_t remain) argument
1370 ucl_msgpack_parse_array(struct ucl_parser *parser, struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt, const unsigned char *pos, size_t remain) argument
1380 ucl_msgpack_parse_string(struct ucl_parser *parser, struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt, const unsigned char *pos, size_t remain) argument
1417 ucl_msgpack_parse_int(struct ucl_parser *parser, struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt, const unsigned char *pos, size_t remain) argument
1502 ucl_msgpack_parse_float(struct ucl_parser *parser, struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt, const unsigned char *pos, size_t remain) argument
1544 ucl_msgpack_parse_bool(struct ucl_parser *parser, struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt, const unsigned char *pos, size_t remain) argument
1574 ucl_msgpack_parse_null(struct ucl_parser *parser, struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt, const unsigned char *pos, size_t remain) argument
1591 ucl_msgpack_parse_ignore(struct ucl_parser *parser, struct ucl_stack *container, size_t len, enum ucl_msgpack_format fmt, const unsigned char *pos, size_t remain) argument
[all...]
/freebsd-11-stable/sys/dev/aac/
H A Daac_debug.c228 " BlockRead: container %d 0x%x/%d\n",
235 " BlockWrite: container %d 0x%x/%d "
281 case AifEnContainerChange: /* Adapter specific container
284 "container %d,%d\n",
285 aif->data.EN.data.ECC.container[0],
286 aif->data.EN.data.ECC.container[1]);
295 "container %d failed, "
297 aif->data.EN.data.EMF.container,
301 case AifEnContainerEvent: /* Significant container
304 "container
[all...]
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_debug.c142 " BlockRead: container %d 0x%x/%d\n",
149 " BlockWrite: container %d 0x%x/%d "
195 case AifEnContainerChange: /* Adapter specific container
198 "container %d,%d\n",
199 aif->data.EN.data.ECC.container[0],
200 aif->data.EN.data.ECC.container[1]);
209 "container %d failed, "
211 aif->data.EN.data.EMF.container,
215 case AifEnContainerEvent: /* Significant container
218 "container
[all...]
/freebsd-11-stable/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c54 char **container; member in struct:vector_str
148 len += strlen(v->container[i]);
165 free(v->container[i]);
167 free(v->container);
186 if (strncmp(v->container[i], o, l) == 0)
218 elem_size = strlen(v->container[i]);
220 memcpy(rtn + elem_pos, v->container[i], elem_size);
252 tmp_ctn[i] = v->container[i];
254 free(v->container);
256 v->container
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIterable.h158 AdaptedIterable(const C &container) : m_container(container) {} argument
173 LockingAdaptedIterable(C &container, MutexType &mutex) argument
174 : AdaptedIterable<C, E, A>(container), m_mutex(&mutex) {
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_iterator.h377 * These are output iterators, constructed from a container-of-T.
378 * Assigning a T to the iterator appends it to the container using
389 _Container* container; member in class:back_insert_iterator
392 /// A nested typedef for the type of whatever container you used.
395 /// The only way to create this %iterator is with a container.
397 back_insert_iterator(_Container& __x) : container(&__x) { }
402 * reference-to-const T for container<T>.
406 * container (you can think of the position as being permanently at
408 * always append the value to the end of the container.
413 container
464 _Container* container; member in class:front_insert_iterator
542 _Container* container; member in class:insert_iterator
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js163 .appendTo(posOptions.container)
442 '^position.container$': function(obj, o, v){
526 var rmove = /^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,
699 container = posOptions.container,
711 doc = container[0].ownerDocument,
734 // Calculate body and container offset and take them into account below
735 if(type !== 'static') { position = container.offset(); }
805 position = this.reposition.offset(target, position, container);
869 PROTOTYPE.reposition.offset = function(elem, pos, container) {
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_module.c152 module_register(const moduledata_t *data, linker_file_t container) argument
162 __func__, data->name, container->filename, newmod->file->filename);
176 if (container)
177 TAILQ_INSERT_TAIL(&container->modules, newmod, flink);
178 newmod->file = container;
H A Dkern_linker.c139 linker_file_t container; member in struct:modlist
515 *result = mod->container;
542 lf = mod->container;
709 if (ml->container == file) {
1435 modlist_newmodule(const char *modname, int version, linker_file_t container) argument
1442 mod->container = container;
1649 if (lf == mod->container)
1651 mod->container->refs++;
1653 mod->container);
[all...]
/freebsd-11-stable/usr.bin/netstat/
H A Dsctp.c108 sctp_print_address(const char *container, union sctp_sockstore *address, argument
116 if (container)
117 xo_open_container(container);
155 if (container)
156 xo_close_container(container);
H A Dinet6.c1265 inet6print(const char *container, struct in6_addr *in6, int port, argument
1273 if (container)
1274 xo_open_container(container);
1298 if (container)
1299 xo_close_container(container);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h149 auto adl_begin(ContainerTy &&container)
150 -> decltype(begin(std::forward<ContainerTy>(container))) {
151 return begin(std::forward<ContainerTy>(container));
157 auto adl_end(ContainerTy &&container)
158 -> decltype(end(std::forward<ContainerTy>(container))) {
159 return end(std::forward<ContainerTy>(container));
173 auto adl_begin(ContainerTy &&container)
174 -> decltype(adl_detail::adl_begin(std::forward<ContainerTy>(container))) {
175 return adl_detail::adl_begin(std::forward<ContainerTy>(container));
179 auto adl_end(ContainerTy &&container)
[all...]

Completed in 206 milliseconds

12