db: use call_id for the in-memory database
commitaa2cfe191098aff78a5ea6ad7eaa084a2e53a472
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 08:27:47 +0000 (21 11:27 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 08:27:47 +0000 (21 11:27 +0300)
tree52a22a2e134fb28d43e473465bc559e017ef1ac7
parent1a3726ea30195a15199bf40f5ee3291f9545fe9a
db: use call_id for the in-memory database

For the in-memory database a function could be called and parsed multiple
times.  We only care about our specific call.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_db.c