Lines Matching defs:assoclen
4692 int assoclen = -1;
4703 static char *keywords[] = {"msg", "op", "iv", "assoclen", "flags", 0};
4731 /* assoclen is optional but must be >= 0 */
4733 assoclen = _PyLong_AsInt(assoclenobj);
4734 if (assoclen == -1 && PyErr_Occurred()) {
4737 if (assoclen < 0) {
4739 "assoclen must be positive");
4748 if (assoclen >= 0) {
4800 if (assoclen >= 0) {
4811 *uiptr = (unsigned int)assoclen;
4836 "sendmsg_afalg([msg], *, op[, iv[, assoclen[, flags=MSG_MORE]]])\n\