Searched refs:STORE_set_ex_data (Results 1 – 2 of 2) sorted by relevance
113 #define STORE_set_app_data(s,arg) STORE_set_ex_data(s,0,arg)117 int STORE_set_ex_data(STORE *r,int idx,void *arg);
212 int STORE_set_ex_data(STORE *r, int idx, void *arg) in STORE_set_ex_data() function