Home
last modified time | relevance | path

Searched refs:obj_res (Results 1 - 2 of 2) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dobj_res.c45 struct obj_res { struct
53 struct obj_res *res; in objres_alloc()
55 total_size = sizeof(struct obj_res) + size; in objres_alloc()
70 struct obj_res *objRes = container_of(res, struct obj_res, data); in objres_free()
77 struct obj_res *objRes = container_of(res, struct obj_res, data); in objres_add()
85 static struct obj_res *objres_find(struct usb_obj *obj, void *res) in objres_find()
87 struct obj_res *rc; in objres_find()
103 struct obj_res *r in objres_remove()
[all...]
/third_party/python/Modules/
H A D_tkinter.c2235 Tcl_Obj *obj_res; in PythonCmd() local
2258 obj_res = AsObj(res); in PythonCmd()
2259 if (obj_res == NULL) { in PythonCmd()
2263 Tcl_SetObjResult(interp, obj_res); in PythonCmd()

Completed in 5 milliseconds