Searched refs:field (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen228 my $field = $line;
229 $field =~ s/^\/\/\s*//;
230 $field =~ s/^(\S+):\s*/$1:/;
231 $field =~ s/\s+$//;
233 return 1 if ($field eq '');
235 if ($field =~ /^group:(.*)$/) {
275 } elsif ($field =~ /^title:(.*)$/) {
294 $parser->{error} = "invalid test-header field";
/bind-9.11.3/bin/tests/system/checkconf/
H A Dtests.sh55 pat="name field not set to placeholder value"
111 for field in max-retry-time min-retry-time max-refresh-time min-refresh-time; do
114 $field 0;
118 [ $? -eq 1 ] || { echo "I: options $field failed" ; ret=1; }
121 $field 0;
125 [ $? -eq 1 ] || { echo "I: view $field failed" ; ret=1; }
128 $field 0;
134 [ $? -eq 1 ] || { echo "I: options + view $field failed" ; ret=1; }
139 $field 0;
143 [ $? -eq 1 ] || { echo "I: zone $field faile
[all...]
/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c719 * Gets a single field from the ODBC statement. The memory for the
726 odbc_getField(SQLHSTMT *stmnt, SQLSMALLINT field, char **data) { argument
732 if (sqlOK(SQLColAttribute(stmnt, field, SQL_DESC_DISPLAY_SIZE,
736 if (sqlOK(SQLGetData(stmnt, field, SQL_C_CHAR,
855 * one column in rs, it's the data field. use
868 * two columns, data field, and data type.
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfigure4363 nfields = split(line, field, "@")
4365 len = length(field[1])
4367 key = field[i]
4372 len += length(value) + length(field[++i])
/bind-9.11.3/contrib/perftcpdns/
H A Dconfigure4038 nfields = split(line, field, "@")
4040 len = length(field[1])
4042 key = field[i]
4047 len += length(value) + length(field[++i])
/bind-9.11.3/contrib/queryperf/
H A Dconfigure3838 nfields = split(line, field, "@")
3840 len = length(field[1])
3842 key = field[i]
3847 len += length(value) + length(field[++i])
/bind-9.11.3/bin/named/
H A Dserver.c6220 * Replace the current value of '*field', a dynamically allocated
6225 setstring(ns_server_t *server, char **field, const char *value) { argument
6236 if (*field != NULL)
6237 isc_mem_free(server->mctx, *field);
6239 *field = copy;
6244 * Replace the current value of '*field', a dynamically allocated
6249 setoptstring(ns_server_t *server, char **field, const cfg_obj_t *obj) { argument
6251 return (setstring(server, field, NULL));
6253 return (setstring(server, field, cfg_obj_asstring(obj)));
/bind-9.11.3/unit/atf-src/
H A Dconfigure19360 nfields = split(line, field, "@")
19362 len = length(field[1])
19364 key = field[i]
19369 len += length(value) + length(field[++i])
/bind-9.11.3/
H A Dconfigure25192 nfields = split(line, field, "@")
25194 len = length(field[1])
25196 key = field[i]
25201 len += length(value) + length(field[++i])
25207 key = field[2]
/bind-9.11.3/lib/dns/
H A Dzone.c313 * in the zone manager using the 'statelink' field. The 'statelist'
314 * field points at the list the zone is currently on. It the zone
1626 dns_zone_setstring(dns_zone_t *zone, char **field, const char *value) { argument
1637 if (*field != NULL)
1638 isc_mem_free(zone->mctx, *field);
1640 *field = copy;
7024 * "flags" field set to 0.
7027 * in the relevant private-type record, but with the "flags" field set to
7497 * them. Once all nodes are processed, the "delete_nsec" field is
18902 * field o
[all...]

Completed in 195 milliseconds