Searched refs:opaque (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/perl/
H A Ddlz_perl_callback.xs65 log(opaque, level, msg)
66 IV opaque
71 log_t *log = (log_t *) opaque;
H A Ddlz_perl_callback_clientinfo.xs33 sourceip(opaque)
34 SV *opaque
45 if (!SvTRUE(opaque) || !SvIOK(opaque)) XSRETURN_EMPTY;
52 ci = (dlz_perl_clientinfo_opaque *) SvIV(opaque);
H A Ddlz_perl_driver.c399 dlz_perl_clientinfo_opaque opaque; local
418 opaque.methods = methods;
419 opaque.clientinfo = clientinfo;
425 XPUSHs(sv_2mortal(newSViv((IV)&opaque)));
/bind-9.11.3/contrib/dlz/modules/perl/testing/
H A Ddlz_perl_example.pm73 my ( $opaque ) = @_;
74 # Passing anything other than the proper opaque value,
78 DLZ_Perl::clientinfo::sourceip( $opaque );
107 # an opaque value that can be passed to DLZ_Perl::clientinfo::sourceip to
/bind-9.11.3/bin/tests/system/
H A Dans.pl330 my $opaque;
416 $opaque = $packet->sign_tsig($opaque);
418 $opaque = $packet->sign_tsig($request);
/bind-9.11.3/bin/tests/dst/
H A Dgsstest.c57 void *opaque; member in struct:dst_context

Completed in 35 milliseconds