Home | History | Annotate | Download | only in qd

Lines Matching defs:icp

1471     char *cp, *icp;
1473 if ( !PyArg_ParseTuple(_args, "is#", &from, &icp, &length) )
1476 memcpy(cp, icp, length);