- 741 名前:デフォルトの名無しさん mailto:sage [2008/02/17(日) 04:47:21 ]
- >>725
2chは行数制限があるから実用されているコードを貼るのは無理だね。 アンカーではなくポインタは示すので、あとは自分で調べて。 # apache が実務的なコードでないという奴はいないよな? $ grep -r -n goto httpd-2.2.8/server httpd-2.2.8/server/vhost.c:717: goto bad; httpd-2.2.8/server/vhost.c:747: goto bad; httpd-2.2.8/server/vhost.c:754: goto bad; httpd-2.2.8/server/vhost.c:904: goto found; httpd-2.2.8/server/vhost.c:916: goto found; httpd-2.2.8/server/mpm/netware/mpm_netware.c:421: goto got_listener; httpd-2.2.8/server/mpm/winnt/child.c:954: goto shutdown; httpd-2.2.8/server/mpm/winnt/mpm_winnt.c:871: goto die_now; httpd-2.2.8/server/mpm/experimental/event/event.c:1140: goto worker_pop; httpd-2.2.8/server/mpm/worker/worker.c:882: goto worker_pop; httpd-2.2.8/server/mpm/prefork/prefork.c:614: goto got_fd; httpd-2.2.8/server/mpm/beos/beos.c:560: goto got_a_black_spot; httpd-2.2.8/server/mpm/beos/beos.c:562: goto got_fd; httpd-2.2.8/server/util_xml.c:58: goto read_error; httpd-2.2.8/server/util_xml.c:79: goto read_error; httpd-2.2.8/server/util_xml.c:88: goto read_error; httpd-2.2.8/server/util_xml.c:93: goto parser_error;
|

|