Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYMainLoop.c163 static int are_different(DocInfo *doc1, DocInfo *doc2);
165 static int are_phys_different(DocInfo *doc1, DocInfo *doc2);
7729 static int are_different(DocInfo *doc1, DocInfo *doc2) in are_different() argument
7736 if (!doc1->address || !doc2->address) in are_different()
7742 if (doc1->isHEAD != doc2->isHEAD) in are_different()
7750 cp2 = trimPoundSelector(doc2->address); in are_different()
7754 if (strcmp(doc1->address, doc2->address)) { in are_different()
7766 if (doc2->post_data) { in are_different()
7767 if (!BINEQ(doc1->post_data, doc2->post_data)) in are_different()
7771 } else if (doc2->post_data) in are_different()
[all …]