Searched defs:p_stdin (Results 1 - 1 of 1) sorted by relevance

/external/clearsilver/python/
H A Dneo_cgi.c457 PyObject *p_stdin; member in struct:wrapper_data
467 PyObject *p_stdin; local
471 if (!PyArg_ParseTuple(args, "OOO:cgiwrap(stdin, stdout, env)", &p_stdin, &p_stdout, &p_env))
474 if (p_stdin != Py_None)
476 if (Wrapper.p_stdin != NULL)
478 Py_DECREF (Wrapper.p_stdin);
480 Wrapper.p_stdin = p_stdin;
481 Py_INCREF (Wrapper.p_stdin);
603 buf = PyFile_Read (wrap->p_stdin, le
789 PyObject *sys, *os, *p_stdin, *p_stdout, *args, *p_env; local
[all...]

Completed in 11 milliseconds