Searched refs:id (Results 251 - 275 of 2375) sorted by last modified time

<<11121314151617181920>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c581 if (svn_fs_fs__id_rev(dirent->id) == revision_info->revision)
587 svn_fs_fs__id_item(dirent->id),
H A Drecovery.c139 filesystem FS), and set MAX_NODE_ID and MAX_COPY_ID to be the node-id
140 and copy-id of that node, if greater than the current value stored
210 svn_string_t *id_str = svn_fs_fs__id_unparse(noderev->id, pool);
227 const svn_fs_id_t *id; local
257 SVN_ERR(svn_fs_fs__id_parse(&id, str, iterpool));
259 rev_item = svn_fs_fs__id_rev_item(id);
263 checked the node and copy id. */
267 node_id = svn_fs_fs__id_node_id(id)->number;
268 copy_id = svn_fs_fs__id_copy_id(id)->number;
291 node-id an
[all...]
H A Dpack.c37 #include "id.h"
565 const svn_fs_fs__id_part_t *id,
569 if (id->number && id->revision >= context->start_rev)
571 int idx = get_item_array_index(context, id->revision, id->number);
656 = svn_fs_fs__id_rev_item(lhs->id);
658 = svn_fs_fs__id_rev_item(rhs->id);
772 path_order->node_id = *svn_fs_fs__id_node_id(noderev->id);
773 path_order->revision = svn_fs_fs__id_rev(noderev->id);
564 get_item(pack_context_t *context, const svn_fs_fs__id_part_t *id, svn_boolean_t reset) argument
[all...]
H A Dlow_level.c37 #define HEADER_ID "id"
69 /* The 256 is an arbitrary size large enough to hold the node id and the
322 /* Get the node-id of the change. */
932 /* Read the node-rev id. */
937 _("Missing id field in node-rev"));
941 SVN_ERR(svn_fs_fs__id_parse(&noderev->id, value, result_pool));
971 noderev->id, result_pool, scratch_pool));
979 noderev->id, result_pool, scratch_pool));
1011 noderev->copyroot_rev = svn_fs_fs__id_rev(noderev->id);
1186 svn_fs_fs__id_unparse(noderev->id,
[all...]
H A Did.c0 /* id.c : operations on node-revision IDs
26 #include "id.h"
143 /* Parse the transaction id in DATA and store the result in *TXN_ID.
229 "malformed txn id '%s'", data);
256 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id;
258 return &id->private_id.node_id;
265 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id;
267 return &id->private_id.copy_id;
274 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id;
276 return &id
252 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
261 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
270 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
279 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
287 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
295 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
303 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
313 const fs_fs__id_t *id = (const fs_fs__id_t *)fs_id; local
427 fs_fs__id_t *id = apr_pcalloc(pool, sizeof(*id)); local
443 fs_fs__id_t *id = apr_pcalloc(pool, sizeof(*id)); local
461 fs_fs__id_t *id = apr_pcalloc(pool, sizeof(*id)); local
481 fs_fs__id_t *id = apr_pcalloc(pool, sizeof(*id)); local
498 const fs_fs__id_t *id = (const fs_fs__id_t *)source; local
512 fs_fs__id_t *id; local
591 svn_fs_id_t *id = id_parse(data, pool); local
610 const fs_fs__id_t *id = (const fs_fs__id_t *)*in; local
629 fs_fs__id_t *id; local
[all...]
H A Dfs_fs.c38 #include "id.h"
1593 if (svn_fs_fs__id_eq(a->id, b->id))
1654 if (svn_fs_fs__id_eq(a->id, b->id))
1741 "id: 0.0.r0/2\n"
1794 "id: 0.0.r0/17\n"
2375 const svn_fs_id_t *id,
2385 if (svn_fs_fs__id_rev(id) != rev)
2394 svn_fs_fs__id_item(id), poo
2370 reindex_node(svn_fs_t *fs, const svn_fs_id_t *id, svn_revnum_t rev, svn_fs_fs__revision_file_t *rev_file, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
[all...]
H A Dfs.h221 by transaction id and filesystem UUID). Objects of this type are
527 /* node revision id of the root node. */
530 /* node revision id of the node which is the root of the revision
608 /* The node-id for this node-rev. */ member in struct:node_revision_t
609 const svn_fs_id_t *id;
611 /* predecessor node revision id, or NULL if there is no predecessor
H A Ddag.c35 #include "id.h"
55 svn_fs_id_t *id;
95 return node->id;
120 Leaves the id and is_fresh_txn_root fields as zero bytes. */
168 node->id, node->node_pool,
189 const svn_fs_id_t *id,
198 new_node->id = svn_fs_fs__id_copy(id, pool);
228 ? node->fresh_root_predecessor_id : node->id;
310 /* Set *ID_P to the node-id fo
54 svn_fs_id_t *id; member in struct:dag_node_t
185 svn_fs_fs__dag_get_node(dag_node_t **node, svn_fs_t *fs, const svn_fs_id_t *id, apr_pool_t *pool) argument
336 set_entry(dag_node_t *parent, const char *name, const svn_fs_id_t *id, svn_node_kind_t kind, const svn_fs_fs__id_part_t *txn_id, apr_pool_t *pool) argument
457 svn_fs_fs__dag_set_entry(dag_node_t *node, const char *entry_name, const svn_fs_id_t *id, svn_node_kind_t kind, const svn_fs_fs__id_part_t *txn_id, apr_pool_t *pool) argument
811 svn_fs_id_t *id; local
864 svn_fs_fs__dag_remove_node(svn_fs_t *fs, const svn_fs_id_t *id, apr_pool_t *pool) argument
884 svn_fs_fs__dag_delete_if_mutable(svn_fs_t *fs, const svn_fs_id_t *id, apr_pool_t *pool) argument
1250 const svn_fs_id_t *id; local
[all...]
H A Dcached_data.h51 const svn_fs_id_t *id,
55 /* Set *ROOT_ID to the node-id for the root of revision REV in
H A Dcached_data.c37 #include "id.h"
257 /* Given a node-id ID, and a representation REP in filesystem FS, open
277 err_dangling_id(svn_fs_t *fs, const svn_fs_id_t *id)
279 svn_string_t *id_str = svn_fs_fs__id_unparse(id, fs->pool);
410 const svn_fs_id_t *id,
418 if (svn_fs_fs__id_is_txn(id))
425 svn_fs_fs__path_txn_node_rev(fs, id,
432 return svn_error_trace(err_dangling_id(fs, id));
450 const svn_fs_fs__id_part_t *rev_item = svn_fs_fs__id_rev_item(id);
511 const svn_fs_id_t *id,
276 err_dangling_id(svn_fs_t *fs, const svn_fs_id_t *id) argument
407 get_node_revision_body(node_revision_t **noderev_p, svn_fs_t *fs, const svn_fs_id_t *id, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
508 svn_fs_fs__get_node_revision(node_revision_t **noderev_p, svn_fs_t *fs, const svn_fs_id_t *id, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2586 read_dir_entries(apr_array_header_t **entries_p, svn_stream_t *stream, svn_boolean_t incremental, const svn_fs_id_t *id, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c59 #include "id.h"
303 const char *svn_txn_id = txn->id;
681 copy id. */
953 /* Add a change to the changes table in FS, keyed on transaction id
955 PATH (whose node revision id is--or was, in the case of a
1025 const svn_fs_id_t *id;
1028 args.id_p = &id;
1034 *id_p = id;
1143 const svn_fs_id_t *id;
1154 SVN_ERR(svn_fs_base__dag_get_node(&node, trail->fs, args->id,
1018 const svn_fs_id_t *id; local
1136 const svn_fs_id_t *id; member in struct:node_kind_args
1707 const svn_fs_id_t *id; member in struct:txn_pred_count_args
1727 const svn_fs_id_t *id; /* The node id whose predecessor we want. */ member in struct:txn_pred_id_args
1767 const svn_fs_id_t *id = node_id; local
4897 const svn_fs_id_t *id; member in struct:id_created_rev_args
4964 const svn_fs_id_t *id; local
[all...]
H A Drevs-txns.c42 #include "id.h"
57 transaction in FS whose id is TXN_ID. If EXPECT_DEAD is set, this
477 const char *id;
487 SVN_ERR(get_txn(&txn, trail->fs, args->id, FALSE, trail, trail->pool));
489 return svn_fs_base__err_txn_not_mutable(trail->fs, args->id);
506 args.id = txn_id;
527 args.id = txn->id;
550 args.id = txn->id;
473 const char *id; member in struct:txn_proplist_args
560 const char *id; member in struct:change_txn_prop_args
667 make_txn(svn_fs_t *fs, const char *id, svn_revnum_t base_rev, apr_pool_t *pool) argument
876 const svn_fs_id_t *id; member in struct:get_dirents_args
908 const svn_fs_id_t *id; member in struct:remove_node_args
923 delete_txn_tree(svn_fs_t *fs, const svn_fs_id_t *id, const char *txn_id, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h469 svn_string_t *(*unparse)(const svn_fs_id_t *id,
525 const char *id;
520 const char *id; member in struct:svn_fs_txn_t
H A Dfs-loader.c910 *name_p = apr_pstrdup(pool, txn->id);
2092 svn_fs_unparse_id(const svn_fs_id_t *id, apr_pool_t *pool)
2094 return id->vtable->unparse(id, pool);
2084 svn_fs_unparse_id(const svn_fs_id_t *id, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dbranch.c41 /* Is EID allocated (no matter whether an element with this id exists)? */
756 svn_branch__el_rev_id_t *id = apr_palloc(result_pool, sizeof(*id)); local
758 id->branch = branch;
759 id->eid = eid;
760 id->rev = rev;
761 return id;
783 svn_branch__rev_bid_eid_t *id = apr_palloc(result_pool, sizeof(*id)); local
785 id
795 svn_branch__rev_bid_eid_t *id; local
810 svn_branch__rev_bid_t *id = apr_palloc(result_pool, sizeof(*id)); local
821 svn_branch__rev_bid_t *id; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c130 svn_client_conflict_option_id_t id;
6731 _("Unexpected option id '%d'"), option_id);
6757 _("Unexpected option id '%d'"), option_id);
6784 _("Unexpected option id '%d'"), option_id);
6807 _("Unexpected option id '%d'"), option_id);
7850 option->id,
8319 option->id,
9909 svn_client_conflict_option_id_t id,
9918 option->id = id;
128 svn_client_conflict_option_id_t id; member in struct:svn_client_conflict_option_t
9905 add_resolution_option(apr_array_header_t *options, svn_client_conflict_t *conflict, svn_client_conflict_option_id_t id, const char *label, const char *description, conflict_option_resolve_func_t resolve_func) argument
11952 svn_client_conflict_option_id_t id; local
12098 svn_client_conflict_option_id_t id; local
12212 svn_client_conflict_option_id_t id; local
12380 svn_client_conflict_option_id_t id; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h916 * revision id, #svn_fs_id_t. Its node revision id also identifies which
970 /** An object representing a node-revision id. */
1014 * node revision id @a id. Allocate the string containing the
1018 svn_fs_unparse_id(const svn_fs_id_t *id,
1590 /** node revision id of changed path */
1647 /** node revision id of changed path */
1845 * @note This function uses node-id ancestry alone to determine
1911 /** Get the id o
2306 const svn_fs_id_t *id; member in struct:svn_fs_dirent_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_cache.h131 /** A string identifying the cache instance. Usually a copy of the @a id
134 const char* id;
205 * accesses to the cache will be protected with a mutex. The @a id
224 const char *id,
384 * @a result_pool. The given @c id is the only data stored in it and can
392 const char *id,
133 const char* id; member in struct:svn_cache__info_t
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockaddr.c302 /* handle scope id; this is the only context where it is allowed */
305 if (scope_delim == end_bracket - 1) { /* '%' without scope id */
1263 apr_uint32_t *id,
1280 if (id) *id = sa->sa.sin6.sin6_scope_id;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_network_io.h456 * @param name If non-NULL, set to the textual representation of the zone id
457 * @param id If non-NULL, set to the integer zone id
459 * @return Returns APR_EBADIP for non-IPv6 socket or socket without any zone id
461 * @remark Both name and id may be NULL, neither are modified if
466 apr_uint32_t *id,
482 * Parse hostname/IP address with scope id and port.
489 * [fe80::1%eth0] (IPv6 numeric address string and scope id)
498 * @param scope_id The new buffer containing just the scope id. On output,
499 * *scope_id will be NULL if no scope id wa
[all...]
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_er.c116 static struct wps_er_ap * wps_er_ap_get_id(struct wps_er *er, unsigned int id) argument
120 if (ap->id == id)
462 ap->er->event_id, ap->id, 1800);
655 ap->id = ++er->next_ap_id;
1159 wpa_printf(MSG_DEBUG, "WPS ER: HTTP event from unknown AP id "
1164 wpa_printf(MSG_MSGDUMP, "WPS ER: HTTP event from AP id %u: %s",
1197 "unknown event id %u", event_id);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp323 : SyntheticSection(SHF_ALLOC, SHT_NOTE, 4, ".note.gnu.build-id"),
410 uint32_t id = read32(piece.data().data() + 4); local
411 if (id == 0) {
416 uint32_t cieOffset = offset + 4 - id;
3013 writeOne(buf, v.id, v.name, *nameOffIt++);
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c541 struct usb_interface_descriptor *id; local
624 (ed->bLength >= sizeof(*id))) {
625 id = (struct usb_interface_descriptor *)ed;
626 i = id->bInterfaceNumber;
627 j = id->bAlternateSetting;
664 id = usbd_get_interface_descriptor(iface);
666 if ((id != NULL) &&
667 (id->bInterfaceClass == UICLASS_WIRELESS) &&
668 (id->bInterfaceSubClass == UISUBCLASS_RF) &&
669 (id
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_hid.c564 hid_report_size(const void *buf, usb_size_t len, enum hid_kind k, uint8_t *id) argument
581 if (id != NULL)
582 *id = h.report_ID;
606 else if (id != NULL)
607 *id = 0;
618 uint8_t index, struct hid_location *loc, uint32_t *flags, uint8_t *id)
631 if (id != NULL)
632 *id = h.report_ID;
641 if (id != NULL)
642 *id
617 hid_locate(const void *desc, usb_size_t size, int32_t u, enum hid_kind k, uint8_t index, struct hid_location *loc, uint32_t *flags, uint8_t *id) argument
777 hid_get_descriptor_from_usb(struct usb_config_descriptor *cd, struct usb_interface_descriptor *id) argument
[all...]
/freebsd-11-stable/lib/libusbhid/
H A Dparse.c153 hid_start_parse(report_desc_t d, int kindset, int id) argument
162 s->reportid = id;
529 hid_report_size(report_desc_t r, enum hid_kind k, int id) argument
542 for (d = hid_start_parse(r, 1 << k, id); hid_get_item(d, &h); ) {
570 hid_item_t *h, int id)
574 for (d = hid_start_parse(desc, 1 << k, id); hid_get_item(d, h); ) {
569 hid_locate(report_desc_t desc, unsigned int u, enum hid_kind k, hid_item_t *h, int id) argument

Completed in 345 milliseconds

<<11121314151617181920>>