Home
last modified time | relevance | path

Searched refs:flup (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/howto/
Dwebservers.rst290 from flup.server.fcgi import WSGIServer
303 This is a simple WSGI application, but you need to install `flup
304 <https://pypi.org/project/flup/1.0>`_ first, as flup handles the low level
379 mod_python is called a *WSGI server*. One of these servers is ``flup``, which
382 are written in Python, as ``flup`` is, but there also exist others which are
/external/u-boot/drivers/net/
De1000.c952 uint32_t flup; in e1000_update_flash_i210() local
960 flup = E1000_READ_REG(hw, EECD) | E1000_EECD_FLUPD_I210; in e1000_update_flash_i210()
961 E1000_WRITE_REG(hw, EECD, flup); in e1000_update_flash_i210()