Home
last modified time | relevance | path

Searched refs:handle_open (Results 1 - 3 of 3) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusb_handle.h78 extern int handle_open(const char *name);
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_handle.c177 int handle_open(const char *name) in handle_open() function
/third_party/python/Lib/urllib/
H A Drequest.py433 self.handle_open = {}
464 lookup = self.handle_open
530 result = self._call_chain(self.handle_open, 'default',
536 result = self._call_chain(self.handle_open, protocol, protocol +
541 return self._call_chain(self.handle_open, 'unknown',

Completed in 5 milliseconds