Home
last modified time | relevance | path

Searched refs:blkname (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/
H A Dconfig.c1047 char *blkname = NULL, *end = &buf[len]; in DetectBlock() local
1055 if (DetectWord(buf, len, &blkname, &blknamelen) < 0 in DetectBlock()
1056 || blkname != buf) in DetectBlock()
1089 if (!(nblk = AllocateBlock(blkname, blknamelen))) in DetectBlock()