Home
last modified time | relevance | path

Searched refs:srd_check_init (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Ddecoder.c57 static gboolean srd_check_init(void) in srd_check_init() function
688 if (!srd_check_init()) in srd_decoder_load()
879 if (!srd_check_init()) in srd_decoder_doc_get()
924 if (!srd_check_init()) in srd_decoder_unload()
1067 if (!srd_check_init()) in srd_decoder_load_all()
H A DChangeLog3759 Move srd_check_init() to decoder.c and make it static.
3761 The function srd_check_init() is only used in decoder.c.
3781 srd.c: Fix typo to avoid Doxygen output for srd_check_init().