Home
last modified time | relevance | path

Searched defs:code (Results 1 – 21 of 21) sorted by relevance

/libevent-2.1.12/test-export/
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
H A Dtest-export.py37 def link_and_run(link, code): argument
68 def testcase(link, code, expect): argument
/libevent-2.1.12/
H A Dhttp.c1655 evhttp_valid_response_code(int code) in evhttp_valid_response_code()
2858 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply()
2867 evhttp_send_reply_start(struct evhttp_request *req, int code, in evhttp_send_reply_start()
3029 evhttp_response_phrase_internal(int code) in evhttp_response_phrase_internal()
3046 evhttp_response_code_(struct evhttp_request *req, int code, const char *reason) in evhttp_response_code_()
H A Devutil.c1708 DWORD code; member
H A Devent_rpcgen.py93 def PrintIndented(filep, ident, code): argument