Searched refs:compare (Results 1 – 6 of 6) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | splaytree.c | 53 #define compare(i,j) ((i)-(j)) macro 72 comp = compare(i, t->key); in splaytree_splay() 75 if (compare(i, t->left->key) < 0) { in splaytree_splay() 89 if (compare(i, t->right->key) > 0) { in splaytree_splay() 138 if (compare(i, t->key)==0) { in splaytree_insert() 146 } else if (compare(i, t->key) < 0) { in splaytree_insert() 172 if (compare(i, t->key) == 0) { /* found it */ in splaytree_delete()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | ssi.txt | 54 - compare: =, <, <=, >, =>, !=
|
| H A D | fastcgi.txt | 63 If you compare FastCGI against a apache+mod_php solution you
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | configure.ac | 618 …claration-after-statement -Wno-pointer-sign -Wcast-align -Winline -Wsign-compare -Wnested-externs …
|
| H A D | NEWS | 418 * fixed key compare (#1287) 963 * improved performance in the string compare functions
|
| H A D | configure | 16928 …claration-after-statement -Wno-pointer-sign -Wcast-align -Winline -Wsign-compare -Wnested-externs …
|