Home
last modified time | relevance | path

Searched refs:x_attr (Results 1 – 25 of 121) sorted by relevance

12345

/dports/www/wt/wt-4.6.1/src/web/
H A DXSSFilter.C24 for (xml_attribute<> *x_attr = x_node->first_attribute(); x_attr;) { in XSSSanitize() local
26 xml_attribute<> *x_next_attr = x_attr->next_attribute(); in XSSSanitize()
27 std::string const name(x_attr->name(), x_attr->name_size()); in XSSSanitize()
28 std::string const value(x_attr->value(), x_attr->value_size()); in XSSSanitize()
29 if (Wt::XSS::isBadAttribute(x_attr->name()) in XSSSanitize()
30 || Wt::XSS::isBadAttributeValue(x_attr->name(), x_attr->value())) { in XSSSanitize()
32 x_node->remove_attribute(x_attr); in XSSSanitize()
35 x_attr = x_next_attr; in XSSSanitize()
/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Derreurs_ext.cpp34 x_attr = new (nothrow) infinint(attr); in Ethread_cancel_with_attr()
35 if(x_attr == nullptr) in Ethread_cancel_with_attr()
44 if(x_attr != nullptr) in detruit()
46 delete x_attr; in detruit()
47 x_attr = nullptr; in detruit()
58 x_attr = new (nothrow) infinint(*ref.x_attr); in copy_from()
59 if(x_attr == nullptr) in copy_from()
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/
H A D_librsyncmodule.c45 PyObject *x_attr;
60 sm->x_attr = NULL; in fetchMessageInfo()
126 if (sm->x_attr != NULL) {
140 if (sm->x_attr == NULL) {
141 sm->x_attr = PyDict_New();
193 PyObject *x_attr;
213 dm->x_attr = NULL;
294 if (dm->x_attr != NULL) {
308 if (dm->x_attr == NULL) {
367 PyObject *x_attr;
[all …]
/dports/lang/python310/Python-3.10.1/Modules/
H A Dxxlimited_35.c18 PyObject *x_attr; /* Attributes dictionary */ member
32 self->x_attr = NULL; in newXxoObject()
42 Py_VISIT(self->x_attr); in Xxo_traverse()
49 Py_CLEAR(self->x_attr); in Xxo_clear()
56 Py_CLEAR(self->x_attr); in Xxo_finalize()
83 if (self->x_attr != NULL) { in Xxo_getattro()
99 if (self->x_attr == NULL) { in Xxo_setattr()
100 self->x_attr = PyDict_New(); in Xxo_setattr()
101 if (self->x_attr == NULL) in Xxo_setattr()
105 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
[all …]
H A Dxxlimited.c74 PyObject *x_attr; /* Attributes dictionary */ member
92 self->x_attr = NULL; in newXxoObject()
105 Py_VISIT(self->x_attr); in Xxo_traverse()
112 Py_CLEAR(self->x_attr); in Xxo_clear()
119 Py_CLEAR(self->x_attr); in Xxo_finalize()
138 if (self->x_attr != NULL) { in Xxo_getattro()
154 if (self->x_attr == NULL) { in Xxo_setattro()
156 self->x_attr = PyDict_New(); in Xxo_setattro()
157 if (self->x_attr == NULL) { in Xxo_setattro()
163 int rv = PyDict_DelItem(self->x_attr, name); in Xxo_setattro()
[all …]
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattro()
69 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
84 if (self->x_attr == NULL) { in Xxo_setattr()
85 self->x_attr = PyDict_New(); in Xxo_setattr()
86 if (self->x_attr == NULL) in Xxo_setattr()
90 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
97 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dxxlimited_35.c18 PyObject *x_attr; /* Attributes dictionary */ member
32 self->x_attr = NULL; in newXxoObject()
42 Py_VISIT(self->x_attr); in Xxo_traverse()
49 Py_CLEAR(self->x_attr); in Xxo_clear()
56 Py_CLEAR(self->x_attr); in Xxo_finalize()
83 if (self->x_attr != NULL) { in Xxo_getattro()
99 if (self->x_attr == NULL) { in Xxo_setattr()
100 self->x_attr = PyDict_New(); in Xxo_setattr()
101 if (self->x_attr == NULL) in Xxo_setattr()
105 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
[all …]
H A Dxxlimited.c73 PyObject *x_attr; /* Attributes dictionary */ member
91 self->x_attr = NULL; in newXxoObject()
104 Py_VISIT(self->x_attr); in Xxo_traverse()
111 Py_CLEAR(self->x_attr); in Xxo_clear()
118 Py_CLEAR(self->x_attr); in Xxo_finalize()
137 if (self->x_attr != NULL) { in Xxo_getattro()
153 if (self->x_attr == NULL) { in Xxo_setattro()
155 self->x_attr = PyDict_New(); in Xxo_setattro()
156 if (self->x_attr == NULL) { in Xxo_setattro()
162 int rv = PyDict_DelItem(self->x_attr, name); in Xxo_setattro()
[all …]
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattro()
69 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
84 if (self->x_attr == NULL) { in Xxo_setattr()
85 self->x_attr = PyDict_New(); in Xxo_setattr()
86 if (self->x_attr == NULL) in Xxo_setattr()
90 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
97 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dxxlimited.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_VISIT(self->x_attr); in Xxo_traverse()
53 Py_CLEAR(self->x_attr); in Xxo_finalize()
80 if (self->x_attr != NULL) { in Xxo_getattro()
81 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
96 if (self->x_attr == NULL) { in Xxo_setattr()
97 self->x_attr = PyDict_New(); in Xxo_setattr()
98 if (self->x_attr == NULL) in Xxo_setattr()
102 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
[all …]
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattro()
69 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
84 if (self->x_attr == NULL) { in Xxo_setattr()
85 self->x_attr = PyDict_New(); in Xxo_setattr()
86 if (self->x_attr == NULL) in Xxo_setattr()
90 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
97 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dxxlimited.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_VISIT(self->x_attr); in Xxo_traverse()
53 Py_CLEAR(self->x_attr); in Xxo_finalize()
80 if (self->x_attr != NULL) { in Xxo_getattro()
81 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
96 if (self->x_attr == NULL) { in Xxo_setattr()
97 self->x_attr = PyDict_New(); in Xxo_setattr()
98 if (self->x_attr == NULL) in Xxo_setattr()
102 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
[all …]
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattro()
69 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
84 if (self->x_attr == NULL) { in Xxo_setattr()
85 self->x_attr = PyDict_New(); in Xxo_setattr()
86 if (self->x_attr == NULL) in Xxo_setattr()
90 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
97 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dxxlimited.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_VISIT(self->x_attr); in Xxo_traverse()
53 Py_CLEAR(self->x_attr); in Xxo_finalize()
80 if (self->x_attr != NULL) { in Xxo_getattro()
81 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
96 if (self->x_attr == NULL) { in Xxo_setattr()
97 self->x_attr = PyDict_New(); in Xxo_setattr()
98 if (self->x_attr == NULL) in Xxo_setattr()
102 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
[all …]
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattro()
69 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
84 if (self->x_attr == NULL) { in Xxo_setattr()
85 self->x_attr = PyDict_New(); in Xxo_setattr()
86 if (self->x_attr == NULL) in Xxo_setattr()
90 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
97 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dxxlimited.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_VISIT(self->x_attr); in Xxo_traverse()
53 Py_CLEAR(self->x_attr); in Xxo_finalize()
80 if (self->x_attr != NULL) { in Xxo_getattro()
81 PyObject *v = PyDict_GetItem(self->x_attr, name); in Xxo_getattro()
93 if (self->x_attr == NULL) { in Xxo_setattr()
94 self->x_attr = PyDict_New(); in Xxo_setattr()
95 if (self->x_attr == NULL) in Xxo_setattr()
99 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
[all …]
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattro()
69 PyObject *v = PyDict_GetItem(self->x_attr, name); in Xxo_getattro()
81 if (self->x_attr == NULL) { in Xxo_setattr()
82 self->x_attr = PyDict_New(); in Xxo_setattr()
83 if (self->x_attr == NULL) in Xxo_setattr()
87 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
94 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dxxlimited.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_VISIT(self->x_attr); in Xxo_traverse()
53 Py_CLEAR(self->x_attr); in Xxo_finalize()
80 if (self->x_attr != NULL) { in Xxo_getattro()
81 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
96 if (self->x_attr == NULL) { in Xxo_setattr()
97 self->x_attr = PyDict_New(); in Xxo_setattr()
98 if (self->x_attr == NULL) in Xxo_setattr()
102 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
[all …]
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattro()
69 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
84 if (self->x_attr == NULL) { in Xxo_setattr()
85 self->x_attr = PyDict_New(); in Xxo_setattr()
86 if (self->x_attr == NULL) in Xxo_setattr()
90 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
97 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dxxlimited.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
47 Py_VISIT(self->x_attr); in Xxo_traverse()
54 Py_CLEAR(self->x_attr); in Xxo_finalize()
81 if (self->x_attr != NULL) { in Xxo_getattro()
82 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
97 if (self->x_attr == NULL) { in Xxo_setattr()
98 self->x_attr = PyDict_New(); in Xxo_setattr()
99 if (self->x_attr == NULL) in Xxo_setattr()
103 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
[all …]
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattro()
69 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
84 if (self->x_attr == NULL) { in Xxo_setattr()
85 self->x_attr = PyDict_New(); in Xxo_setattr()
86 if (self->x_attr == NULL) in Xxo_setattr()
90 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
97 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dxxlimited.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_VISIT(self->x_attr); in Xxo_traverse()
53 Py_CLEAR(self->x_attr); in Xxo_finalize()
80 if (self->x_attr != NULL) { in Xxo_getattro()
81 PyObject *v = PyDict_GetItemWithError(self->x_attr, name); in Xxo_getattro()
96 if (self->x_attr == NULL) { in Xxo_setattr()
97 self->x_attr = PyDict_New(); in Xxo_setattr()
98 if (self->x_attr == NULL) in Xxo_setattr()
102 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattr()
69 PyObject *v = PyDict_GetItemString(self->x_attr, name); in Xxo_getattr()
81 if (self->x_attr == NULL) { in Xxo_setattr()
82 self->x_attr = PyDict_New(); in Xxo_setattr()
83 if (self->x_attr == NULL) in Xxo_setattr()
87 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
94 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattr()
69 PyObject *v = PyDict_GetItemString(self->x_attr, name); in Xxo_getattr()
81 if (self->x_attr == NULL) { in Xxo_setattr()
82 self->x_attr = PyDict_New(); in Xxo_setattr()
83 if (self->x_attr == NULL) in Xxo_setattr()
87 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
94 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dxxmodule.c23 PyObject *x_attr; /* Attributes dictionary */ member
37 self->x_attr = NULL; in newXxoObject()
46 Py_XDECREF(self->x_attr); in Xxo_dealloc()
68 if (self->x_attr != NULL) { in Xxo_getattr()
69 PyObject *v = PyDict_GetItemString(self->x_attr, name); in Xxo_getattr()
81 if (self->x_attr == NULL) { in Xxo_setattr()
82 self->x_attr = PyDict_New(); in Xxo_setattr()
83 if (self->x_attr == NULL) in Xxo_setattr()
87 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()
94 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()

12345