Lines Matching refs:rd

35  * \param[in] rd the rdf where to put the data
39 ldns_status ldns_str2rdf_int8(ldns_rdf **rd, const char *bytestr);
43 * \param[in] rd the rdf where to put the data
47 ldns_status ldns_str2rdf_int16(ldns_rdf **rd, const char *shortstr);
51 * \param[in] rd the rdf where to put the data
55 ldns_status ldns_str2rdf_int32(ldns_rdf **rd, const char *longstr);
59 * \param[in] rd the rdf where to put the data
63 ldns_status ldns_str2rdf_time(ldns_rdf **rd, const char *time);
66 * \param[in] rd the rdf where to put the data
70 ldns_status ldns_str2rdf_nsec3_salt(ldns_rdf **rd, const char *nsec3_salt);
73 * \param[in] rd the rdf where to put the data
77 ldns_status ldns_str2rdf_period(ldns_rdf **rd, const char *str);
81 * \param[in] rd the rdf where to put the data
85 ldns_status ldns_str2rdf_a(ldns_rdf **rd, const char *str);
89 * \param[in] rd the rdf where to put the data
93 ldns_status ldns_str2rdf_aaaa(ldns_rdf **rd, const char *str);
97 * \param[in] rd the rdf where to put the data
101 ldns_status ldns_str2rdf_str(ldns_rdf **rd, const char *str);
105 * \param[in] rd the rdf where to put the data
109 ldns_status ldns_str2rdf_apl(ldns_rdf **rd, const char *str);
113 * \param[in] rd the rdf where to put the data
117 ldns_status ldns_str2rdf_b64(ldns_rdf **rd, const char *str);
121 * \param[in] rd the rdf where to put the data
125 ldns_status ldns_str2rdf_b32_ext(ldns_rdf **rd, const char *str);
129 * \param[in] rd the rdf where to put the data
133 ldns_status ldns_str2rdf_hex(ldns_rdf **rd, const char *str);
137 * \param[in] rd the rdf where to put the data
141 ldns_status ldns_str2rdf_nsec(ldns_rdf **rd, const char *str);
145 * \param[in] rd the rdf where to put the data
149 ldns_status ldns_str2rdf_type(ldns_rdf **rd, const char *str);
153 * \param[in] rd the rdf where to put the data
157 ldns_status ldns_str2rdf_class(ldns_rdf **rd, const char *str);
161 * \param[in] rd the rdf where to put the data
165 ldns_status ldns_str2rdf_cert_alg(ldns_rdf **rd, const char *str);
169 * \param[in] rd the rdf where to put the data
173 ldns_status ldns_str2rdf_alg(ldns_rdf **rd, const char *str);
177 * \param[in] rd the rdf where to put the data
181 ldns_status ldns_str2rdf_unknown(ldns_rdf **rd, const char *str);
185 * \param[in] rd the rdf where to put the data
189 ldns_status ldns_str2rdf_service(ldns_rdf **rd, const char *str);
193 * \param[in] rd the rdf where to put the data
197 ldns_status ldns_str2rdf_loc(ldns_rdf **rd, const char *str);
201 * \param[in] rd the rdf where to put the data
205 ldns_status ldns_str2rdf_wks(ldns_rdf **rd, const char *str);
209 * \param[in] rd the rdf where to put the data
213 ldns_status ldns_str2rdf_nsap(ldns_rdf **rd, const char *str);
217 * \param[in] rd the rdf where to put the data
221 ldns_status ldns_str2rdf_atma(ldns_rdf **rd, const char *str);
225 * \param[in] rd the rdf where to put the data
229 ldns_status ldns_str2rdf_ipseckey(ldns_rdf **rd, const char *str);
233 * \param[in] rd the rdf where to put the data
237 ldns_status ldns_str2rdf_dname(ldns_rdf **rd, const char *str);
241 * \param[in] rd the rdf where to put the data
245 ldns_status ldns_str2rdf_ilnp64(ldns_rdf **rd, const char *str);
249 * \param[in] rd the rdf where to put the data
253 ldns_status ldns_str2rdf_eui48(ldns_rdf **rd, const char *str);
257 * \param[in] rd the rdf where to put the data
261 ldns_status ldns_str2rdf_eui64(ldns_rdf **rd, const char *str);
265 * \param[in] rd the rdf where to put the data
269 ldns_status ldns_str2rdf_tag(ldns_rdf **rd, const char *str);
274 * \param[in] rd the rdf where to put the data
278 ldns_status ldns_str2rdf_long_str(ldns_rdf **rd, const char *str);
284 * \param[in] rd the rdf where to put the data
288 ldns_status ldns_str2rdf_hip(ldns_rdf **rd, const char *str);