Home
last modified time | relevance | path

Searched refs:value_p (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dcache-null.c32 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 Dcache-inprocess.c212 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 Dcache-memcache.c180 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 Dcache.c67 svn_cache__get(void **value_p, in svn_cache__get() argument
85 (cache->vtable->get)(value_p, in svn_cache__get()
H A Dcache-membuffer.c2923 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 Dscsi_cmdparse.c361 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 Dload-index-cmd.c62 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 Drevs-txns.h172 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 Drevs-txns.c217 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 Dtree.c1199 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 Ddeprecated.c69 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 Dfs-loader.h207 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 Dfs-loader.c938 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 Dfs-wrap.c459 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 Dfs_x.h182 svn_fs_x__revision_prop(svn_string_t **value_p,
H A Dtransaction.h299 svn_fs_x__txn_prop(svn_string_t **value_p,
H A Dindex.c504 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 Dfs_x.c1154 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 Dtree.c423 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 Dsvn_fs.h1322 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 Dtransaction.h279 svn_fs_fs__txn_prop(svn_string_t **value_p,
H A Dfs_fs.h232 svn_error_t *svn_fs_fs__revision_prop(svn_string_t **value_p, svn_fs_t *fs,
H A Dindex.c557 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 Dsvnmucc.c239 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 Dmcp_private.h216 u8 *value_p; member

12