reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
219 if (!p) 221 p->ctx = ctx; 222 isl_ctx_ref(p->ctx); 223 p->ops = &file_ops; 224 p->file = file; 225 p->buf = NULL; 226 p->buf_n = 0; 227 p->buf_size = 0; 228 p->indent = 0; 229 p->output_format = ISL_FORMAT_ISL; 230 p->indent_prefix = NULL; 231 p->prefix = NULL; 232 p->suffix = NULL; 233 p->width = 0; 234 p->yaml_style = ISL_YAML_STYLE_FLOW; 236 return p;