| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | cache-null.c | 32 null_cache_get(void **value_p, in null_cache_get() argument 39 *value_p = NULL; in null_cache_get() 81 null_cache_get_partial(void **value_p, in null_cache_get_partial() argument
|
| H A D | cache-inprocess.c | 212 inprocess_cache_get(void **value_p, in inprocess_cache_get() argument 235 *value_p = NULL; in inprocess_cache_get() 237 return cache->deserialize_func(value_p, buffer, size, result_pool); in inprocess_cache_get() 241 *value_p = NULL; in inprocess_cache_get() 497 inprocess_cache_get_partial_internal(void **value_p, in inprocess_cache_get_partial_internal() argument 515 return func(value_p, entry->value, entry->size, baton, result_pool); in inprocess_cache_get_partial_internal() 519 inprocess_cache_get_partial(void **value_p, in inprocess_cache_get_partial() argument 531 inprocess_cache_get_partial_internal(value_p, in inprocess_cache_get_partial()
|
| H A D | cache-memcache.c | 180 memcache_get(void **value_p, in memcache_get() argument 201 SVN_ERR((cache->deserialize_func)(value_p, data, data_len, in memcache_get() 210 *value_p = value; in memcache_get() 297 memcache_get_partial(void **value_p, in memcache_get_partial() argument 318 ? func(value_p, data, size, baton, result_pool) in memcache_get_partial()
|
| H A D | cache.c | 67 svn_cache__get(void **value_p, in svn_cache__get() argument 85 (cache->vtable->get)(value_p, in svn_cache__get()
|
| H A D | cache-membuffer.c | 2923 svn_membuffer_cache_get(void **value_p, in svn_membuffer_cache_get() argument 2936 *value_p = NULL; in svn_membuffer_cache_get() 2950 value_p, in svn_membuffer_cache_get() 2956 *found = *value_p != NULL; in svn_membuffer_cache_get() 3042 svn_membuffer_cache_get_partial(void **value_p, in svn_membuffer_cache_get_partial() argument 3056 *value_p = NULL; in svn_membuffer_cache_get_partial() 3065 value_p, in svn_membuffer_cache_get_partial() 3195 svn_membuffer_cache_get_synced(void **value_p, in svn_membuffer_cache_get_synced() argument 3203 svn_membuffer_cache_get(value_p, in svn_membuffer_cache_get_synced() 3251 svn_membuffer_cache_get_partial_synced(void **value_p, in svn_membuffer_cache_get_partial_synced() argument [all …]
|
| /freebsd-13.1/lib/libcam/ |
| H A D | scsi_cmdparse.c | 361 next_field(const char **pp, char *fmt, int *width_p, int *value_p, char *name, in next_field() argument 431 value = *value_p; in next_field() 438 value = *value_p; in next_field() 454 value = *value_p; in next_field() 469 value = *value_p; in next_field() 542 *value_p = value; in next_field()
|
| /freebsd-13.1/contrib/subversion/subversion/svnfsfs/ |
| H A D | load-index-cmd.c | 62 token_to_i64(apr_int64_t *value_p, in token_to_i64() argument 87 *value_p = value; in token_to_i64()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | revs-txns.h | 172 svn_error_t *svn_fs_base__revision_prop(svn_string_t **value_p, svn_fs_t *fs, 207 svn_error_t *svn_fs_base__txn_prop(svn_string_t **value_p, svn_fs_txn_t *txn,
|
| H A D | revs-txns.c | 217 svn_fs_base__revision_prop(svn_string_t **value_p, in svn_fs_base__revision_prop() argument 237 *value_p = svn_hash_gets(table, propname); in svn_fs_base__revision_prop() 533 svn_fs_base__txn_prop(svn_string_t **value_p, in svn_fs_base__txn_prop() argument 551 *value_p = svn_hash_gets(table, propname); in svn_fs_base__txn_prop()
|
| H A D | tree.c | 1199 svn_string_t **value_p; member 1217 *(args->value_p) = NULL; in txn_body_node_prop() 1219 *(args->value_p) = svn_hash_gets(proplist, args->propname); in txn_body_node_prop() 1225 base_node_prop(svn_string_t **value_p, in base_node_prop() argument 1235 args.value_p = &value; in base_node_prop() 1241 *value_p = svn_string_dup(value, pool); in base_node_prop()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs/ |
| H A D | deprecated.c | 69 svn_fs_revision_prop(svn_string_t **value_p, in svn_fs_revision_prop() argument 76 svn_fs_revision_prop2(value_p, fs, rev, propname, TRUE, pool, in svn_fs_revision_prop()
|
| H A D | fs-loader.h | 207 svn_error_t *(*revision_prop)(svn_string_t **value_p, svn_fs_t *fs, 290 svn_error_t *(*get_prop)(svn_string_t **value_p, svn_fs_txn_t *txn, 361 svn_error_t *(*node_prop)(svn_string_t **value_p, svn_fs_root_t *root,
|
| H A D | fs-loader.c | 938 svn_fs_txn_prop(svn_string_t **value_p, svn_fs_txn_t *txn, in svn_fs_txn_prop() argument 943 *value_p = NULL; in svn_fs_txn_prop() 947 return svn_error_trace(txn->vtable->get_prop(value_p, txn, propname, pool)); in svn_fs_txn_prop() 1309 svn_fs_node_prop(svn_string_t **value_p, svn_fs_root_t *root, in svn_fs_node_prop() argument 1312 return svn_error_trace(root->vtable->node_prop(value_p, root, path, in svn_fs_node_prop() 1680 svn_fs_revision_prop2(svn_string_t **value_p, in svn_fs_revision_prop2() argument 1688 return svn_error_trace(fs->vtable->revision_prop(value_p, fs, rev, in svn_fs_revision_prop2()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | fs-wrap.c | 459 svn_repos_fs_revision_prop(svn_string_t **value_p, in svn_repos_fs_revision_prop() argument 476 *value_p = NULL; in svn_repos_fs_revision_prop() 483 *value_p = NULL; in svn_repos_fs_revision_prop() 486 SVN_ERR(svn_fs_revision_prop2(value_p, repos->fs, in svn_repos_fs_revision_prop() 491 SVN_ERR(svn_fs_revision_prop2(value_p, repos->fs, rev, propname, TRUE, in svn_repos_fs_revision_prop()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | fs_x.h | 182 svn_fs_x__revision_prop(svn_string_t **value_p,
|
| H A D | transaction.h | 299 svn_fs_x__txn_prop(svn_string_t **value_p,
|
| H A D | index.c | 504 apr_uint64_t *value_p, in read_uint64_from_proto_index() argument 508 apr_byte_t buffer[sizeof(*value_p)]; in read_uint64_from_proto_index() 529 *value_p = value; in read_uint64_from_proto_index() 540 apr_uint32_t *value_p, in read_uint32_from_proto_index() argument 561 *value_p = (apr_uint32_t)value; in read_uint32_from_proto_index() 572 apr_off_t *value_p, in read_off_t_from_proto_index() argument 594 *value_p = (apr_off_t)value; in read_off_t_from_proto_index()
|
| H A D | fs_x.c | 1154 svn_fs_x__revision_prop(svn_string_t **value_p, in svn_fs_x__revision_prop() argument 1168 *value_p = svn_string_dup(svn_hash_gets(table, propname), result_pool); in svn_fs_x__revision_prop()
|
| H A D | tree.c | 423 x_node_prop(svn_string_t **value_p, in x_node_prop() argument 436 *value_p = NULL; in x_node_prop() 438 *value_p = svn_string_dup(svn_hash_gets(proplist, propname), pool); in x_node_prop()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_fs.h | 1322 svn_fs_txn_prop(svn_string_t **value_p, 1984 svn_fs_node_prop(svn_string_t **value_p, 2799 svn_fs_revision_prop2(svn_string_t **value_p, 2816 svn_fs_revision_prop(svn_string_t **value_p,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | transaction.h | 279 svn_fs_fs__txn_prop(svn_string_t **value_p,
|
| H A D | fs_fs.h | 232 svn_error_t *svn_fs_fs__revision_prop(svn_string_t **value_p, svn_fs_t *fs,
|
| H A D | index.c | 557 apr_uint64_t *value_p, in read_uint64_from_proto_index() argument 561 apr_byte_t buffer[sizeof(*value_p)]; in read_uint64_from_proto_index() 582 *value_p = value; in read_uint64_from_proto_index() 593 apr_uint32_t *value_p, in read_uint32_from_proto_index() argument 614 *value_p = (apr_uint32_t)value; in read_uint32_from_proto_index() 625 apr_off_t *value_p, in read_off_t_from_proto_index() argument 647 *value_p = (apr_off_t)value; in read_off_t_from_proto_index()
|
| /freebsd-13.1/contrib/subversion/subversion/svnmucc/ |
| H A D | svnmucc.c | 239 read_propvalue_file(const svn_string_t **value_p, in read_propvalue_file() argument 247 *value_p = svn_string_create_from_buf(value, pool); in read_propvalue_file()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | mcp_private.h | 216 u8 *value_p; member
|