Searched defs:nmctx (Results 1 – 2 of 2) sorted by relevance
643 struct nmctx { struct645 nmctx_error_cb error; argument646 nmctx_malloc_cb malloc; argument647 nmctx_free_cb free; argument648 nmctx_lock_cb lock; argument654 struct nmctx *nmctx_get(void); argument
172 struct nmctx *nmctx; member1972 struct nmctx test_nmctx, *nmctx; in nmreq_parsing() local