CLEANUP: Reapply ist.cocci (2)

This reapplies ist.cocci across the whole src/ tree.
diff --git a/src/hlua.c b/src/hlua.c
index 19932a5..1595368 100644
--- a/src/hlua.c
+++ b/src/hlua.c
@@ -6511,8 +6511,7 @@
 			goto end;
 
 		v = htx_get_blk_value(htx, blk);
-		v.ptr += htxret.ret;
-		v.len -= htxret.ret;
+		v = istadv(v, htxret.ret);
 
 		v = isttrim(v, len);
 		/* trimming data in blk: discard everything after the offset