Searched refs:create_server (Results 1 – 7 of 7) sorted by relevance
72 int create_server(void);86 out_fd = create_server(); in do_sendfile()174 int create_server(void) in create_server() function
58 static int create_server(void);72 out_fd = create_server(); in do_sendfile()152 static int create_server(void) in create_server() function
78 int create_server(void);105 out_fd = create_server(); in do_sendfile()212 int create_server(void) in create_server() function
77 int create_server(void);112 out_fd = create_server(); in do_sendfile()210 int create_server(void) in create_server() function
94 def create_server(ip,port): function150 create_server(self.ip, self.port)
75 httpd = ScanView.create_server((options.host, port),
759 def create_server(address, options, root): function