Searched defs:field (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/contrib/dlz/drivers/ |
H A D | dlz_odbc_driver.c | 719 * 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/bin/named/ |
H A D | server.c | 6220 * 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/lib/dns/ |
H A D | zone.c | 313 * 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 376 milliseconds