Searched refs:ctx_mac_list (Results 1 – 3 of 3) sorted by relevance
494 if (ctx->ctx_mac_list[i] != NULL)496 len += strlen(ctx->ctx_mac_list[i]) + 1 +515 if (ctx->ctx_mac_list[i] == NULL)523 l = strlen(ctx->ctx_mac_list[i]) + 1;526 ctx->ctx_mac_list[i], l);788 if (ctx->ctx_mac_list[i] != NULL)790 free(ctx->ctx_mac_list[i]);791 ctx->ctx_mac_list[i] = NULL;
334 if (ctx->ctx_mac_list[where] != NULL)337 ctx->ctx_mac_list[where] = strdup(macros);338 if (ctx->ctx_mac_list[where] == NULL)
103 char *ctx_mac_list[MAX_MACROS_ENTRIES]; member