gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:log from t2ex/bsd_source/t2ex/network/net/src_bsd/net/radix.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/radix.c - 36.9KB - 1,170 lines
456:         if (rn_debug)
457:                 log(LOG_DEBUG, "%s: Going In:\n", __func__), traverse(head, p);
458: #endif
471: if (rn_debug) { 472: log(LOG_DEBUG, "%s: Coming Out:\n", __func__), 473: traverse(head, p);
531: if (maskduplicated) { 532: log(LOG_ERR, "rn_addmask: mask impossibly already in tree\n"); 533: Free(saved_x);
581: if (m == NULL) { 582: log(LOG_ERR, "Mask for route not entered\n"); 583: return NULL;
736: if (tt->rn_flags & RNF_NORMAL) { 737: log(LOG_ERR, "Non-unique normal route," 738: " mask not entered\n");
793: if (m->rm_leaf != tt || m->rm_refs > 0) { 794: log(LOG_ERR, "rn_delete: inconsistent annotation\n"); 795: return NULL; /* dangling ref could cause disaster */
798: if (m->rm_mask != tt->rn_mask) { 799: log(LOG_ERR, "rn_delete: inconsistent annotation\n"); 800: goto on1;
820: if (m == NULL) { 821: log(LOG_ERR, "rn_delete: couldn't find our annotation\n"); 822: if (tt->rn_flags & RNF_NORMAL)
832: if (rn_debug) 833: log(LOG_DEBUG, "%s: Going In:\n", __func__), traverse(head, tt); 834: #endif
858: } else 859: log(LOG_ERR, "rn_delete: couldn't find us\n"); 860: }
908: if (m != NULL) { 909: log(LOG_ERR, "rn_delete: Orphaned Mask %p at %p\n", 910: m, x);
929: if (rn_debug) { 930: log(LOG_DEBUG, "%s: Coming Out:\n", __func__), 931: traverse(head, tt);
1106: if (max_keylen == 0) { 1107: log(LOG_ERR, 1108: "rn_init: radix functions require max_keylen be set\n");