Lines Matching refs:status

252 	ldns_status status;
256 status = ldns_str2rdf_dname(&rdf, str);
259 status = ldns_str2rdf_int8(&rdf, str);
262 status = ldns_str2rdf_int16(&rdf, str);
265 status = ldns_str2rdf_int32(&rdf, str);
268 status = ldns_str2rdf_a(&rdf, str);
271 status = ldns_str2rdf_aaaa(&rdf, str);
274 status = ldns_str2rdf_str(&rdf, str);
277 status = ldns_str2rdf_apl(&rdf, str);
280 status = ldns_str2rdf_b64(&rdf, str);
283 status = ldns_str2rdf_b32_ext(&rdf, str);
286 status = ldns_str2rdf_hex(&rdf, str);
289 status = ldns_str2rdf_nsec(&rdf, str);
292 status = ldns_str2rdf_type(&rdf, str);
295 status = ldns_str2rdf_class(&rdf, str);
298 status = ldns_str2rdf_cert_alg(&rdf, str);
301 status = ldns_str2rdf_alg(&rdf, str);
304 status = ldns_str2rdf_unknown(&rdf, str);
307 status = ldns_str2rdf_time(&rdf, str);
310 status = ldns_str2rdf_period(&rdf, str);
313 status = ldns_str2rdf_hip(&rdf, str);
316 status = ldns_str2rdf_service(&rdf, str);
319 status = ldns_str2rdf_loc(&rdf, str);
322 status = ldns_str2rdf_wks(&rdf, str);
325 status = ldns_str2rdf_nsap(&rdf, str);
328 status = ldns_str2rdf_atma(&rdf, str);
331 status = ldns_str2rdf_ipseckey(&rdf, str);
334 status = ldns_str2rdf_nsec3_salt(&rdf, str);
337 status = ldns_str2rdf_b32_ext(&rdf, str);
340 status = ldns_str2rdf_ilnp64(&rdf, str);
343 status = ldns_str2rdf_eui48(&rdf, str);
346 status = ldns_str2rdf_eui64(&rdf, str);
349 status = ldns_str2rdf_tag(&rdf, str);
352 status = ldns_str2rdf_long_str(&rdf, str);
357 status = LDNS_STATUS_ERR;
360 if (LDNS_STATUS_OK == status) {