Findnextname
From OllyDbg Plugin API
Searches for name with type specified in last call to Findname and address exceeding that in Findname or returned by last call to Findnextname. Returns address or 0 if there are no more compatible entries. If name is NULL, name itself is not fetched.
ulong Findnextname(char *name);
Parameters:
name - pointer to output buffer of length at least TEXTLEN characters.
See also: Findname, Findlabel, Findlabelbyname, Findimportbyname