Return TypeFunction nameArguments
inthzMapS::First(const KEY,)

Declared and defined in file: hzTmplMapS.h

Function Logic:

0:START 1:_hz_tmpl_ISAM::_findAllByKey 2:base._findAllByKey(nSlot,nPosn,key,HZ_ISAMSRCH_LO) 3:Return 0x7fffffff&nPosn 4:Return -1

Function body:

int hzMapS::First (const KEY key)
   {
       uint32_t    nPosn ;
       int32_t     nSlot ;
       if (base._findAllByKey(nSlot, nPosn, key, HZ_ISAMSRCH_LO))
           return 0x7fffffff&nPosn;
       return -1;
   }