Lines Matching refs:nmctx
46 nmctx_default_error(struct nmctx *ctx, const char *errmsg) in nmctx_default_error()
53 nmctx_default_malloc(struct nmctx *ctx, size_t sz) in nmctx_default_malloc()
60 nmctx_default_free(struct nmctx *ctx, void *p) in nmctx_default_free()
66 static struct nmctx nmctx_global = {
74 static struct nmctx *nmctx_default = &nmctx_global;
76 struct nmctx *
82 struct nmctx *
83 nmctx_set_default(struct nmctx *ctx) in nmctx_set_default()
85 struct nmctx *old = nmctx_default; in nmctx_set_default()
92 nmctx_ferror(struct nmctx *ctx, const char *fmt, ...) in nmctx_ferror()
117 nmctx_malloc(struct nmctx *ctx, size_t sz) in nmctx_malloc()
123 nmctx_free(struct nmctx *ctx, void *p) in nmctx_free()
129 nmctx_lock(struct nmctx *ctx) in nmctx_lock()
136 nmctx_unlock(struct nmctx *ctx) in nmctx_unlock()