Lines Matching refs:data_unset
21 array_insert_unique(ctx->all_configs, (data_unset *)dc); in configparser_push()
23 array_insert_unique(dc->parent->childs, (data_unset *)dc); in configparser_push()
29 array_insert_unique(ctx->configs_stack, (data_unset *)ctx->current); in configparser_push()
40 static data_unset *configparser_get_variable(config_t *ctx, const buffer *key) { in configparser_get_variable()
41 data_unset *du; in configparser_get_variable()
62 data_unset *configparser_merge_data(data_unset *op1, const data_unset *op2) { in configparser_merge_data()
74 return (data_unset *)ds; in configparser_merge_data()
91 data_unset *du; in configparser_merge_data()
95 du = (data_unset *)src->data[i]; in configparser_merge_data()
168 data_unset * yy41;
872 data_unset *du; in yy_reduce()
959 yygotominor.yy41 = (data_unset *)ds; in yy_reduce()
971 yygotominor.yy41 = (data_unset *)data_string_init(); in yy_reduce()
981 yygotominor.yy41 = (data_unset *)data_string_init(); in yy_reduce()
991 yygotominor.yy41 = (data_unset *)data_integer_init(); in yy_reduce()
1001 yygotominor.yy41 = (data_unset *)data_array_init(); in yy_reduce()