Searched refs:loc_parse_cm (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ldns/ |
H A D | str2host.c | 878 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) in loc_parse_cm() function 1057 if(!loc_parse_cm(my_str, &my_str, &size_b, &size_e)) in ldns_str2rdf_loc() 1062 if(!loc_parse_cm(my_str, &my_str, &horiz_pre_b, &horiz_pre_e)) in ldns_str2rdf_loc() 1067 if(!loc_parse_cm(my_str, &my_str, &vert_pre_b, &vert_pre_e)) in ldns_str2rdf_loc()
|
/freebsd/contrib/unbound/sldns/ |
H A D | str2wire.c | 2220 loc_parse_cm(char* my_str, char** endstr, uint8_t* m, uint8_t* e) in loc_parse_cm() function 2399 if(!loc_parse_cm(my_str, &my_str, &size_b, &size_e)) in sldns_str2wire_loc_buf() 2404 if(!loc_parse_cm(my_str, &my_str, &horiz_pre_b, &horiz_pre_e)) in sldns_str2wire_loc_buf() 2409 if(!loc_parse_cm(my_str, &my_str, &vert_pre_b, &vert_pre_e)) in sldns_str2wire_loc_buf()
|