Lines Matching refs:int1
1036 ctx->scratch->int1 = resbufsiz; in op_ng_config()
1044 ctx->scratch->int1 = timeout; in op_ng_config()
1052 ctx->scratch->int1 = debug_level; in op_ng_config()
1070 resbufsiz = ctx->scratch->int1; in op_ng_config()
1074 timeout = ctx->scratch->int1; in op_ng_config()
1078 debug_level = ctx->scratch->int1; in op_ng_config()
1263 ctx->scratch->int1 = TRUTH_GET(value->v.integer); in op_ng_type()
1264 ctx->scratch->int1 |= (t != NULL) << 1; in op_ng_type()
1270 if (ctx->scratch->int1 & 1) { in op_ng_type()
1282 if (!(ctx->scratch->int1 & 1)) { in op_ng_type()
1294 if (!(ctx->scratch->int1 & 2)) { in op_ng_type()
1296 if (ctx->scratch->int1 & 1) { in op_ng_type()
1304 if (!(ctx->scratch->int1 & 1)) { in op_ng_type()