Home
last modified time | relevance | path

Searched refs:GLDNS_WIREPARSE_ERR_SYNTAX_TIME (Results 1 – 3 of 3) sorted by relevance

/dports/dns/getdns/getdns-1.5.2/src/gldns/
H A Dstr2wire.c1425 return GLDNS_WIREPARSE_ERR_SYNTAX_TIME; in gldns_str2wire_time_buf()
1427 return GLDNS_WIREPARSE_ERR_SYNTAX_TIME; in gldns_str2wire_time_buf()
1429 return GLDNS_WIREPARSE_ERR_SYNTAX_TIME; in gldns_str2wire_time_buf()
1431 return GLDNS_WIREPARSE_ERR_SYNTAX_TIME; in gldns_str2wire_time_buf()
1433 return GLDNS_WIREPARSE_ERR_SYNTAX_TIME; in gldns_str2wire_time_buf()
1435 return GLDNS_WIREPARSE_ERR_SYNTAX_TIME; in gldns_str2wire_time_buf()
1443 return RET_ERR(GLDNS_WIREPARSE_ERR_SYNTAX_TIME, in gldns_str2wire_time_buf()
1458 return RET_ERR(GLDNS_WIREPARSE_ERR_SYNTAX_TIME, end-str); in gldns_str2wire_tsigtime_buf()
H A Dstr2wire.h194 #define GLDNS_WIREPARSE_ERR_SYNTAX_TIME 360 macro
H A Dwire2str.c132 { GLDNS_WIREPARSE_ERR_SYNTAX_TIME, "Conversion error, time encoding expected" },