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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c107 DBT fileobj; local
127 memset(&fileobj, 0, sizeof(fileobj));
128 fileobj.data = &lock_desc;
129 fileobj.size = sizeof(lock_desc);
133 flags, &fileobj, mode, &dbp->handle_lock);
139 reqs[1].obj = &fileobj;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_log.c41 Tcl_Obj *fileobj, *res; local
80 fileobj = NewStringObj(*file, strlen(*file));
81 result = Tcl_ListObjAppendElement(interp, res, fileobj);

Completed in 116 milliseconds