GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
getdns_dict_get(3) getdns getdns_dict_get(3)

getdns_dict_get, getdns_dict_get_bindata, getdns_dict_get_data_type, getdns_dict_get_dict, getdns_dict_get_int, getdns_dict_get_list, getdns_dict_get_names -- get value by name from a getdns dict

DNS Resolver library (libgetdns, -lgetdns)

#include <getdns.h>

getdns_return_t
getdns_dict_get_bindata (getdns_dict *this_dict,

char *name,
getdns_bindata **answer)

getdns_return_t
getdns_dict_get_data_type (getdns_dict *this_dict,

char *name,
getdns_data_type *answer)

getdns_return_t
getdns_dict_get_dict (getdns_dict *this_dict,

char *name,
getdns_dict **answer)

getdns_return_t
getdns_dict_get_int (getdns_dict *this_dict,

char *name,
uint32_t *answer)

getdns_return_t
getdns_dict_get_list (getdns_dict *this_dict,

char *name,
getdns_list **answer)

getdns_return_t
getdns_dict_get_names (getdns_dict *this_dict,

getdns_list **answer)

The getdns_dict type is used to manage name/value pairs in which the names are strings and the data types of the values are heterogeneous and include

getdns_bindata
getdns_dict
getdns_list
uint32_t

this_dict the dictionary from which to retrieve the list of names

name the name whose associated value is to be returned in answer

answer the list of all names in the dictionary, note that the caller must free storage allocated to the list via a call to getdns_list_destroy(3)

Upon successful completion the functions return GETDNS_RETURN_GOOD , otherwise the following error values are returned:

GETDNS_RETURN_GENERIC_ERROR if this_dict is not a valid dictionary

GETDNS_RETURN_NO_SUCH_DICT_NAME if the name argument doesn't exist in the dictionary

GETDNS_RETURN_WRONG_TYPE_REQUESTED if the requested data type doesn't match the contents of the indexed argument or name

TBD

libgetdns(3), getdns_address(3), getdns_dict(3), getdns_dict_set(3), getdns_general(3), getdns_hostname(3), getdns_list(3), getdns_service(3),

December 2015 getdns 1.5.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.