Searched refs:cb (Results 51 - 75 of 1140) sorted by relevance

1234567891011>>

/external/libnl/lib/
H A Dnl.c207 struct nl_cb *cb; local
212 cb = sk->s_cb;
213 if (cb->cb_set[NL_CB_MSG_OUT])
214 if (nl_cb_call(cb, NL_CB_MSG_OUT, msg) != NL_OK)
325 struct nl_cb *cb = sk->s_cb; local
329 if (cb->cb_send_ow)
330 return cb->cb_send_ow(sk, msg);
490 #define NL_CB_CALL(cb, type, msg) \
492 err = nl_cb_call(cb, type, msg); \
506 static int recvmsgs(struct nl_sock *sk, struct nl_cb *cb) argument
701 nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) argument
737 struct nl_cb *cb; local
[all...]
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Drequesthelper.js52 * @param {RequestHandlerCallback} cb Called with the result of the request,
56 RequestHandler.prototype.run = function(cb) {};
/external/chromium_org/net/quic/test_tools/
H A Ddelayed_verify_strike_register_client.cc30 ResultCallback* cb) {
32 pending_verifications_.push_back(VerifyArgs(nonce, now, cb));
34 LocalStrikeRegisterClient::VerifyNonceIsValidAndUnique(nonce, now, cb);
48 it->nonce, it->now, it->cb);
27 VerifyNonceIsValidAndUnique( StringPiece nonce, QuicWallTime now, ResultCallback* cb) argument
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Doobj.h56 MakeClassSticky(ClassClass *cb); variable
/external/iptables/extensions/
H A Dlibxt_connbytes.c31 static void connbytes_parse(struct xt_option_call *cb) argument
33 struct xt_connbytes_info *sinfo = cb->data;
36 xtables_option_parse(cb);
37 switch (cb->entry->id) {
39 sinfo->count.from = cb->val.u64_range[0];
41 if (cb->nvals == 2)
42 sinfo->count.to = cb->val.u64_range[1];
48 if (cb->invert) {
55 if (strcmp(cb->arg, "original") == 0)
57 else if (strcmp(cb
[all...]
H A Dlibip6t_DNPT.c33 static void DNPT_parse(struct xt_option_call *cb) argument
35 struct ip6t_npt_tginfo *npt = cb->data;
37 xtables_option_parse(cb);
38 switch (cb->entry->id) {
40 npt->src_pfx = cb->val.haddr;
41 npt->src_pfx_len = cb->val.hlen;
44 npt->dst_pfx = cb->val.haddr;
45 npt->dst_pfx_len = cb->val.hlen;
H A Dlibip6t_SNPT.c33 static void SNPT_parse(struct xt_option_call *cb) argument
35 struct ip6t_npt_tginfo *npt = cb->data;
37 xtables_option_parse(cb);
38 switch (cb->entry->id) {
40 npt->src_pfx = cb->val.haddr;
41 npt->src_pfx_len = cb->val.hlen;
44 npt->dst_pfx = cb->val.haddr;
45 npt->dst_pfx_len = cb->val.hlen;
H A Dlibipt_realm.c42 static void realm_parse(struct xt_option_call *cb) argument
44 struct xt_realm_info *realminfo = cb->data;
48 xtables_option_parse(cb);
49 realminfo->id = strtoul(cb->arg, &end, 0);
50 if (end != cb->arg && (*end == '/' || *end == '\0')) {
55 if (*end != '\0' || end == cb->arg)
57 "Bad realm value \"%s\"", cb->arg);
59 id = xtables_lmap_name2id(realms, cb->arg);
62 "Realm \"%s\" not found", cb->arg);
66 if (cb
[all...]
H A Dlibxt_ecn.c40 static void ecn_parse(struct xt_option_call *cb) argument
42 struct xt_ecn_info *einfo = cb->data;
44 xtables_option_parse(cb);
45 switch (cb->entry->id) {
48 if (cb->invert)
53 if (cb->invert)
57 if (cb->invert)
60 einfo->ip_ect = cb->val.u8;
65 static void ecn_check(struct xt_fcheck_call *cb) argument
67 if (cb
[all...]
H A Dlibxt_ipvs.c66 static void ipvs_mt_parse(struct xt_option_call *cb) argument
68 struct xt_ipvs_mtinfo *data = cb->data;
70 xtables_option_parse(cb);
71 switch (cb->entry->id) {
73 data->l4proto = cb->val.protocol;
76 memcpy(&data->vaddr, &cb->val.haddr, sizeof(cb->val.haddr));
77 memcpy(&data->vmask, &cb->val.hmask, sizeof(cb->val.hmask));
80 if (strcasecmp(cb
108 ipvs_mt_check(struct xt_fcheck_call *cb) argument
[all...]
/external/javasqlite/src/main/java/SQLite/
H A DVm.java30 * while (vm.step(cb)) {
34 * while (vm.step(cb)) {
42 * @param cb the object implementing the callback methods.
47 public native boolean step(Callback cb) throws SQLite.Exception; argument
/external/ltrace/sysdeps/linux-gnu/
H A Devents.h36 struct Event *each_qd_event(enum ecb_status (*cb)(struct Event *event,
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_constbuf.c65 struct pipe_constant_buffer cb; local
80 cb.buffer = NULL;
81 cb.user_buffer = NULL;
83 params->ParameterValues, &cb.buffer_offset, &cb.buffer);
86 cb.buffer = NULL;
87 cb.user_buffer = params->ParameterValues;
88 cb.buffer_offset = 0;
90 cb.buffer_size = paramBytes;
99 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, &cb);
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_constbuf.c65 struct pipe_constant_buffer cb; local
80 cb.buffer = NULL;
81 cb.user_buffer = NULL;
83 params->ParameterValues, &cb.buffer_offset, &cb.buffer);
86 cb.buffer = NULL;
87 cb.user_buffer = params->ParameterValues;
88 cb.buffer_offset = 0;
90 cb.buffer_size = paramBytes;
99 st->pipe->set_constant_buffer(st->pipe, shader_type, 0, &cb);
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_class_factory.cc15 void IndexedDBClassFactory::SetIndexedDBClassFactoryGetter(GetterCallback* cb) { argument
16 s_factory_getter = cb;
/external/chromium_org/ppapi/thunk/
H A Dppb_url_loader_trusted_thunk.cc28 PP_URLLoaderTrusted_StatusCallback cb) {
33 enter.object()->RegisterStatusCallback(cb);
27 RegisterStatusCallback(PP_Resource loader, PP_URLLoaderTrusted_StatusCallback cb) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCaption.cpp38 RenderBlock* cb = containingBlock(); local
39 return cb->logicalWidth();
/external/llvm/tools/llvm-c-test/
H A Dhelpers.c21 void tokenize_stdin(void (*cb)(char **tokens, int ntokens)) {
38 cb(tokbuf, c);
/external/openssl/crypto/dsa/
H A Ddsa_locl.h60 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h81 virtual void MutexInit(DDCallback *cb, DDMutex *m) {} argument
82 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} argument
83 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, argument
85 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {} argument
86 virtual void MutexDestroy(DDCallback *cb, DDMutex *m) {} argument
88 virtual DDReport *GetReport(DDCallback *cb) { return 0; } argument
H A Dsanitizer_quarantine.h40 // void *cb.Allocate(uptr size);
41 // void cb.Deallocate(void *ptr);
57 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { argument
58 c->Enqueue(cb, ptr, size);
60 Drain(c, cb);
63 void NOINLINE Drain(Cache *c, Callback cb) { argument
69 Recycle(cb);
84 void NOINLINE Recycle(Callback cb) { argument
94 DoRecycle(&tmp, cb);
97 void NOINLINE DoRecycle(Cache *c, Callback cb) { argument
127 Enqueue(Callback cb, void *ptr, uptr size) argument
169 AllocBatch(Callback cb) argument
[all...]
/external/chromium_org/net/url_request/
H A Dview_cache_helper_unittest.cc56 net::TestCompletionCallback cb; local
57 int rv = entry->WriteData(0, 0, buf.get(), len, cb.callback(), true);
58 ASSERT_EQ(len, cb.GetResult(rv));
69 net::TestCompletionCallback cb; local
70 int rv = entry->WriteData(index, 0, buf.get(), len, cb.callback(), true);
71 ASSERT_EQ(len, cb.GetResult(rv));
77 net::TestCompletionCallback cb; local
79 int rv = cache->CreateEntry(key, &entry, cb.callback());
80 rv = cb.GetResult(rv);
82 rv = cache->OpenEntry(key, &entry, cb
94 net::TestCompletionCallback cb; local
113 TestCompletionCallback cb; local
127 TestCompletionCallback cb; local
149 TestCompletionCallback cb; local
175 TestCompletionCallback cb; local
190 net::TestCompletionCallback cb; local
[all...]
/external/openssl/crypto/pem/
H A Dpem_all.c176 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, argument
180 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u);
186 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, argument
190 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u);
200 pem_password_cb *cb, void *u)
211 ret = PEM_write_bio_PrivateKey(bp, k, enc, kstr, klen, cb, u);
217 PEM_STRING_RSA,bp,x,enc,kstr,klen,cb,u);
223 pem_password_cb *cb, void *u)
235 ret = PEM_write_PrivateKey(fp, k, enc, kstr, klen, cb, u);
241 PEM_STRING_RSA,fp,x,enc,kstr,klen,cb,
198 PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
221 PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
272 PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, void *u) argument
282 PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
305 PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
368 PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, void *u) argument
406 PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb, void *u) argument
[all...]
/external/chromium_org/net/tools/crash_cache/
H A Dcrash_cache.cc131 net::TestCompletionCallback cb; local
134 cb.callback());
135 cb.GetResult(rv); // Ignore the result;
141 net::TestCompletionCallback* cb) {
148 int rv = backend->Init(cb->callback());
150 return (cb->GetResult(rv) == net::OK && !(*cache)->GetEntryCount());
156 net::TestCompletionCallback cb; local
158 if (!CreateCache(path, cache_thread, &cache, &cb))
169 int rv = cache->CreateEntry(test_name, &entry, cb.callback());
170 if (cb
138 CreateCache(const base::FilePath& path, base::Thread* thread, disk_cache::Backend** cache, net::TestCompletionCallback* cb) argument
193 net::TestCompletionCallback cb; local
232 net::TestCompletionCallback cb; local
276 net::TestCompletionCallback cb; local
[all...]
/external/chromium_org/extensions/renderer/resources/
H A Dweb_request_internal_custom_bindings.js49 WebRequestEventImpl.prototype.hasListener = function(cb) {
52 return this.findListener_(cb) > -1;
67 function(cb, opt_filter, opt_extraInfo) {
78 cb, opt_filter, opt_extraInfo, this.eventName, subEventName,
82 var subEventCallback = cb;
88 var result = $Function.apply(cb, null, arguments);
106 $Function.apply(cb, null, [details, handledCallback]);
110 {subEvent: subEvent, callback: cb, subEventCallback: subEventCallback});
115 WebRequestEventImpl.prototype.removeListener = function(cb) {
119 while ((idx = this.findListener_(cb)) >
[all...]

Completed in 2979 milliseconds

1234567891011>>