Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 25 of 67) sorted by relevance

123

/freebsd-src/contrib/expat/tests/
H A Dchardata.c61 CharData_Init(CharData *storage) { in CharData_Init()
67 CharData_AppendXMLChars(CharData *storage, const XML_Char *s, int len) { in CharData_AppendXMLChars()
87 CharData_CheckXMLChars(CharData *storage, const XML_Char *expected) { in CharData_CheckXMLChars()
H A Dstructdata.c72 StructData_Init(StructData *storage) { in StructData_Init()
80 StructData_AddItem(StructData *storage, const XML_Char *s, int data0, int data1, in StructData_AddItem()
108 StructData_CheckItems(StructData *storage, const StructDataEntry *expected, in StructData_CheckItems()
148 StructData_Dispose(StructData *storage) { in StructData_Dispose()
H A Dbasic_tests.c394 CharData storage; in START_TEST() local
654 StructData storage; in START_TEST() local
795 CharData storage; in START_TEST() local
1424 CharData storage; START_TEST() local
1466 CharData storage; START_TEST() local
1493 CharData storage; START_TEST() local
1563 CharData storage; START_TEST() local
1607 CharData storage; START_TEST() local
1850 struct handler_record_list storage; START_TEST() local
1880 struct handler_record_list storage; START_TEST() local
1908 struct handler_record_list storage; START_TEST() local
1944 struct handler_record_list storage; START_TEST() local
1981 struct handler_record_list storage; START_TEST() local
2017 struct handler_record_list storage; START_TEST() local
2390 CharData storage; START_TEST() local
2995 CharData storage; START_TEST() local
3055 CharData storage; START_TEST() local
3082 CharData storage; START_TEST() local
3109 CharData storage; START_TEST() local
3399 CharData storage; START_TEST() local
3637 CharData storage; START_TEST() local
3750 CharData storage; START_TEST() local
3976 CharData storage; START_TEST() local
3992 CharData storage; START_TEST() local
4008 CharData storage; START_TEST() local
4023 CharData storage; START_TEST() local
4038 CharData storage; START_TEST() local
4064 CharData storage; START_TEST() local
4090 CharData storage; START_TEST() local
4110 CharData storage; START_TEST() local
4129 CharData storage; START_TEST() local
4217 CharData storage; START_TEST() local
4239 CharData storage; START_TEST() local
4352 CharData storage; START_TEST() local
4383 CharData storage; START_TEST() local
4418 CharData storage; START_TEST() local
4449 CharData storage; START_TEST() local
4478 CharData storage; START_TEST() local
4507 CharData storage; START_TEST() local
4558 CharData storage; START_TEST() local
4708 CharData storage; START_TEST() local
4729 CharData storage; START_TEST() local
4749 CharData storage; START_TEST() local
4791 CharData storage; START_TEST() local
4935 CharData storage; START_TEST() local
4957 CharData storage; START_TEST() local
4986 CharData storage; START_TEST() local
5018 CharData storage; START_TEST() local
5159 CharData storage; START_TEST() local
5183 CharData storage; START_TEST() local
5325 CharData storage; START_TEST() local
5522 CharData storage; START_TEST() local
5644 CharData storage; START_TEST() local
5779 CharData storage; START_TEST() local
[all...]
H A Dcommon.c235 CharData *storage = (CharData *)userData; accumulate_attribute() local
251 CharData storage; _run_character_check() local
265 CharData storage; _run_attribute_check() local
285 CharData *const storage = (CharData *)malloc(sizeof(CharData)); _run_ext_character_check() local
[all...]
H A Dhandlers.h335 CharData *storage; global() member
505 handler_record_get(storage,index) global() argument
508 assert_record_handler_called(storage,index,expected_name,expected_arg) global() argument
585 CharData *storage; global() member
H A Dns_tests.c123 CharData storage; in run_ns_tagname_overwrite_test() local
598 CharData storage; in START_TEST() local
621 CharData storage; in START_TEST() local
651 CharData storage; in START_TEST() local
H A Dhandlers.c82 CharData *storage = (CharData *)userData; in end_element_event_handler() local
90 StructData *storage = (StructData *)userData; in start_element_event_handler2() local
98 StructData *storage = (StructData *)userData; in end_element_event_handler2() local
219 CharData *storage = (CharData *)userData; overwrite_start_checker() local
232 CharData *storage = (CharData *)userData; overwrite_end_checker() local
763 CharData storage; external_entity_good_cdata_ascii() local
1711 CharData *storage = (CharData *)userData; record_element_end_handler() local
1718 _handler_record_get(const struct handler_record_list * storage,int index,const char * file,int line) _handler_record_get() argument
1846 CharData *storage = (CharData *)userData; accumulate_pi_characters() local
1856 CharData *storage = (CharData *)userData; accumulate_comment() local
1867 CharData *storage = (CharData *)userData; accumulate_entity_decl() local
1885 CharData *const storage = (CharData *)userData; accumulate_char_data() local
1892 CharData *const storage = (CharData *)userData; accumulate_start_element() local
[all...]
H A Dmisc_tests.c272 CharData storage; in START_TEST() local
441 CharData storage; START_TEST() local
H A Dcommon.h135 CharData *storage; global() member
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp189 Storage &storage = GetUpdatedStorage(); in GetLiveThreadBinaryDataSize() local
195 Storage &storage = GetUpdatedStorage(); in GetLiveCpuBinaryDataSize() local
201 Storage &storage = GetUpdatedStorage(); in GetLiveProcessBinaryDataSize() local
376 Storage &storage = GetUpdatedStorage(); in GetPostMortemThreadDataFile() local
389 Storage &storage = GetUpdatedStorage(); in GetPostMortemCpuDataFile() local
402 Storage &storage = GetUpdatedStorage(); in SetPostMortemThreadDataFile() local
408 Storage &storage = GetUpdatedStorage(); in SetPostMortemCpuDataFile() local
424 Storage &storage = GetUpdatedStorage(); in OnLiveCpuBinaryDataRead() local
484 Storage &storage = GetUpdatedStorage(); in OnAllCpusBinaryDataRead() local
514 Storage &storage = GetUpdatedStorage(); in GetTracedCpus() local
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h98 void Init(void *storage, uptr size) { in Init()
116 CompactRingBuffer(void *storage, uptr size) { in CompactRingBuffer()
121 CompactRingBuffer(const CompactRingBuffer &other, void *storage) { in CompactRingBuffer()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.cpp13 InitThreadList(uptr storage,uptr size) InitThreadList() argument
H A Dhwasan_thread_list.h76 HwasanThreadList(uptr storage,uptr size) HwasanThreadList() argument
/freebsd-src/contrib/llvm-project/lld/Common/
H A DMemory.cpp21 void *storage = context().bAlloc.Allocate(size, align); in getOrCreate() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp182 Storage &storage = GetUpdatedStorage(); in Decode() local
193 Storage &storage = GetUpdatedStorage(); in FindBeginningOfTimeNanos() local
244 Storage &storage = GetUpdatedStorage(); in DumpTraceInfo() local
355 Storage &storage = GetUpdatedStorage(); in DumpTraceInfoAsJson() local
598 Storage &storage = GetUpdatedStorage(); in IsTraced() local
/freebsd-src/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h52 VCHIQ_HEADER_T **storage; member
/freebsd-src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c331 union bhnd_nvram_sprom_storage storage; in bhnd_nvram_sprom_getvar_direct() local
1066 union bhnd_nvram_sprom_storage *storage, bhnd_nvram_val *val) in bhnd_nvram_sprom_read_var()
1278 union bhnd_nvram_sprom_storage *storage, bhnd_nvram_val *val) in bhnd_nvram_sprom_getvar_common()
1321 union bhnd_nvram_sprom_storage storage; in bhnd_nvram_sprom_getvar() local
1342 union bhnd_nvram_sprom_storage storage; in bhnd_nvram_sprom_copy_val() local
/freebsd-src/crypto/openssl/crypto/
H A Dex_data.c218 EX_CALLBACK **storage = NULL; in ossl_crypto_new_ex_data_ex() local
275 EX_CALLBACK **storage = NULL; in CRYPTO_dup_ex_data() local
372 struct ex_callback_entry *storage = NULL; in CRYPTO_free_ex_data() local
/freebsd-src/sys/ddb/
H A Ddb_break.c206 #define BKPT_WRITE(addr, storage) \ argument
214 #define BKPT_CLEAR(addr, storage) \ argument
/freebsd-src/usr.bin/rpcgen/
H A Drpc_svcout.c292 write_programs(const char *storage) in write_programs()
377 write_program(definition *def, const char *storage) in write_program()
/freebsd-src/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kevent.c84 int s[2], storage, status, kq; in ATF_TC_BODY() local
/freebsd-src/usr.bin/indent/
H A Dindent_codes.h71 #define storage 34 macro
/freebsd-src/contrib/netbsd-tests/include/sys/
H A Dt_socket.c90 int rfd, fd[2], storage; in ATF_TC_BODY() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp233 StreamString storage; in Highlight() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h160 llvm::SmallString<32> storage; variable

123