/bionic/libc/arch-x86/bionic/ |
dl_iterate_phdr_static.c | 54 dl_iterate_phdr(int (*cb)(struct dl_phdr_info *info, size_t size, void *data), 72 return cb(&dl_info, sizeof (struct dl_phdr_info), data);
|
/external/bluetooth/bluez/audio/ |
gateway.h | 46 gateway_stream_cb_t cb, void *user_data); 47 int gateway_config_stream(struct audio_device *dev, gateway_stream_cb_t cb,
|
media.h | 40 media_endpoint_cb_t cb, 45 media_endpoint_cb_t cb,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
asyncpacketsocket.h | 52 virtual int Send(const void *pv, size_t cb) = 0; 53 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr) = 0;
|
asyncudpsocket.h | 50 virtual int Send(const void *pv, size_t cb); 51 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr);
|
schanneladapter.h | 46 virtual int Send(const void* pv, size_t cb); 47 virtual int Recv(void* pv, size_t cb);
|
socketadapters.h | 53 virtual int Send(const void* pv, size_t cb); 54 virtual int Recv(void* pv, size_t cb); 57 int DirectSend(const void* pv, size_t cb) { 58 return AsyncSocketAdapter::Send(pv, cb); 239 virtual int Send(const void *pv, size_t cb); 240 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr); 241 virtual int Recv(void *pv, size_t cb); 242 virtual int RecvFrom(void *pv, size_t cb, SocketAddress *paddr);
|
asyncudpsocket.cc | 75 int AsyncUDPSocket::Send(const void *pv, size_t cb) { 76 return socket_->Send(pv, cb); 80 const void *pv, size_t cb, const SocketAddress& addr) { 81 return socket_->SendTo(pv, cb, addr);
|
asynctcpsocket.h | 48 virtual int Send(const void *pv, size_t cb); 49 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr); 59 int SendRaw(const void* pv, size_t cb);
|
/external/iptables/extensions/ |
libipt_REDIRECT.c | 75 static void REDIRECT_parse(struct xt_option_call *cb) 77 const struct ipt_entry *entry = cb->xt_entry; 78 struct nf_nat_multi_range *mr = (void *)(*cb->target)->data; 90 xtables_option_parse(cb); 91 switch (cb->entry->id) { 96 parse_ports(cb->arg, mr); 97 if (cb->xflags & F_RANDOM) 101 if (cb->xflags & F_TO_PORTS)
|
libip6t_rt.c | 102 static void rt_parse(struct xt_option_call *cb) 104 struct ip6t_rt *rtinfo = cb->data; 106 xtables_option_parse(cb); 107 switch (cb->entry->id) { 109 if (cb->invert) 114 if (cb->nvals == 1) 116 if (cb->invert) 121 if (cb->invert) 126 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 || 133 if (!(cb->xflags & F_RT_TYPE) || rtinfo->rt_type != 0 | [all...] |
libxt_CHECKSUM.c | 32 static void CHECKSUM_parse(struct xt_option_call *cb) 34 struct xt_CHECKSUM_info *einfo = cb->data; 36 xtables_option_parse(cb);
|
libxt_SECMARK.c | 32 static void SECMARK_parse(struct xt_option_call *cb) 34 struct xt_secmark_target_info *info = cb->data; 36 xtables_option_parse(cb);
|
/external/libnl-headers/netlink/route/ |
class.h | 60 void (*cb)(struct nl_object *, 65 void (*cb)(struct nl_object *,
|
/external/openssl/crypto/pem/ |
pem.h | 223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\ 225 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \ 242 unsigned char *kstr, int klen, pem_password_cb *cb, \ 245 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \ 250 unsigned char *kstr, int klen, pem_password_cb *cb, \ 253 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \ 259 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\ 261 return PEM_ASN1_read_bio((d2i_of_void *)d2i_##asn1, str,bp,(void **)x,cb,u); \ 278 unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \ 280 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); [all...] |
pem_oth.c | 71 pem_password_cb *cb, void *u) 78 if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u))
|
/external/openssl/include/openssl/ |
pem.h | 223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\ 225 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \ 242 unsigned char *kstr, int klen, pem_password_cb *cb, \ 245 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \ 250 unsigned char *kstr, int klen, pem_password_cb *cb, \ 253 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \ 259 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\ 261 return PEM_ASN1_read_bio((d2i_of_void *)d2i_##asn1, str,bp,(void **)x,cb,u); \ 278 unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \ 280 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); [all...] |
/external/webkit/Source/WebKit/win/ |
MemoryStream.cpp | 91 /* [in] */ ULONG cb, 102 if (m_pos + cb < m_buffer->size()) 103 *pcbRead = cb; 115 /* [in] */ ULONG /*cb*/, 184 /* [in] */ ULARGE_INTEGER cb, 190 if (cb.HighPart) { 191 cb.HighPart = 0; 192 cb.LowPart = (DWORD)-1; 196 ULONG read = min(cb.LowPart, (ULONG)(m_buffer->size()-m_pos)); 223 /* [in] */ ULARGE_INTEGER /*cb*/, [all...] |
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
CharsetDecoderTest.java | 93 CharBuffer cb = CharBuffer.allocate(128); local 95 cr = decoder.decode(ByteBuffer.wrap(new byte[] { (byte) 0xe2 }), cb, false); 97 cr = decoder.decode(ByteBuffer.wrap(new byte[] { (byte) 0x98 }), cb, false); 99 cr = decoder.decode(ByteBuffer.wrap(new byte[] { (byte) 0x83 }), cb, false); 101 cr = decoder.decode(ByteBuffer.wrap(new byte[0]), cb, true); 103 cr = decoder.flush(cb); 105 assertEquals(1, cb.position()); 106 assertEquals('\u2603', cb.get(0));
|
/bionic/libc/netbsd/net/ |
nsdispatch.c | 118 nss_method cb; local 137 cb = _nsmethod(srclist[i].name, database, method, 140 if (cb != NULL) { 142 result = (*cb)(retval, cb_data, ap);
|
/bionic/libdl/ |
libdl.c | 30 /* we munge the cb definition so we don't have to include any headers here. 32 int dl_iterate_phdr(int (*cb)(void *info, void *size, void *data),
|
/external/openssl/crypto/dsa/ |
dsa_gen.c | 86 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) 90 counter_ret, h_ret, cb); 108 seed_in, seed_len, counter_ret, h_ret, cb); 114 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) 180 if(!BN_GENCB_call(cb, 0, m++)) 217 seed_is_random, cb); 227 if(!BN_GENCB_call(cb, 2, 0)) goto err; 228 if(!BN_GENCB_call(cb, 3, 0)) goto err; 238 if ((counter != 0) && !BN_GENCB_call(cb, 0, counter)) 279 ctx, 1, cb); [all...] |
/external/wpa_supplicant_8/src/ap/ |
utils.c | 24 int (*cb)(void *ctx, const u8 *sa, 39 n->cb = cb;
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
h264bsdWriteMacroblock.s | 29 cb RN 4 label 95 LDR cb, [image, #0x10] 118 VLD1 {qRow0, qRow1}, [data]! ;cb rows 0,1,2,3 120 VLD1 {qRow2, qRow3}, [data]! ;cb rows 4,5,6,7 126 VST1 {dRow0}, [cb@64], cwidth 129 VST1 {dRow1}, [cb@64], cwidth 132 VST1 {dRow2}, [cb@64], cwidth 135 VST1 {dRow3}, [cb@64], cwidth 138 VST1 {dRow4}, [cb@64], cwidth 141 VST1 {dRow5}, [cb@64], cwidt [all...] |
/external/chromium/third_party/libevent/ |
buffer.c | 119 if (inbuf->off != oldoff && inbuf->cb != NULL) 120 (*inbuf->cb)(inbuf, oldoff, inbuf->off, inbuf->cbarg); 121 if (oldoff && outbuf->cb != NULL) 122 (*outbuf->cb)(outbuf, 0, oldoff, outbuf->cbarg); 166 if (buf->cb != NULL) 167 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); 313 if (datlen && buf->cb != NULL) 314 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg); 338 if (buf->off != oldoff && buf->cb != NULL) 339 (*buf->cb)(buf, oldoff, buf->off, buf->cbarg) [all...] |