Searched refs:STORE_get_ex_data (Results 1 – 3 of 3) sorted by relevance
114 #define STORE_get_app_data(s) STORE_get_ex_data(s,0)118 void *STORE_get_ex_data(STORE *r, int idx);
275 (struct mem_data_st *)STORE_get_ex_data(s, 1); in mem_list_next()
217 void *STORE_get_ex_data(STORE *r, int idx) in STORE_get_ex_data() function