Searched refs:create (Results 1 - 25 of 29) sorted by relevance

12

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Dchecker.h163 idn_checker_createproc_t create,
H A Dmapper.h151 idn_mapper_createproc_t create,
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dchecker.c67 idn_checker_createproc_t create; member in struct:__anon41
323 r = scheme->create(scheme_parameter, &scheme_context);
407 idn_checker_createproc_t create,
414 assert(prefix != NULL && create != NULL && destroy != NULL &&
433 scheme->create = create;
406 idn_checker_register(const char *prefix, idn_checker_createproc_t create, idn_checker_destroyproc_t destroy, idn_checker_lookupproc_t lookup) argument
H A Dmapper.c69 idn_mapper_createproc_t create; member in struct:__anon43
299 r = scheme->create(scheme_parameter, &scheme_context);
438 idn_mapper_createproc_t create,
445 assert(prefix != NULL && create != NULL && destroy != NULL &&
464 scheme->create = create;
437 idn_mapper_register(const char *prefix, idn_mapper_createproc_t create, idn_mapper_destroyproc_t destroy, idn_mapper_mapproc_t map) argument
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dsdb.h82 dns_sdbcreatefunc_t create; member in struct:dns_sdbmethods
111 * was potentially returned by the create function. The 'dns_sdblookup_t'
133 * The create function will be called for each zone configured
135 * to create a "database object" containing zone specific data,
142 * The create and destroy functions may be NULL.
H A Dsdlz.h140 * supply a create method. This method is called when the DNS server
142 * does not have to implement a create method.
202 dns_sdlzcreate_t create; member in struct:dns_sdlzmethods
H A Ddlz.h126 * supply a create method. This method is called when the DNS server
171 dns_dlzcreate_t create; member in struct:dns_dlzmethods
218 * found. If the DLZ driver supplies a create method, this function
H A Ddb.h90 isc_boolean_t create,
158 isc_boolean_t create,
645 dns_db_findnode(dns_db_t *db, dns_name_t *name, isc_boolean_t create,
651 * \li If 'create' is ISC_TRUE and no node with name 'name' exists, then
674 * \li #ISC_R_NOTFOUND If !create and name not found.
675 * \li #ISC_R_NOMEMORY Can only happen if create is ISC_TRUE.
720 * \li To respond to a query for SIG records, the caller should create a
1309 dns_db_register(const char *name, dns_dbcreatefunc_t create, void *driverarg,
1388 isc_boolean_t create, dns_dbnode_t **nodep);
1393 * \li If 'create' i
[all...]
/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.h94 void ProgramGroup(BOOL create = TRUE);
H A DBINDInstallDlg.cpp803 * We need to change the service rather than create it
1201 void CBINDInstallDlg::ProgramGroup(BOOL create) { argument
1226 if (create) {
/bind-9.6-ESV-R11/lib/dns/
H A Ddb.c49 dns_dbcreatefunc_t create; member in struct:dns_dbimplementation
78 rbtimp.create = dns_rbtdb_create;
84 rbt64imp.create = dns_rbtdb64_create;
131 result = ((impinfo->create)(mctx, origin, type,
454 isc_boolean_t create, dns_dbnode_t **nodep)
464 return ((db->methods->findnode)(db, name, create, nodep));
469 isc_boolean_t create, dns_dbnode_t **nodep)
479 return ((db->methods->findnsec3node)(db, name, create, nodep));
811 dns_db_register(const char *name, dns_dbcreatefunc_t create, void *driverarg, argument
834 imp->create
453 dns_db_findnode(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
468 dns_db_findnsec3node(dns_db_t *db, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
[all...]
H A Ddlz.c194 result = ((impinfo->methods->create)(mctx, dlzname, argc, argv,
214 /* impinfo->methods->create failed. */
327 REQUIRE(methods->create != NULL);
H A Dsdb.c730 findnode(dns_db_t *db, dns_name_t *name, isc_boolean_t create, argument
742 REQUIRE(create == ISC_FALSE);
746 UNUSED(create);
1319 if (imp->methods->create != NULL) {
1321 result = imp->methods->create(sdb->zone, argc, argv,
H A Dsdlz.c495 findnode(dns_db_t *db, dns_name_t *name, isc_boolean_t create, argument
509 REQUIRE(create == ISC_FALSE);
513 UNUSED(create);
1388 /* If the create method exists, call it. */
1389 if (imp->methods->create != NULL) {
1391 result = imp->methods->create(dlzname, argc, argv,
H A Djournal.c496 "%s: create: %s",
543 isc_boolean_t create, dns_journal_t **journalp) {
567 if (create) {
2086 * Find if we can create enough free space.
542 journal_open(isc_mem_t *mctx, const char *filename, isc_boolean_t write, isc_boolean_t create, dns_journal_t **journalp) argument
H A Drbtdb.c2473 isc_boolean_t create, dns_dbnode_t **nodep)
2488 if (!create) {
2543 findnode(dns_db_t *db, dns_name_t *name, isc_boolean_t create, argument
2550 return (findnodeintree(rbtdb, rbtdb->tree, name, create, nodep));
2554 findnsec3node(dns_db_t *db, dns_name_t *name, isc_boolean_t create, argument
2561 return (findnodeintree(rbtdb, rbtdb->nsec3, name, create, nodep));
5666 * If 'merge' is ISC_TRUE, we'll try to create a new rdataset
7179 * We now explicitly create a node for the zone's origin, and then
2472 findnodeintree(dns_rbtdb_t *rbtdb, dns_rbt_t *tree, dns_name_t *name, isc_boolean_t create, dns_dbnode_t **nodep) argument
/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddbiterator_test.c95 /* create: make sure we can create a dbiterator */
117 ATF_TC(create); variable
118 ATF_TC_HEAD(create, tc) {
119 atf_tc_set_md_var(tc, "descr", "create a database iterator");
122 ATF_TC_BODY(create, tc) {
128 atf_tc_set_md_var(tc, "descr", "create a database iterator (NSEC3)");
450 ATF_TP_ADD_TC(tp, create);
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfigure3 # Guess values for system-dependent variables and create Makefiles.
145 --no-create do not create output files
238 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
423 # Strip out --no-create and --no-recursion so they do not pile up.
429 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
860 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
1719 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create
[all...]
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
326 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
449 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
847 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1183 -n, --no-create do not create output files
1526 # Strip out --no-create and --no-recursion so they do not pile up.
1539 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2164 # Try to create a
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure3 # Guess values for system-dependent variables and create Makefiles.
173 --no-create do not create output files
266 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
451 # Strip out --no-create and --no-recursion so they do not pile up.
457 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1110 { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
3196 echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create
[all...]
H A Dltmain.sh639 # This is a source program that is used to create dlls on Windows
674 # This is a source program that is used to create import libraries
1290 # We should not create a dependency on this library, but we
2007 echo "*** dependencies of module $libname. Therefore, libtool will create"
2230 # single-version convenience libraries. Whenever we create
2328 # Just create a symlink.
2761 # Now create the wrapper script.
3070 # Now create the libtool archive.
3085 # Only create the output if not a dry run.
3340 # Delete the old symlinks, and create ne
[all...]
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
484 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
798 -n, --no-create do not create output files
1011 # Strip out --no-create and --no-recursion so they do not pile up.
1025 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1640 # Try to create an executable without -o first, disregard a.out.
1687 { { echo "$as_me:$LINENO: error: C compiler cannot create executable
[all...]
/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
886 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1199 -n, --no-create do not create output files
1410 # Strip out --no-create and --no-recursion so they do not pile up.
1423 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2084 # Try to create an executable without -o first, disregard a.out.
2161 { { echo "$as_me:$LINENO: error: C compiler cannot create executable
[all...]
/bind-9.6-ESV-R11/
H A Dconfigure18 # Guess values for system-dependent variables and create Makefiles.
379 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
510 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
1192 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1526 -n, --no-create do not create output files
2377 # Strip out --no-create and --no-recursion so they do not pile up.
2390 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2737 # Remember, the first character of IFS is used to create
[all...]
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
360 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
491 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
1185 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1519 -n, --no-create do not create output files
2314 # Strip out --no-create and --no-recursion so they do not pile up.
2327 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2680 # Remember, the first character of IFS is used to create
[all...]

Completed in 108 milliseconds

12