Home | History | Annotate | Download | only in emugen

Lines Matching full:customdecoder

80         if (e->customDecoder() && side == SERVER_SIDE) { fprintf(fp, "void *ctx"); }
87 if (j != 0 || side == CLIENT_SIDE || (side == SERVER_SIDE && e->customDecoder())) fprintf(fp, ", ");
821 if (e->customDecoder()) {
836 if ((pass == PASS_FunctionCall) && (j != 0 || e->customDecoder())) fprintf(fp, ", ");