Home
last modified time | relevance | path

Searched refs:reqcontext (Results 1 – 7 of 7) sorted by relevance

/dports/net/nbd-server/nbd-3.23/tests/run/
H A Dnbd-tester-client.c74 struct reqcontext { struct
78 struct reqcontext *next; argument
79 struct reqcontext *prev; argument
83 struct reqcontext *head;
84 struct reqcontext *tail;
110 void rclist_unlink(struct rclist *l, struct reqcontext *p) in rclist_unlink()
113 struct reqcontext *prev = p->prev; in rclist_unlink()
114 struct reqcontext *next = p->next; in rclist_unlink()
134 void rclist_addtail(struct rclist *l, struct reqcontext *p) in rclist_addtail()
1282 struct reqcontext *prc; in integrity_test()
[all …]
/dports/www/py-flask/Flask-2.0.2/docs/
H A Dappcontext.rst11 This is similar to :doc:`/reqcontext`, which keeps track of
44 context and a :doc:`request context </reqcontext>`. When the request
49 See :doc:`/reqcontext` for more information about how the contexts work
H A Dindex.rst53 reqcontext
H A Dshell.rst24 Generally it's recommended that you read :doc:`reqcontext` first.
H A Dsignals.rst163 Signals fully support :doc:`reqcontext` when receiving signals.
/dports/www/py-flask-peewee/flask-peewee-3.0.4/docs/
H A Dgevent.rst49 information, in a special object called a `context local <http://flask.pocoo.org/docs/reqcontext/>`…
H A Dauth.rst70 Whenever in a `request context <http://flask.pocoo.org/docs/reqcontext/>`_, the