Home
last modified time | relevance | path

Searched defs:PCHAR (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_option.h27 #define PCHAR(p) ((coap_opt_t *)(p)) macro
/third_party/python/Lib/ctypes/
Dwintypes.py173 PCHAR = ctypes.POINTER(CHAR) variable