Searched refs:nohash (Results 1 - 2 of 2) sorted by relevance

/pkg/src/modules/actions/
H A D_common.c32 static PyObject *nohash; variable
275 if (PyObject_SetAttrString(action, "hash", nohash) == -1)
325 if ((nohash = PyBytes_FromStringAndSize("NOHASH", 6)) == NULL) {
327 "Unable to create nohash string object.");
H A D_actions.c53 static const char *nohash = "action type doesn't allow payload"; variable
319 invalid(nohash);
348 invalid(nohash);

Completed in 9 milliseconds