Searched defs:try (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/zlib-1.2.6/ |
H A D | configure | 13 # If you have problems, try without defining CC and CFLAGS before reporting 120 try() function 127 try() function 301 if try $CC -w -c $SFLAGS $test.c && 302 try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then 308 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log 344 if try $CC -c $CFLAGS -D_LARGEFILE64_SOURCE=1 $test.c; then 361 if try $CC $CFLAGS -o $test $test.c; then 378 if try $CC -c $CFLAGS $test.c; then 392 if try [all...] |
/vbox/src/libs/zlib-1.2.6/test/ |
H A D | infcover.c | 507 local int try(char *hex, char *id, int err) function 583 try("0 0 0 0 0", "invalid stored block lengths", 1); 584 try("3 0", "fixed", 0); 585 try("6", "invalid block type", 1); 586 try("1 1 0 fe ff 0", "stored", 0); 587 try("fc 0 0", "too many length or distance symbols", 1); 588 try("4 0 fe ff", "invalid code lengths set", 1); 589 try("4 0 24 49 0", "invalid bit length repeat", 1); 590 try("4 0 24 e9 ff ff", "invalid bit length repeat", 1); 591 try(" [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | res_send.c | 121 /* 0 = not present, 1 = try it, 2 = exists */ 341 int gotsomewhere, connreset, terrno, try, v_circuit, resplen, ns; local 364 for (try = 0; try < _res.retry; try++) { 391 /* give the hook another try */ 417 try = _res.retry; 599 if (_res.nscount == 1 || (try == 0 && ns == 0)) { 672 msec = (_res.retrans << try) * 1000; 673 if (try > [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | ipcp.c | 339 /* try an older style of VJ negotiation */ 550 ipcp_options try; /* options to request next time */ local 553 try = *go; 610 try.ouraddr = ciaddr1; 615 try.hisaddr = ciaddr2; 632 try.old_vj = 0; 634 try.maxslotindex = cimaxslotindex; 636 try.cflag = 0; 638 try.neg_vj = 0; 642 try 739 ipcp_options try; /* options to request next time */ local [all...] |
H A D | lcp.c | 725 lcp_options try; /* options to request next time */ local 730 try = *go; 815 try.mru = cishort; 824 try.asyncmap = go->asyncmap | cilong; 850 try.neg_chap = 0; 861 try.neg_chap = 0; 866 try.neg_upap = 0; 875 try.neg_chap = 0; 877 try.neg_upap = 0; 889 try 1027 lcp_options try; /* options to request next time */ local [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | ipcp.c | 323 /* try an older style of VJ negotiation */ 553 ipcp_options try; /* options to request next time */ local 556 try = *go; 614 try.ouraddr = ciaddr1; 619 try.hisaddr = ciaddr2; 636 try.old_vj = 0; 638 try.maxslotindex = cimaxslotindex; 641 try.cflag = 0; 644 try.neg_vj = 0; 648 try 756 ipcp_options try; /* options to request next time */ local [all...] |
H A D | lcp.c | 767 lcp_options try; /* options to request next time */ local 772 try = *go; 857 try.mru = cishort; 867 try.asyncmap = go->asyncmap | cilong; 894 try.neg_chap = 0; 905 try.neg_chap = 0; 911 try.neg_upap = 0; 920 try.neg_chap = 0; 922 try.neg_upap = 0; 935 try 1085 lcp_options try; /* options to request next time */ local [all...] |
Completed in 61 milliseconds