Searched defs:object_st (Results 1 – 1 of 1) sorted by relevance
37 struct object_st { struct42 int p1;47 double p2;53 BIGNUM *p3;59 char *p4;60 size_t p4_l;65 char p5[256];89 struct object_st *obj = vobj; in cleanup_object() argument