Home
last modified time | relevance | path

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

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_ipc_codec.c14 static Eet_Data_Descriptor *_e_ipc_2str_edd = NULL; variable
60 E_IPC_DD(_e_ipc_2str_edd, eddc, "2str", E_Ipc_2Str); in e_ipc_codec_init()
61 E_CONFIG_VAL(_e_ipc_2str_edd, E_Ipc_2Str, str1, STR); in e_ipc_codec_init()
62 E_CONFIG_VAL(_e_ipc_2str_edd, E_Ipc_2Str, str2, STR); in e_ipc_codec_init()
65 E_CONFIG_LIST(_e_ipc_2str_list_edd, E_Ipc_List, list, _e_ipc_2str_edd); in e_ipc_codec_init()
149 E_CONFIG_DD_FREE(_e_ipc_2str_edd); in e_ipc_codec_shutdown()
263 dat = eet_data_descriptor_decode(_e_ipc_2str_edd, data, bytes); in e_ipc_codec_2str_dec()
276 return eet_data_descriptor_encode(_e_ipc_2str_edd, &dat, size_ret); in e_ipc_codec_2str_enc()