Home
last modified time | relevance | path

Searched refs:entry_out (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libappfuse/tests/
H A DFuseAppLoopTest.cc148 EXPECT_EQ(10u, response_.entry_out.nodeid); in TEST_F()
149 EXPECT_EQ(0u, response_.entry_out.generation); in TEST_F()
151 EXPECT_EQ(10u, response_.entry_out.attr_valid); in TEST_F()
155 EXPECT_EQ(10u, response_.entry_out.attr.ino); in TEST_F()
158 EXPECT_EQ(0u, response_.entry_out.attr.atime); in TEST_F()
159 EXPECT_EQ(0u, response_.entry_out.attr.mtime); in TEST_F()
160 EXPECT_EQ(0u, response_.entry_out.attr.ctime); in TEST_F()
165 EXPECT_EQ(0u, response_.entry_out.attr.nlink); in TEST_F()
166 EXPECT_EQ(0u, response_.entry_out.attr.uid); in TEST_F()
167 EXPECT_EQ(0u, response_.entry_out.attr.gid); in TEST_F()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libappfuse/tests/
H A DFuseAppLoopTest.cc148 EXPECT_EQ(10u, response_.entry_out.nodeid); in TEST_F()
149 EXPECT_EQ(0u, response_.entry_out.generation); in TEST_F()
151 EXPECT_EQ(10u, response_.entry_out.attr_valid); in TEST_F()
155 EXPECT_EQ(10u, response_.entry_out.attr.ino); in TEST_F()
158 EXPECT_EQ(0u, response_.entry_out.attr.atime); in TEST_F()
159 EXPECT_EQ(0u, response_.entry_out.attr.mtime); in TEST_F()
160 EXPECT_EQ(0u, response_.entry_out.attr.ctime); in TEST_F()
165 EXPECT_EQ(0u, response_.entry_out.attr.nlink); in TEST_F()
166 EXPECT_EQ(0u, response_.entry_out.attr.uid); in TEST_F()
167 EXPECT_EQ(0u, response_.entry_out.attr.gid); in TEST_F()
[all …]
/dports/security/tpm2-abrmd/tpm2-abrmd-2.4.0/test/
H A Dhandle-map_unit.c116 HandleMapEntry *entry_out; in handle_map_vlookup_test() local
118 entry_out = HANDLE_MAP_ENTRY (handle_map_vlookup (data->map, VHANDLE)); in handle_map_vlookup_test()
119 assert_int_equal (data->entry, entry_out); in handle_map_vlookup_test()
120 g_object_unref (entry_out); in handle_map_vlookup_test()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/linux/
H A Ddebug_rendezvous.cc58 DebugRendezvous::LinkEntry* entry_out) { in ReadLinkEntry() argument
69 entry_out->load_bias = entry.l_addr; in ReadLinkEntry()
70 entry_out->dynamic_array = entry.l_ld; in ReadLinkEntry()
71 entry_out->name.swap(name); in ReadLinkEntry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/linux/
H A Ddebug_rendezvous.cc63 DebugRendezvous::LinkEntry* entry_out) { in ReadLinkEntry() argument
74 entry_out->load_bias = entry.l_addr; in ReadLinkEntry()
75 entry_out->dynamic_array = entry.l_ld; in ReadLinkEntry()
76 entry_out->name.swap(name); in ReadLinkEntry()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libappfuse/
H A DFuseAppLoop.cc157 response.entry_out.nodeid = inode; in ReplyLookup()
158 response.entry_out.attr_valid = 10; in ReplyLookup()
159 response.entry_out.entry_valid = 10; in ReplyLookup()
160 response.entry_out.attr.ino = inode; in ReplyLookup()
161 response.entry_out.attr.mode = S_IFREG | 0777; in ReplyLookup()
162 response.entry_out.attr.size = size; in ReplyLookup()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libappfuse/
H A DFuseAppLoop.cc157 response.entry_out.nodeid = inode; in ReplyLookup()
158 response.entry_out.attr_valid = 10; in ReplyLookup()
159 response.entry_out.entry_valid = 10; in ReplyLookup()
160 response.entry_out.attr.ino = inode; in ReplyLookup()
161 response.entry_out.attr.mode = S_IFREG | 0777; in ReplyLookup()
162 response.entry_out.attr.size = size; in ReplyLookup()
/dports/security/tor/tor-0.4.6.8/src/feature/dircache/
H A Dconsdiffmgr.h34 struct consensus_cache_entry_t **entry_out,
39 struct consensus_cache_entry_t **entry_out,
H A Dconsdiffmgr.c629 consdiffmgr_find_consensus(struct consensus_cache_entry_t **entry_out, in consdiffmgr_find_consensus() argument
633 tor_assert(entry_out); in consdiffmgr_find_consensus()
644 *entry_out = consensus_cache_entry_handle_get(handle); in consdiffmgr_find_consensus()
645 if (*entry_out) in consdiffmgr_find_consensus()
660 consdiffmgr_find_diff_from(consensus_cache_entry_t **entry_out, in consdiffmgr_find_diff_from() argument
692 *entry_out = consensus_cache_entry_handle_get(ent->entry); in consdiffmgr_find_diff_from()
693 return (*entry_out) ? CONSDIFF_AVAILABLE : CONSDIFF_NOT_FOUND; in consdiffmgr_find_diff_from()
708 *entry_out = sort_and_find_most_recent(matches); in consdiffmgr_find_diff_from()
710 (*entry_out) ? CONSDIFF_AVAILABLE : CONSDIFF_NOT_FOUND; in consdiffmgr_find_diff_from()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dircache/
H A Dconsdiffmgr.h34 struct consensus_cache_entry_t **entry_out,
39 struct consensus_cache_entry_t **entry_out,
H A Dconsdiffmgr.c629 consdiffmgr_find_consensus(struct consensus_cache_entry_t **entry_out, in consdiffmgr_find_consensus() argument
633 tor_assert(entry_out); in consdiffmgr_find_consensus()
644 *entry_out = consensus_cache_entry_handle_get(handle); in consdiffmgr_find_consensus()
645 if (*entry_out) in consdiffmgr_find_consensus()
660 consdiffmgr_find_diff_from(consensus_cache_entry_t **entry_out, in consdiffmgr_find_diff_from() argument
692 *entry_out = consensus_cache_entry_handle_get(ent->entry); in consdiffmgr_find_diff_from()
693 return (*entry_out) ? CONSDIFF_AVAILABLE : CONSDIFF_NOT_FOUND; in consdiffmgr_find_diff_from()
708 *entry_out = sort_and_find_most_recent(matches); in consdiffmgr_find_diff_from()
710 (*entry_out) ? CONSDIFF_AVAILABLE : CONSDIFF_NOT_FOUND; in consdiffmgr_find_diff_from()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/mm/pat/
H A Dmemtype_interval.c175 int memtype_copy_nth_element(struct memtype *entry_out, loff_t pos) in memtype_copy_nth_element() argument
188 *entry_out = *entry_match; in memtype_copy_nth_element()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/mm/pat/
H A Dmemtype_interval.c175 int memtype_copy_nth_element(struct memtype *entry_out, loff_t pos) in memtype_copy_nth_element() argument
188 *entry_out = *entry_match; in memtype_copy_nth_element()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/mm/pat/
H A Dmemtype_interval.c175 int memtype_copy_nth_element(struct memtype *entry_out, loff_t pos) in memtype_copy_nth_element() argument
188 *entry_out = *entry_match; in memtype_copy_nth_element()
/dports/databases/postgis32/postgis-3.2.0/postgis/
H A Dgserialized_gist_nd.c915 GISTENTRY *entry_out = NULL; in gserialized_gist_compress() local
934 entry_out = palloc(sizeof(GISTENTRY)); in gserialized_gist_compress()
943 gistentryinit(*entry_out, (Datum)0, entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress()
945 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
957 gistentryinit(*entry_out, in gserialized_gist_compress()
963 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
976 gistentryinit(*entry_out, in gserialized_gist_compress()
982 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
991 …*entry_out, PointerGetDatum(gidx_copy(bbox_out)), entry_in->rel, entry_in->page, entry_in->offset,… in gserialized_gist_compress()
995 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
H A Dgserialized_gist_2d.c836 GISTENTRY *entry_out = NULL; in gserialized_gist_compress_2d() local
853 entry_out = palloc(sizeof(GISTENTRY)); in gserialized_gist_compress_2d()
862 gistentryinit(*entry_out, (Datum) 0, entry_in->rel, in gserialized_gist_compress_2d()
865 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
875 gistentryinit(*entry_out, PointerGetDatum(box2df_copy(&bbox_out)), in gserialized_gist_compress_2d()
879 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
889 gistentryinit(*entry_out, PointerGetDatum(box2df_copy(&bbox_out)), in gserialized_gist_compress_2d()
893 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
900 gistentryinit(*entry_out, PointerGetDatum(box2df_copy(&bbox_out)), in gserialized_gist_compress_2d()
905 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
/dports/databases/postgis31/postgis-3.1.4/postgis/
H A Dgserialized_gist_nd.c915 GISTENTRY *entry_out = NULL; in gserialized_gist_compress() local
934 entry_out = palloc(sizeof(GISTENTRY)); in gserialized_gist_compress()
943 gistentryinit(*entry_out, (Datum)0, entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress()
945 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
957 gistentryinit(*entry_out, in gserialized_gist_compress()
963 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
976 gistentryinit(*entry_out, in gserialized_gist_compress()
982 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
991 …*entry_out, PointerGetDatum(gidx_copy(bbox_out)), entry_in->rel, entry_in->page, entry_in->offset,… in gserialized_gist_compress()
995 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
H A Dgserialized_gist_2d.c820 GISTENTRY *entry_out = NULL; in gserialized_gist_compress_2d() local
837 entry_out = palloc(sizeof(GISTENTRY)); in gserialized_gist_compress_2d()
846 gistentryinit(*entry_out, (Datum) 0, entry_in->rel, in gserialized_gist_compress_2d()
849 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
859 gistentryinit(*entry_out, PointerGetDatum(box2df_copy(&bbox_out)), in gserialized_gist_compress_2d()
863 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
873 gistentryinit(*entry_out, PointerGetDatum(box2df_copy(&bbox_out)), in gserialized_gist_compress_2d()
877 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
884 gistentryinit(*entry_out, PointerGetDatum(box2df_copy(&bbox_out)), in gserialized_gist_compress_2d()
889 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
/dports/databases/postgis30/postgis-3.0.4/postgis/
H A Dgserialized_gist_nd.c915 GISTENTRY *entry_out = NULL; in gserialized_gist_compress() local
934 entry_out = palloc(sizeof(GISTENTRY)); in gserialized_gist_compress()
943 gistentryinit(*entry_out, (Datum)0, entry_in->rel, entry_in->page, entry_in->offset, false); in gserialized_gist_compress()
945 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
957 gistentryinit(*entry_out, in gserialized_gist_compress()
963 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
976 gistentryinit(*entry_out, in gserialized_gist_compress()
982 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
991 …*entry_out, PointerGetDatum(gidx_copy(bbox_out)), entry_in->rel, entry_in->page, entry_in->offset,… in gserialized_gist_compress()
995 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
H A Dgserialized_gist_2d.c773 GISTENTRY *entry_out = NULL; in gserialized_gist_compress_2d() local
790 entry_out = palloc(sizeof(GISTENTRY)); in gserialized_gist_compress_2d()
799 gistentryinit(*entry_out, (Datum) 0, entry_in->rel, in gserialized_gist_compress_2d()
802 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
812 gistentryinit(*entry_out, PointerGetDatum(box2df_copy(&bbox_out)), in gserialized_gist_compress_2d()
816 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
826 gistentryinit(*entry_out, PointerGetDatum(box2df_copy(&bbox_out)), in gserialized_gist_compress_2d()
830 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
837 gistentryinit(*entry_out, PointerGetDatum(box2df_copy(&bbox_out)), in gserialized_gist_compress_2d()
842 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress_2d()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/kdb/lmdb/
H A Dmarshal.c167 const void *enc, size_t enc_len, krb5_db_entry **entry_out) in klmdb_decode_princ() argument
178 *entry_out = NULL; in klmdb_decode_princ()
244 *entry_out = entry; in klmdb_decode_princ()
/dports/security/krb5/krb5-1.19.2/src/plugins/kdb/lmdb/
H A Dmarshal.c167 const void *enc, size_t enc_len, krb5_db_entry **entry_out) in klmdb_decode_princ() argument
178 *entry_out = NULL; in klmdb_decode_princ()
244 *entry_out = entry; in klmdb_decode_princ()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Ddictionary.h80 int* entry_out = nullptr);
181 PropertyDetails details, int* entry_out = nullptr);
187 int* entry_out = nullptr);
/dports/databases/postgis25/postgis-2.5.5/postgis/
H A Dgserialized_gist_nd.c1094 GISTENTRY *entry_out = NULL; in gserialized_gist_compress() local
1113 entry_out = palloc(sizeof(GISTENTRY)); in gserialized_gist_compress()
1122 gistentryinit(*entry_out, (Datum) 0, entry_in->rel, in gserialized_gist_compress()
1125 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
1137 gistentryinit(*entry_out, PointerGetDatum(gidx_copy(bbox_out)), in gserialized_gist_compress()
1140 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
1153 gistentryinit(*entry_out, in gserialized_gist_compress()
1157 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
1165 gistentryinit(*entry_out, PointerGetDatum(gidx_copy(bbox_out)), in gserialized_gist_compress()
1170 PG_RETURN_POINTER(entry_out); in gserialized_gist_compress()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Ddictionary.h79 InternalIndex* entry_out = nullptr); in EXPORT_TEMPLATE_DECLARE()
172 InternalIndex* entry_out = nullptr); in EXPORT_TEMPLATE_DECLARE()
177 InternalIndex* entry_out = nullptr); in EXPORT_TEMPLATE_DECLARE()

1234567