HomeSort by: relevance | last modified time | path
    Searched defs:lite_pre (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
alloc.c 549 static char* lite_pre = "checkfront123456"; variable
561 memmove(res, lite_pre, lite_pad);
579 memmove(res, lite_pre, lite_pad);
593 if(memcmp(real, lite_pre, lite_pad) != 0) {
596 log_hex(" should be", lite_pre, lite_pad);
629 if(memcmp(real, lite_pre, lite_pad) != 0) {
632 log_hex(" should be", lite_pre, lite_pad);
alloc.c 549 static char* lite_pre = "checkfront123456"; variable
561 memmove(res, lite_pre, lite_pad);
579 memmove(res, lite_pre, lite_pad);
593 if(memcmp(real, lite_pre, lite_pad) != 0) {
596 log_hex(" should be", lite_pre, lite_pad);
629 if(memcmp(real, lite_pre, lite_pad) != 0) {
632 log_hex(" should be", lite_pre, lite_pad);

Completed in 105 milliseconds