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

/pkg/src/modules/actions/
H A D_actions.c180 * If malformed() or invalid() are used, CLEANUP_REFS can only be used
182 * malformed() or invalid(). Failure to order this properly will cause
185 #define malformed(msg) set_malformederr(str, i, (msg)) macro
220 malformed("no attributes");
303 malformed("whitespace in key");
364 malformed("impossible: missing key");
368 malformed("missing value");
379 malformed("missing value");
388 malformed("quote in key");
557 malformed("missin
[all...]
/pkg/src/tests/api/
H A Dt_action.py417 malformed = False
425 malformed = True
427 # If the action isn't malformed, something is wrong.
428 self.assertTrue(malformed, "Action not malformed: " + text)
448 # Nothing but the action type or type is malformed.
510 # Verify malformed actions > 255 characters don't cause corrupt

Completed in 12 milliseconds