/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/smpc/ |
A D | smpc_api.h | 284 uint8_t smpc_pairing_tk_exch(uint8_t idx, bool accept, struct gap_sec_key *tk); 337 uint8_t smpc_pairing_oob_exch(uint8_t idx, bool accept, struct gapc_oob *oob); 350 uint8_t smpc_pairing_nc_exch(uint8_t idx,uint8_t accept ); 364 uint8_t smpc_pairing_rsp(uint8_t idx, bool accept, struct gapc_pairing *feat); 430 void smpc_encrypt_cfm(uint8_t idx, bool accept, struct gap_sec_key *ltk, uint8_t key_size);
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_hd_huffman.c | 199 ctx->accept = 1; in nghttp2_hd_huff_decode_context_init() 230 ctx->accept = (t->flags & NGHTTP2_HUFF_ACCEPTED) != 0; in nghttp2_hd_huff_decode() 232 if (final && !ctx->accept) { in nghttp2_hd_huff_decode()
|
A D | nghttp2_hd_huffman.h | 64 uint8_t accept; member
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | l2cap_internal.h | 239 int (*accept)(struct bt_conn *conn, struct bt_l2cap_chan **chan); member 250 .accept = _accept, \ 257 int (*accept)(struct bt_conn *conn, struct bt_l2cap_chan **chan); member 264 .accept = _accept, \
|
/AliOS-Things-master/components/libc_stub/compilers/armlibc/ |
A D | armcc_libc_uspace.c | 114 #pragma weak accept macro 115 int accept(int sock, long *addr, long *addrlen) in accept() function
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | usocket.py | 71 def accept(self,url,path): member in socket
|
/AliOS-Things-master/components/py_engine/tests/net_hosted/ |
A D | accept_nonblock.py | 13 s.accept()
|
A D | accept_timeout.py | 19 s.accept()
|
/AliOS-Things-master/components/jsoncpp/test/jsonchecker/ |
A D | readme.txt | 3 If the JSON_checker is working correctly, it must accept all of the pass*.json files and reject all…
|
/AliOS-Things-master/components/py_engine/tests/multi_net/ |
A D | tcp_accept_recv.py | 16 s.accept()
|
A D | tcp_data.py | 15 s2, _ = s.accept()
|
A D | ssl_data.py | 17 s2, _ = s.accept()
|
/AliOS-Things-master/components/py_engine/engine/shared/libc/ |
A D | string0.c | 240 size_t strspn(const char *s, const char *accept) { in strspn() argument 242 while (*s && strchr(accept, *s) != NULL) { in strspn()
|
/AliOS-Things-master/components/freetype/src/winfonts/ |
A D | Jamfile | 9 # indicate that you have read the license and understand and accept it
|
/AliOS-Things-master/components/freetype/src/gzip/ |
A D | Jamfile | 9 # indicate that you have read the license and understand and accept it
|
/AliOS-Things-master/components/freetype/src/lzw/ |
A D | Jamfile | 9 # indicate that you have read the license and understand and accept it
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | Jamfile | 9 # indicate that you have read the license and understand and accept it
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | Jamfile | 9 # indicate that you have read the license and understand and accept it
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | Jamfile | 9 # indicate that you have read the license and understand and accept it
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afblue.cin | 14 /* understand and accept it fully. */
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | Jamfile | 9 # indicate that you have read the license and understand and accept it
|
/AliOS-Things-master/components/freetype/src/bzip2/ |
A D | Jamfile | 12 # indicate that you have read the license and understand and accept it
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | Jamfile | 9 # indicate that you have read the license and understand and accept it
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | Jamfile | 9 # indicate that you have read the license and understand and accept it
|
/AliOS-Things-master/components/netmgr/net/include/sys/ |
A D | socket.h | 46 #define lwip_accept accept 111 static inline int accept(int s, struct sockaddr *addr, socklen_t *addrlen) in accept() function 206 #define accept(s,addr,addrlen) net_accept(s,addr,addrlen) macro
|