Home | History | Annotate | Download | only in co

Lines Matching full:refdata

879             p_entry->refdata = (UINT32) dir;     /* Save this for future searches */
887 closedir( (DIR*) p_entry->refdata);
893 if ((dirent = readdir((DIR*)p_entry->refdata)) == NULL)
896 closedir( (DIR*) p_entry->refdata);
913 /* Load new values into the return structure (refdata is left untouched) */