Searched refs:ctx_mac_list (Results 1 – 3 of 3) sorted by relevance
490 if (ctx->ctx_mac_list[i] != NULL)492 len += strlen(ctx->ctx_mac_list[i]) + 1 +511 if (ctx->ctx_mac_list[i] == NULL)519 l = strlen(ctx->ctx_mac_list[i]) + 1;522 ctx->ctx_mac_list[i], l);780 if (ctx->ctx_mac_list[i] != NULL)782 free(ctx->ctx_mac_list[i]);783 ctx->ctx_mac_list[i] = NULL;
337 if (ctx->ctx_mac_list[where] != NULL)340 ctx->ctx_mac_list[where] = strdup(macros);341 if (ctx->ctx_mac_list[where] == NULL)
103 char *ctx_mac_list[MAX_MACROS_ENTRIES]; member