Lines Matching refs:code
476 char *code = NULL; in mut_step_c() local
483 code = RESERR_ERROR_STR; in mut_step_c()
485 code = RESERR_SERVER_STR; in mut_step_c()
487 code = RESERR_CLIENT_STR; in mut_step_c()
492 total += strlen(code); in mut_step_c()
515 const char *code = NULL; in mut_step_i() local
521 code = RESERR_ERROR_STR; in mut_step_i()
523 code = RESERR_SERVER_STR; in mut_step_i()
525 code = RESERR_CLIENT_STR; in mut_step_i()
531 size_t clen = strlen(code); in mut_step_i()
532 memcpy(a, code, clen); in mut_step_i()