Lines Matching refs:str

2  * str2host.h - conversion from str to the host fmt
67 * \param[in] str the string to be converted
74 * \param[in] str the string to be converted
77 ldns_status ldns_str2rdf_period(ldns_rdf **rd, const char *str);
80 * convert str with an A record into wireformat
82 * \param[in] str the string to be converted
85 ldns_status ldns_str2rdf_a(ldns_rdf **rd, const char *str);
88 * convert the str with an AAAA record into wireformat
90 * \param[in] str the string to be converted
93 ldns_status ldns_str2rdf_aaaa(ldns_rdf **rd, const char *str);
98 * \param[in] str the string to be converted (NULL terminated)
101 ldns_status ldns_str2rdf_str(ldns_rdf **rd, const char *str);
104 * convert str with the apl record into wireformat
106 * \param[in] str the string to be converted
109 ldns_status ldns_str2rdf_apl(ldns_rdf **rd, const char *str);
114 * \param[in] str the string to be converted
117 ldns_status ldns_str2rdf_b64(ldns_rdf **rd, const char *str);
122 * \param[in] str the string to be converted
125 ldns_status ldns_str2rdf_b32_ext(ldns_rdf **rd, const char *str);
130 * \param[in] str the string to be converted
133 ldns_status ldns_str2rdf_hex(ldns_rdf **rd, const char *str);
138 * \param[in] str the string to be converted
141 ldns_status ldns_str2rdf_nsec(ldns_rdf **rd, const char *str);
146 * \param[in] str the string to be converted
149 ldns_status ldns_str2rdf_type(ldns_rdf **rd, const char *str);
154 * \param[in] str the string to be converted
157 ldns_status ldns_str2rdf_class(ldns_rdf **rd, const char *str);
162 * \param[in] str the string to be converted
165 ldns_status ldns_str2rdf_cert_alg(ldns_rdf **rd, const char *str);
170 * \param[in] str the string to be converted
173 ldns_status ldns_str2rdf_alg(ldns_rdf **rd, const char *str);
178 * \param[in] str the string to be converted
181 ldns_status ldns_str2rdf_certificate_usage(ldns_rdf **rd, const char *str);
186 * \param[in] str the string to be converted
189 ldns_status ldns_str2rdf_selector(ldns_rdf **rd, const char *str);
194 * \param[in] str the string to be converted
197 ldns_status ldns_str2rdf_matching_type(ldns_rdf **rd, const char *str);
202 * \param[in] str the string to be converted
205 ldns_status ldns_str2rdf_unknown(ldns_rdf **rd, const char *str);
210 * \param[in] str the string to be converted
213 ldns_status ldns_str2rdf_service(ldns_rdf **rd, const char *str);
218 * \param[in] str the string to be converted
221 ldns_status ldns_str2rdf_loc(ldns_rdf **rd, const char *str);
226 * \param[in] str the string to be converted
229 ldns_status ldns_str2rdf_wks(ldns_rdf **rd, const char *str);
232 * convert a str with a NSAP RR into wireformat
234 * \param[in] str the string to be converted
237 ldns_status ldns_str2rdf_nsap(ldns_rdf **rd, const char *str);
240 * convert a str with a ATMA RR into wireformat
242 * \param[in] str the string to be converted
245 ldns_status ldns_str2rdf_atma(ldns_rdf **rd, const char *str);
248 * convert a str with a IPSECKEY RR into wireformat
250 * \param[in] str the string to be converted
253 ldns_status ldns_str2rdf_ipseckey(ldns_rdf **rd, const char *str);
258 * \param[in] str the string to be converted
261 ldns_status ldns_str2rdf_dname(ldns_rdf **rd, const char *str);
266 * \param[in] str the string to be converted
269 ldns_status ldns_str2rdf_ilnp64(ldns_rdf **rd, const char *str);
274 * \param[in] str the string to be converted
277 ldns_status ldns_str2rdf_eui48(ldns_rdf **rd, const char *str);
282 * \param[in] str the string to be converted
285 ldns_status ldns_str2rdf_eui64(ldns_rdf **rd, const char *str);
290 * \param[in] str the string to be converted
293 ldns_status ldns_str2rdf_tag(ldns_rdf **rd, const char *str);
299 * \param[in] str the string to be converted
302 ldns_status ldns_str2rdf_long_str(ldns_rdf **rd, const char *str);
309 * \param[in] str the string to be converted
312 ldns_status ldns_str2rdf_hip(ldns_rdf **rd, const char *str);
320 * \param[in] str the string to be converted
323 ldns_status ldns_str2rdf_amtrelay(ldns_rdf **rd, const char *str);
329 * \param[in] str the string to be converted
332 ldns_status ldns_str2rdf_svcparams(ldns_rdf **rd, const char *str);