Searched defs:how (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/blast/ |
A D | blast.c | 432 local unsigned inf(void *how, unsigned char **buf) in inf() 440 local int outf(void *how, unsigned char *buf, unsigned len) in outf()
|
/AliOS-Things-master/components/py_engine/external/unzip/internal/ |
A D | gzguts.h | 102 int how; /* 0: get header, 1: copy, 2: decompress */ member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | gzguts.h | 186 int how; /* 0: get header, 1: copy, 2: decompress */ member
|
/AliOS-Things-master/components/netmgr/net/include/sys/ |
A D | socket.h | 121 static inline int shutdown(int s, int how) in shutdown() 210 #define shutdown(s,how) net_shutdown(s,how) argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | api_lib.c | 792 netconn_close_shutdown(struct netconn *conn, u8_t how) in netconn_close_shutdown()
|
A D | sockets.c | 2115 lwip_shutdown(int s, int how) in lwip_shutdown()
|
/AliOS-Things-master/components/netmgr/net/ |
A D | net_impl.c | 30 int net_shutdown(int s, int how) in net_shutdown()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | af_packet.c | 818 int packet_shutdown(int s, int how) in packet_shutdown()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | sockets.h | 518 #define shutdown(s,how) lwip_shutdown(s,how) argument
|
Completed in 18 milliseconds