Searched refs:nsub (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dnode_subscr.c64 list_add_tail(&node_sub->nodesub_list, &node_sub->node->nsub);
H A Dnode.h51 * @nsub: list of "node down" subscriptions monitoring node
76 struct list_head nsub; member in struct:tipc_node
H A Dnode.c105 INIT_LIST_HEAD(&n_ptr->nsub);
446 list_for_each_entry_safe(ns, tns, &n_ptr->nsub, nodesub_list) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c334 size_t nsub; local
348 nsub = self->rgx.re_nsub + 1;
349 pm = PyMem_New(regmatch_t, nsub);
352 mo->am.nmatch = nsub;
401 { "nsub", T_INT, offsetof(TrePatternObject, rgx.re_nsub), READONLY,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregguts.h408 size_t nsub; /* copy of re_nsub */ member in struct:guts
H A Dregexec.c203 if (v->g->nsub + 1 <= LOCALMAT)
206 v->pmatch = (regmatch_t *)MALLOC((v->g->nsub + 1) *
210 v->nmatch = v->g->nsub + 1;
H A Dregcomp.c424 g->nsub = re->re_nsub;
2070 fprintf(f, "nsub %d, info 0%lo, csize %d, ntree %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dflash.h60 uint nsub; /* Number of subblocks */ member in struct:_flash_desc
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dflashutl.c497 for (i = 0; i < flashutl_desc->nsub; i++) {

Completed in 140 milliseconds