Searched refs:kwds (Results 1 – 2 of 2) sorted by relevance
84 kwds = {'port': options.port, 'use_tls': options.use_tls}86 kwds['root'] = options.root88 kwds['private_key'] = options.private_key90 kwds['certificate'] = options.certificate92 kwds['pidfile'] = options.pidfile95 pywebsocket = websocket_server.PyWebSocket(port_obj, options.output_dir, **kwds)
1168 Char kwds[VG_(strlen)(keywords)+1]; in VG_() local1191 VG_(strcpy) (kwds, keywords); in VG_()1195 for (kw = VG_(strtok_r) (kwds, " ", &kwdssaveptr); in VG_()