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

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dglist.c221 GList *tmp_list; local
228 tmp_list = g_list_nth (list, position);
229 if (!tmp_list)
235 if (tmp_list->prev)
237 tmp_list->prev->next = new_list;
238 new_list->prev = tmp_list->prev;
240 new_list->next = tmp_list;
241 tmp_list->prev = new_list;
243 if (tmp_list == list)
252 GList *tmp_list; local
505 GList *tmp_list = list; local
[all...]
H A Dgslist.c210 GSList *tmp_list; local
225 tmp_list = list;
227 while ((position-- > 0) && tmp_list)
229 prev_list = tmp_list;
230 tmp_list = tmp_list->next;
497 GSList *tmp_list = list; local
511 cmp = (*func) (data, tmp_list->data);
513 while ((tmp_list->next) && (cmp > 0))
515 prev_list = tmp_list;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dntquotas.c146 SMB_NTQUOTA_LIST *tmp_list = NULL; local
151 for (tmp_list=qt_list;tmp_list!=NULL;tmp_list=tmp_list->next) {
152 if (tmp_list->uid == uid) {
257 qt_handle->tmp_list = NULL;
H A Dnttrans.c2022 SMB_NTQUOTA_LIST *tmp_list; local
2064 qt_handle->tmp_list==NULL) {
2086 qt_handle->tmp_list==NULL) {
2115 qt_handle->tmp_list = qt_handle->quota_list;
2118 tmp_list = qt_handle->tmp_list;
2120 for (;((tmp_list!=NULL)&&((qt_len +40+SID_MAX_SIZE)<max_data_count));
2121 tmp_list=tmp_list->next,entry+=entry_len,qt_len+=entry_len) {
2123 sid_len = sid_size(&tmp_list
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dntquotas.h89 SMB_NTQUOTA_LIST *tmp_list; member in struct:_SMB_NTQUOTA_HANDLE

Completed in 157 milliseconds