Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 130) sorted by relevance

123456

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/smpc/
A Dsmpc_api.h284 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 Dnghttp2_hd_huffman.c199 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 Dnghttp2_hd_huffman.h64 uint8_t accept; member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dl2cap_internal.h239 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 Darmcc_libc_uspace.c114 #pragma weak accept macro
115 int accept(int sock, long *addr, long *addrlen) in accept() function
/AliOS-Things-master/components/amp-utility/python/
A Dusocket.py71 def accept(self,url,path): member in socket
/AliOS-Things-master/components/py_engine/tests/net_hosted/
A Daccept_nonblock.py13 s.accept()
A Daccept_timeout.py19 s.accept()
/AliOS-Things-master/components/jsoncpp/test/jsonchecker/
A Dreadme.txt3 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 Dtcp_accept_recv.py16 s.accept()
A Dtcp_data.py15 s2, _ = s.accept()
A Dssl_data.py17 s2, _ = s.accept()
/AliOS-Things-master/components/py_engine/engine/shared/libc/
A Dstring0.c240 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 DJamfile9 # indicate that you have read the license and understand and accept it
/AliOS-Things-master/components/freetype/src/gzip/
A DJamfile9 # indicate that you have read the license and understand and accept it
/AliOS-Things-master/components/freetype/src/lzw/
A DJamfile9 # indicate that you have read the license and understand and accept it
/AliOS-Things-master/components/freetype/src/pcf/
A DJamfile9 # indicate that you have read the license and understand and accept it
/AliOS-Things-master/components/freetype/src/type42/
A DJamfile9 # indicate that you have read the license and understand and accept it
/AliOS-Things-master/components/freetype/src/smooth/
A DJamfile9 # indicate that you have read the license and understand and accept it
/AliOS-Things-master/components/freetype/src/autofit/
A Dafblue.cin14 /* understand and accept it fully. */
/AliOS-Things-master/components/freetype/src/bdf/
A DJamfile9 # indicate that you have read the license and understand and accept it
/AliOS-Things-master/components/freetype/src/bzip2/
A DJamfile12 # indicate that you have read the license and understand and accept it
/AliOS-Things-master/components/freetype/src/psnames/
A DJamfile9 # indicate that you have read the license and understand and accept it
/AliOS-Things-master/components/freetype/src/raster/
A DJamfile9 # indicate that you have read the license and understand and accept it
/AliOS-Things-master/components/netmgr/net/include/sys/
A Dsocket.h46 #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

Completed in 40 milliseconds

123456