HomeSort by: relevance | last modified time | path
    Searched refs:calculate_length (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/kyua-testers/dist/
text.c 47 calculate_length(const char* format, va_list ap) function
95 const int length = calculate_length(format, ap2);
  /src/external/bsd/nsd/dist/
dns.h 300 nsd_rdata_field_length_type calculate_length; member in struct:nsd_rdata_descriptor
302 /* Determine size of rdata field. Like calculate_length, but this
rdata.c 1058 if(field->calculate_length) {
1060 int32_t l = field->calculate_length(rr->rdlength, rr->rdata,
1124 if(field->calculate_length) {

Completed in 29 milliseconds