Searched refs:object_stream (Results 1 – 2 of 2) sorted by relevance
3988 && fseek (object_stream, (long) offset, SEEK_SET) < 0) in write_varray()4029 object_stream); in write_object()4059 object_stream); in write_object()4090 object_stream); in write_object()4162 && fseek (object_stream, (long) offset, SEEK_SET) < 0) in write_object()4178 object_stream); in write_object()4210 object_stream); in write_object()4227 if (fclose (object_stream) != 0) in write_object()4638 if (fseek (object_stream, (long) 0, SEEK_SET) != 0) in copy_object()4870 object_stream = fopen (object_name, "w"); in main()[all …]
1188 StreamString object_stream; in SetErrorWithJSON() local1189 object.Dump(object_stream); in SetErrorWithJSON()1190 object_stream.Flush(); in SetErrorWithJSON()1192 error.SetErrorStringWithFormat("%s: %s", message, object_stream.GetData()); in SetErrorWithJSON()