Example #1
0
	def _check_const(result, func, cargs):
		return check_const_string(result, func, cargs, offset=offset)
Example #2
0
 def _check_const(result, func, cargs):
     return check_const_string(result, func, cargs, offset=offset)
Example #3
0
 def _check_const(result, func, cargs):
     res = check_const_string(result, func, cargs, offset=offset, cpl=cpl)
     if res and decoding:
         res = res.decode(decoding)
     return res
"""