Searched defs:object_st (Results 1 – 1 of 1) sorted by relevance
38 struct object_st { struct43 int p1;48 double p2;54 BIGNUM *p3;60 char *p4;61 size_t p4_l;66 char p5[256];90 struct object_st *obj = vobj; in cleanup_object() argument