Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dscript.c28 struct script_mainkey struct
84 struct script_mainkey *mainkey; in script_mainkey_name()
90 mainkey = (struct script_mainkey *)(script_buf + sizeof(struct script_head) + in script_mainkey_name()
91 idx * sizeof(struct script_mainkey)); in script_mainkey_name()
101 struct script_mainkey *mainkey; in script_fetch()
122 mainkey = (struct script_mainkey *)(script_buf + in script_fetch()
123 sizeof(struct script_head) + i * sizeof(struct script_mainkey)); in script_fetch()