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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_log.c273 Tcl_Obj *intobj, *res; local
324 intobj = Tcl_NewWideIntObj((Tcl_WideInt)lsn.file);
325 result = Tcl_ListObjAppendElement(interp, res, intobj);
326 intobj = Tcl_NewWideIntObj((Tcl_WideInt)lsn.offset);
327 result = Tcl_ListObjAppendElement(interp, res, intobj);

Completed in 32 milliseconds