Py_False 248 lib/tdb/pytdb.c return (ret == TDB_ERR_NOEXIST)?Py_False:Py_True; Py_False 192 source4/lib/ldb/pyldb.c return ldb_dn_check_special(self->dn, name)?Py_True:Py_False; Py_False 220 source4/lib/ldb/pyldb.c return ldb_dn_add_child(dn, other)?Py_True:Py_False; Py_False 235 source4/lib/ldb/pyldb.c return ldb_dn_add_base(dn, other)?Py_True:Py_False; Py_False 787 source4/lib/wmi/wmi_wrap.c PyObject *result = ok ? Py_True : Py_False; Py_False 282 source4/web_server/wsgi.c PyDict_SetItemString(env, "wsgi.multithread", Py_False); Py_False 284 source4/web_server/wsgi.c PyDict_SetItemString(env, "wsgi.run_once", Py_False);