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

12

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-inprocess.c214 inprocess_cache_get(void **value_p, argument
237 *value_p = NULL;
239 return cache->deserialize_func(value_p, buffer, size, result_pool);
243 *value_p = NULL;
499 inprocess_cache_get_partial_internal(void **value_p, argument
517 return func(value_p, entry->value, entry->size, baton, result_pool);
521 inprocess_cache_get_partial(void **value_p, argument
533 inprocess_cache_get_partial_internal(value_p,
H A Dcache-memcache.c180 memcache_get(void **value_p, argument
201 SVN_ERR((cache->deserialize_func)(value_p, data, data_len,
210 *value_p = value;
297 memcache_get_partial(void **value_p, argument
318 ? func(value_p, data, size, baton, result_pool)
H A Dcache.c67 svn_cache__get(void **value_p, argument
85 (cache->vtable->get)(value_p,
H A Dcache-membuffer.c2679 svn_membuffer_cache_get(void **value_p, argument
2692 *value_p = NULL;
2706 value_p,
2712 *found = *value_p != NULL;
2798 svn_membuffer_cache_get_partial(void **value_p, argument
2812 *value_p = NULL;
2821 value_p,
2951 svn_membuffer_cache_get_synced(void **value_p, argument
2959 svn_membuffer_cache_get(value_p,
3007 svn_membuffer_cache_get_partial_synced(void **value_p, argument
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgnu-v3-abi.c280 gnuv3_virtual_fn_field (struct value **value_p, argument
286 struct value *value = *value_p;
347 *value_p = value_addr (value_cast (type, *value_p));
/freebsd-10-stable/lib/libcam/
H A Dscsi_cmdparse.c358 next_field(const char **pp, char *fmt, int *width_p, int *value_p, char *name, argument
428 value = *value_p;
435 value = *value_p;
451 value = *value_p;
466 value = *value_p;
539 *value_p = value;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Drevs-txns.h174 svn_error_t *svn_fs_base__revision_prop(svn_string_t **value_p, svn_fs_t *fs,
205 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,
235 *value_p = svn_hash_gets(table, propname);
525 svn_fs_base__txn_prop(svn_string_t **value_p,
543 *value_p = svn_hash_gets(table, propname);
215 svn_fs_base__revision_prop(svn_string_t **value_p, svn_fs_t *fs, svn_revnum_t rev, const char *propname, apr_pool_t *pool) argument
521 svn_fs_base__txn_prop(svn_string_t **value_p, svn_fs_txn_t *txn, const char *propname, apr_pool_t *pool) argument
H A Dtree.c1205 svn_string_t **value_p;
1223 *(args->value_p) = NULL;
1225 *(args->value_p) = svn_hash_gets(proplist, args->propname);
1231 base_node_prop(svn_string_t **value_p,
1241 args.value_p = &value;
1247 *value_p = svn_string_dup(value, pool);
1198 svn_string_t **value_p; member in struct:node_prop_args
1224 base_node_prop(svn_string_t **value_p, svn_fs_root_t *root, const char *path, const char *propname, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/svnfsfs/
H A Dload-index-cmd.c62 token_to_i64(apr_int64_t *value_p, argument
87 *value_p = value;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs_x.h165 svn_fs_x__revision_prop(svn_string_t **value_p,
H A Dtransaction.h300 svn_fs_x__txn_prop(svn_string_t **value_p,
H A Dfs.c226 x_revision_prop(svn_string_t **value_p,
233 SVN_ERR(svn_fs_x__revision_prop(value_p, fs, rev, propname, pool,
224 x_revision_prop(svn_string_t **value_p, svn_fs_t *fs, svn_revnum_t rev, const char *propname, apr_pool_t *pool) argument
H A Dfs_x.c1101 svn_fs_x__revision_prop(svn_string_t **value_p,
1114 *value_p = svn_string_dup(svn_hash_gets(table, propname), result_pool);
1099 svn_fs_x__revision_prop(svn_string_t **value_p, svn_fs_t *fs, svn_revnum_t rev, const char *propname, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dindex.c514 apr_uint64_t *value_p,
518 apr_byte_t buffer[sizeof(*value_p)];
539 *value_p = value;
550 apr_uint32_t *value_p,
571 *value_p = (apr_uint32_t)value;
582 apr_off_t *value_p,
604 *value_p = (apr_off_t)value;
513 read_uint64_from_proto_index(apr_file_t *proto_index, apr_uint64_t *value_p, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
549 read_uint32_from_proto_index(apr_file_t *proto_index, apr_uint32_t *value_p, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
581 read_off_t_from_proto_index(apr_file_t *proto_index, apr_off_t *value_p, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h209 svn_error_t *(*revision_prop)(svn_string_t **value_p, svn_fs_t *fs,
281 svn_error_t *(*get_prop)(svn_string_t **value_p, svn_fs_txn_t *txn,
348 svn_error_t *(*node_prop)(svn_string_t **value_p, svn_fs_root_t *root,
H A Dfs-loader.c933 svn_fs_txn_prop(svn_string_t **value_p, svn_fs_txn_t *txn,
938 *value_p = NULL;
942 return svn_error_trace(txn->vtable->get_prop(value_p, txn, propname, pool));
1190 svn_fs_node_prop(svn_string_t **value_p, svn_fs_root_t *root,
1193 return svn_error_trace(root->vtable->node_prop(value_p, root, path,
1563 svn_fs_revision_prop(svn_string_t **value_p, svn_fs_t *fs, svn_revnum_t rev,
1566 return svn_error_trace(fs->vtable->revision_prop(value_p, fs, rev,
928 svn_fs_txn_prop(svn_string_t **value_p, svn_fs_txn_t *txn, const char *propname, apr_pool_t *pool) argument
1184 svn_fs_node_prop(svn_string_t **value_p, svn_fs_root_t *root, const char *path, const char *propname, apr_pool_t *pool) argument
1557 svn_fs_revision_prop(svn_string_t **value_p, svn_fs_t *fs, svn_revnum_t rev, const char *propname, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtransaction.h279 svn_fs_fs__txn_prop(svn_string_t **value_p,
H A Dfs_fs.h222 svn_error_t *svn_fs_fs__revision_prop(svn_string_t **value_p, svn_fs_t *fs,
H A Dindex.c556 apr_uint64_t *value_p,
560 apr_byte_t buffer[sizeof(*value_p)];
581 *value_p = value;
592 apr_uint32_t *value_p,
613 *value_p = (apr_uint32_t)value;
624 apr_off_t *value_p,
646 *value_p = (apr_off_t)value;
555 read_uint64_from_proto_index(apr_file_t *proto_index, apr_uint64_t *value_p, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
591 read_uint32_from_proto_index(apr_file_t *proto_index, apr_uint32_t *value_p, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
623 read_off_t_from_proto_index(apr_file_t *proto_index, apr_off_t *value_p, svn_boolean_t *eof, apr_pool_t *scratch_pool) argument
H A Dfs_fs.c2073 svn_fs_fs__revision_prop(svn_string_t **value_p,
2084 *value_p = svn_hash_gets(table, propname);
2070 svn_fs_fs__revision_prop(svn_string_t **value_p, svn_fs_t *fs, svn_revnum_t rev, const char *propname, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c427 svn_repos_fs_revision_prop(svn_string_t **value_p,
444 *value_p = NULL;
451 *value_p = NULL;
454 SVN_ERR(svn_fs_revision_prop(value_p, repos->fs,
459 SVN_ERR(svn_fs_revision_prop(value_p, repos->fs, rev, propname, pool));
424 svn_repos_fs_revision_prop(svn_string_t **value_p, svn_repos_t *repos, svn_revnum_t rev, const char *propname, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c229 read_propvalue_file(const svn_string_t **value_p, argument
237 *value_p = svn_string_create_from_buf(value, pool);
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h217 u8 *value_p; member in struct:__anon1794
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_fs.h1290 /** Set @a *value_p to the value of the property named @a propname on
1292 * @a *value_p to zero. Allocate the result in @a pool.
1295 svn_fs_txn_prop(svn_string_t **value_p,
1816 /** Set @a *value_p to the value of the property named @a propname of
1818 * @a *value_p to zero. Allocate the result in @a pool.
1821 svn_fs_node_prop(svn_string_t **value_p,
2562 /** Set @a *value_p to the value of the property named @a propname on
2564 * that name, set @a *value_p to zero. Allocate the result in @a pool.
2567 svn_fs_revision_prop(svn_string_t **value_p,

Completed in 574 milliseconds

12