Searched refs:_applications (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1623 get_application_order(int32 workspace, team_id** _applications, argument
1641 *_applications = (team_id*)malloc(count * sizeof(team_id));
1642 if (*_applications == NULL)
1645 link.Read(*_applications, count * sizeof(team_id));

Completed in 167 milliseconds