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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dapi_flags.c15 API **api_list, **api_end; variable
21 API **api, **api_end; member in struct:__anon6310
163 app != NULL && *app != NULL && app < api_end; ++app)
168 if (app == NULL || app == api_end) {
169 cnt = app == NULL ? 100 : (u_int)(api_end - api_list) + 100;
172 api_end = api_list + cnt;
174 memset(app, 0, (u_int)(api_end - app) * sizeof(API *));
223 for (p = fp->api; p != NULL && *p != NULL && p < fp->api_end; ++p)
231 if (p == NULL || p == fp->api_end) {
232 cnt = p == NULL ? 20 : (u_int)(fp->api_end
[all...]

Completed in 101 milliseconds