Searched refs:resbufsiz (Results 1 – 1 of 1) sorted by relevance
69 static size_t resbufsiz = RESBUFSIZ; variable274 if ((mesg = malloc(resbufsiz + 1)) == NULL) { in csock_read()280 if ((ret = NgRecvMsg(csock, mesg, resbufsiz + 1, path)) < 0) { in csock_read()296 if ((size_t)ret > resbufsiz) { in csock_read()459 if ((resbuf = malloc(resbufsiz + 1)) == NULL) { in dsock_input()466 if ((len = NgRecvData(fd, resbuf, resbufsiz + 1, hook)) == -1) { in dsock_input()476 if ((size_t)len == resbufsiz + 1) { in dsock_input()997 value->v.integer = resbufsiz; in op_ng_config()1038 ctx->scratch->int1 = resbufsiz; in op_ng_config()1042 resbufsiz = value->v.integer; in op_ng_config()[all …]