Lines Matching refs:ocs_textbuf_t
62 typedef void (*ocs_mgmt_get_func)(ocs_t *, char *, ocs_textbuf_t*);
76 typedef void (*ocs_mgmt_get_list_handler)(ocs_textbuf_t *textbuf, void* object);
77 typedef void (*ocs_mgmt_get_all_handler)(ocs_textbuf_t *textbuf, void* object);
78 typedef int (*ocs_mgmt_get_handler)(ocs_textbuf_t *, char *parent, char *name, void *object);
92 extern void ocs_mgmt_start_section(ocs_textbuf_t *textbuf, const char *name, int index);
93 extern void ocs_mgmt_start_unnumbered_section(ocs_textbuf_t *textbuf, const char *name);
94 extern void ocs_mgmt_end_section(ocs_textbuf_t *textbuf, const char *name, int index);
95 extern void ocs_mgmt_end_unnumbered_section(ocs_textbuf_t *textbuf, const char *name);
96 extern void ocs_mgmt_emit_property_name(ocs_textbuf_t *textbuf, int access, const char *name);
97 extern void ocs_mgmt_emit_string(ocs_textbuf_t *textbuf, int access, const char *name, const char *…
99 extern void ocs_mgmt_emit_int(ocs_textbuf_t *textbuf, int access, const char *name, const char *fmt…
100 extern void ocs_mgmt_emit_boolean(ocs_textbuf_t *textbuf, int access, const char *name, const int v…
104 extern void ocs_mgmt_get_list(ocs_t *ocs, ocs_textbuf_t *textbuf);
105 extern void ocs_mgmt_get_all(ocs_t *ocs, ocs_textbuf_t *textbuf);
106 extern int ocs_mgmt_get(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf);