cb                 75 lib/popt/popt.c 	    poptCallbackType cb = (poptCallbackType)opt->arg;
cb                 79 lib/popt/popt.c 	    cb(con, POPT_CALLBACK_REASON_PRE, NULL, NULL, opt->descrip);
cb                 98 lib/popt/popt.c 	    poptCallbackType cb = (poptCallbackType)opt->arg;
cb                102 lib/popt/popt.c 	    cb(con, POPT_CALLBACK_REASON_POST, NULL, NULL, opt->descrip);
cb                137 lib/popt/popt.c 	    poptCallbackType cb = (poptCallbackType)cbopt->arg;
cb                141 lib/popt/popt.c 	    if (cb != NULL) {	/* XXX program error */
cb                143 lib/popt/popt.c 		cb(con, POPT_CALLBACK_REASON_OPTION, myOpt,
cb                468 lib/popt/popt.c     const struct poptOption * cb = NULL;
cb                493 lib/popt/popt.c 	    cb = opt;
cb                511 lib/popt/popt.c     if (cb) {
cb                514 lib/popt/popt.c 	    *callback = (poptCallbackType)cb->arg;
cb                516 lib/popt/popt.c 	if (!(cb->argInfo & POPT_CBFLAG_INC_DATA)) {
cb                519 lib/popt/popt.c 		*callbackData = cb->descrip;
cb                700 lib/popt/popt.c 	poptCallbackType cb = NULL;
cb                785 lib/popt/popt.c 		opt = findOption(con->options, optString, '\0', &cb, &cbData,
cb                822 lib/popt/popt.c 	    opt = findOption(con->options, NULL, *origOptString, &cb,
cb                960 lib/popt/popt.c 	if (cb) {
cb                282 source3/lib/messages.c 	struct messaging_callback *cb;
cb                288 source3/lib/messages.c 	for (cb = msg_ctx->callbacks; cb != NULL; cb = cb->next) {
cb                295 source3/lib/messages.c 		if (cb->msg_type == msg_type && private_data == cb->private_data) {
cb                298 source3/lib/messages.c 			cb->fn = fn;
cb                299 source3/lib/messages.c 			cb->private_data = private_data;
cb                304 source3/lib/messages.c 	if (!(cb = talloc(msg_ctx, struct messaging_callback))) {
cb                308 source3/lib/messages.c 	cb->msg_type = msg_type;
cb                309 source3/lib/messages.c 	cb->fn = fn;
cb                310 source3/lib/messages.c 	cb->private_data = private_data;
cb                312 source3/lib/messages.c 	DLIST_ADD(msg_ctx->callbacks, cb);
cb                322 source3/lib/messages.c 	struct messaging_callback *cb, *next;
cb                324 source3/lib/messages.c 	for (cb = ctx->callbacks; cb; cb = next) {
cb                325 source3/lib/messages.c 		next = cb->next;
cb                326 source3/lib/messages.c 		if ((cb->msg_type == msg_type)
cb                327 source3/lib/messages.c 		    && (cb->private_data == private_data)) {
cb                330 source3/lib/messages.c 			DLIST_REMOVE(ctx->callbacks, cb);
cb                331 source3/lib/messages.c 			TALLOC_FREE(cb);
cb                368 source3/lib/messages.c 	struct messaging_callback *cb, *next;
cb                370 source3/lib/messages.c 	for (cb = msg_ctx->callbacks; cb != NULL; cb = next) {
cb                371 source3/lib/messages.c 		next = cb->next;
cb                372 source3/lib/messages.c 		if (cb->msg_type == rec->msg_type) {
cb                373 source3/lib/messages.c 			cb->fn(msg_ctx, cb->private_data, rec->msg_type,
cb                219 source3/libsmb/smbdes.c 		char cb[32];
cb                243 source3/libsmb/smbdes.c 				cb[j*4+k] = b[j][k];
cb                244 source3/libsmb/smbdes.c 		permute(pcb, cb, perm5, 32);
cb               1631 source3/locking/brlock.c 	struct brl_forall_cb *cb = (struct brl_forall_cb *)state;
cb               1668 source3/locking/brlock.c 	if (cb->fn) {
cb               1670 source3/locking/brlock.c 			cb->fn(*key,
cb               1676 source3/locking/brlock.c 				cb->private_data);
cb               1695 source3/locking/brlock.c 	struct brl_forall_cb cb;
cb               1700 source3/locking/brlock.c 	cb.fn = fn;
cb               1701 source3/locking/brlock.c 	cb.private_data = private_data;
cb               1702 source3/locking/brlock.c 	return brlock_db->traverse(brlock_db, traverse_fn, &cb);
cb                235 source3/smbd/oplock_onefs.c 	struct onefs_callback_record *cb;
cb                240 source3/smbd/oplock_onefs.c 	if (!(cb = onefs_find_cb(id, ONEFS_WAITING_FOR_OPLOCK))) {
cb                250 source3/smbd/oplock_onefs.c 	if (open_was_deferred(cb->data.mid)) {
cb                252 source3/smbd/oplock_onefs.c 			     "open mid=%d\n", cb->data.mid) != -1) {
cb                259 source3/smbd/oplock_onefs.c 	cb->state = ONEFS_OPEN_FILE;
cb                260 source3/smbd/oplock_onefs.c 	cb->data.fsp = fsp;
cb                268 source3/smbd/oplock_onefs.c 				  struct onefs_callback_record *cb,
cb                275 source3/smbd/oplock_onefs.c 	sme->id = cb->data.fsp->file_id;
cb                276 source3/smbd/oplock_onefs.c 	sme->share_file_id = cb->data.fsp->fh->gen_id;
cb                289 source3/smbd/oplock_onefs.c 	struct onefs_callback_record *cb;
cb                295 source3/smbd/oplock_onefs.c 	if (!(cb = onefs_find_cb(id, ONEFS_OPEN_FILE))) {
cb                302 source3/smbd/oplock_onefs.c 		   cb->data.fsp->fsp_name));
cb                304 source3/smbd/oplock_onefs.c 	init_share_mode_entry(&sme, cb, FORCE_OPLOCK_BREAK_TO_NONE);
cb                325 source3/smbd/oplock_onefs.c 	struct onefs_callback_record *cb;
cb                332 source3/smbd/oplock_onefs.c 	if (!(cb = onefs_find_cb(id, ONEFS_OPEN_FILE))) {
cb                339 source3/smbd/oplock_onefs.c 		   cb->data.fsp->fsp_name));
cb                341 source3/smbd/oplock_onefs.c 	init_share_mode_entry(&sme, cb, LEVEL_II_OPLOCK);
cb                364 source3/smbd/oplock_onefs.c 	struct onefs_callback_record *cb;
cb                369 source3/smbd/oplock_onefs.c 	if (!(cb = onefs_find_cb(id, ONEFS_OPEN_FILE))) {
cb                375 source3/smbd/oplock_onefs.c 	fsp = cb->data.fsp;
cb                399 source3/smbd/oplock_onefs.c 	struct onefs_callback_record *cb;
cb                403 source3/smbd/oplock_onefs.c 	if (!(cb = onefs_find_cb(id, ONEFS_WAITING_FOR_OPLOCK))) {
cb                409 source3/smbd/oplock_onefs.c 	DEBUG(10, ("Got semlock available for mid %d\n", cb->data.mid));
cb                412 source3/smbd/oplock_onefs.c 	if (!(open_was_deferred(cb->data.mid))) {
cb                416 source3/smbd/oplock_onefs.c 			      onefs_callback_record_str_static(cb)) != -1) {
cb                423 source3/smbd/oplock_onefs.c 	schedule_deferred_open_smb_message(cb->data.mid);
cb                441 source3/smbd/oplock_onefs.c 	struct onefs_callback_record *cb;
cb                447 source3/smbd/oplock_onefs.c 	if (!(cb = onefs_find_cb(id, ONEFS_WAITING_FOR_OPLOCK))) {
cb                453 source3/smbd/oplock_onefs.c 	DEBUG(1, ("Got semlock_async_failure message for mid %d\n", cb->data.mid));
cb                456 source3/smbd/oplock_onefs.c 	if (!(open_was_deferred(cb->data.mid))) {
cb                460 source3/smbd/oplock_onefs.c 			      onefs_callback_record_str_static(cb)) != -1) {
cb                467 source3/smbd/oplock_onefs.c 	if (!(pml = get_open_deferred_message(cb->data.mid))) {
cb                469 source3/smbd/oplock_onefs.c 			  "mid %d\n", cb->data.mid));
cb                479 source3/smbd/oplock_onefs.c 	schedule_deferred_open_smb_message(cb->data.mid);
cb                435 source4/heimdal/lib/hcrypto/bn.c     gencb->cb.cb_2 = cb_2;
cb                440 source4/heimdal/lib/hcrypto/bn.c BN_GENCB_call(BN_GENCB *cb, int a, int b)
cb                442 source4/heimdal/lib/hcrypto/bn.c     if (cb == NULL || cb->cb.cb_2 == NULL)
cb                444 source4/heimdal/lib/hcrypto/bn.c     return cb->cb.cb_2(a, b, cb);
cb                 81 source4/heimdal/lib/hcrypto/bn.h     } cb;
cb                238 source4/heimdal/lib/hcrypto/dh.c DH_generate_parameters_ex(DH *dh, int prime_len, int generator, BN_GENCB *cb)
cb                241 source4/heimdal/lib/hcrypto/dh.c 	return dh->meth->generate_params(dh, prime_len, generator, cb);
cb                430 source4/heimdal/lib/hcrypto/dh.c dh_null_generate_params(DH *dh, int prime_num, int len, BN_GENCB *cb)
cb               1373 source4/heimdal/lib/hcrypto/imath/imath.c   int       ca, cb, k = 0;
cb               1380 source4/heimdal/lib/hcrypto/imath/imath.c   cb = CMPZ(b);
cb               1381 source4/heimdal/lib/hcrypto/imath/imath.c   if(ca == 0 && cb == 0)
cb               1385 source4/heimdal/lib/hcrypto/imath/imath.c   else if(cb == 0)
cb               1456 source4/heimdal/lib/hcrypto/imath/imath.c   int       k, last = 0, ca, cb;
cb               1464 source4/heimdal/lib/hcrypto/imath/imath.c   cb = CMPZ(b);
cb               1465 source4/heimdal/lib/hcrypto/imath/imath.c   if(ca == 0 && cb == 0)
cb               1471 source4/heimdal/lib/hcrypto/imath/imath.c   else if(cb == 0) {
cb                527 source4/heimdal/lib/hcrypto/rsa-imath.c imath_rsa_generate_key(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb)
cb                554 source4/heimdal/lib/hcrypto/rsa-imath.c 	BN_GENCB_call(cb, 2, counter++);
cb                562 source4/heimdal/lib/hcrypto/rsa-imath.c     BN_GENCB_call(cb, 3, 0);
cb                566 source4/heimdal/lib/hcrypto/rsa-imath.c 	BN_GENCB_call(cb, 2, counter++);
cb                581 source4/heimdal/lib/hcrypto/rsa-imath.c     BN_GENCB_call(cb, 3, 1);
cb                341 source4/heimdal/lib/hcrypto/rsa.c RSA_generate_key_ex(RSA *r, int bits, BIGNUM *e, BN_GENCB *cb)
cb                344 source4/heimdal/lib/hcrypto/rsa.c 	return (*r->meth->rsa_keygen)(r, bits, e, cb);
cb                136 source4/heimdal/lib/hx509/ks_p12.c     PKCS12_CertBag cb;
cb                139 source4/heimdal/lib/hx509/ks_p12.c     ret = decode_PKCS12_CertBag(data, length, &cb, NULL);
cb                143 source4/heimdal/lib/hx509/ks_p12.c     if (der_heim_oid_cmp(oid_id_pkcs_9_at_certTypes_x509(), &cb.certType)) {
cb                144 source4/heimdal/lib/hx509/ks_p12.c 	free_PKCS12_CertBag(&cb);
cb                148 source4/heimdal/lib/hx509/ks_p12.c     ret = decode_PKCS12_OctetString(cb.certValue.data,
cb                149 source4/heimdal/lib/hx509/ks_p12.c 				    cb.certValue.length,
cb                152 source4/heimdal/lib/hx509/ks_p12.c     free_PKCS12_CertBag(&cb);
cb                489 source4/heimdal/lib/hx509/ks_p12.c     PKCS12_CertBag cb;
cb                494 source4/heimdal/lib/hx509/ks_p12.c     memset(&cb, 0, sizeof(cb));
cb                504 source4/heimdal/lib/hx509/ks_p12.c 		       cb.certValue.data,cb.certValue.length,
cb                509 source4/heimdal/lib/hx509/ks_p12.c     ret = der_copy_oid(oid_id_pkcs_9_at_certTypes_x509(), &cb.certType);
cb                511 source4/heimdal/lib/hx509/ks_p12.c 	free_PKCS12_CertBag(&cb);
cb                515 source4/heimdal/lib/hx509/ks_p12.c 		       &cb, &size, ret);
cb                516 source4/heimdal/lib/hx509/ks_p12.c     free_PKCS12_CertBag(&cb);
cb                374 source4/lib/ldb/pyldb.c 	PyObject *cb;
cb                376 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &cb))
cb                379 source4/lib/ldb/pyldb.c 	Py_INCREF(cb);
cb                381 source4/lib/ldb/pyldb.c 	PyErr_LDB_ERROR_IS_ERR_RAISE(ldb_set_debug(self->ldb_ctx, py_ldb_debug, cb), PyLdb_AsLdbContext(self));
cb                109 source4/lib/registry/tests/diff.c 	struct reg_diff_callbacks cb;
cb                114 source4/lib/registry/tests/diff.c 	ZERO_STRUCT(cb);
cb                116 source4/lib/registry/tests/diff.c 	cb.add_key = test_add_key;
cb                118 source4/lib/registry/tests/diff.c 	if (W_ERROR_IS_OK(reg_generate_diff_key(&rk, NULL, "bla", &cb, tctx)))
cb                128 source4/lib/registry/tests/diff.c 	struct reg_diff_callbacks cb;
cb                130 source4/lib/registry/tests/diff.c 	ZERO_STRUCT(cb);
cb                132 source4/lib/registry/tests/diff.c 	if (!W_ERROR_IS_OK(reg_generate_diff_key(NULL, NULL, "", &cb, NULL)))
cb                218 source4/libcli/auth/smbdes.c 		char cb[32];
cb                242 source4/libcli/auth/smbdes.c 				cb[j*4+k] = b[j][k];
cb                243 source4/libcli/auth/smbdes.c 		permute(pcb, cb, perm5, 32);