Searched refs:h_export (Results 1 – 9 of 9) sorted by relevance
143 if (ch->h_export) { in settings_save_subtree()144 rc2 = ch->h_export(settings_save_one); in settings_save_subtree()157 if (ch->h_export) { in settings_save_subtree()158 rc2 = ch->h_export(settings_save_one); in settings_save_subtree()
110 int (*h_export)(int (*export_func)(const char *name, const void *val, member177 int (*h_export)(int (*export_func)(const char *name, const void *val, member220 .h_export = _export, \
54 .h_export = c1_handle_export61 .h_export = c2_handle_export68 .h_export = c3_handle_export
39 .h_export = c4_handle_export
52 **h_export**147 ``h_export`` implementation to store different data in one operation using149 A key need to be covered by a ``h_export`` only if it is supposed to be stored176 and ``h_export``. ``h_set`` is called when the value is restored from storage177 (or when set initially), and ``h_export`` is used to write the value to222 .h_export = foo_settings_export
35 .h_export = c1_handle_export
74 .h_export = c1_export,
56 .h_export = alpha_handle_export