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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dquerier.c46 struct timeval creation_time; member in struct:AvahiQuerier
116 *ret_ctime = q->creation_time;
129 gettimeofday(&q->creation_time, NULL);
145 *ret_ctime = q->creation_time;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dquerier.c46 struct timeval creation_time; member in struct:AvahiQuerier
116 *ret_ctime = q->creation_time;
129 gettimeofday(&q->creation_time, NULL);
145 *ret_ctime = q->creation_time;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-keyring.c96 long creation_time; /**< when the key was generated, member in struct:__anon1671
359 keys[n_keys-1].creation_time = timestamp;
541 keys[n_keys-1].creation_time = timestamp;
583 keys[i].creation_time))
926 i, tv_sec - key->creation_time);
928 if ((tv_sec - NEW_KEY_TIMEOUT_SECONDS) < key->creation_time)
1118 if (ring1->keys[i].creation_time != ring2->keys[i].creation_time)
1121 ring1->keys[i].creation_time, ring2->keys[i].creation_time);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtandem.h204 time_t creation_time; /* 32 bits */ member in struct:nsk_stat_overlay
H A Dtandem.c647 nsk_ov->ov.creation_time = gmt_to_time_t ((long long *)&flist[ioff[2]]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtandem.h204 time_t creation_time; /* 32 bits */ member in struct:nsk_stat_overlay
H A Dtanzip.c578 t->ctime = nsk_ov->ov.creation_time;
669 *ext++ = (char)(nsk_ov->ov.creation_time);
670 *ext++ = (char)(nsk_ov->ov.creation_time >> 8);
671 *ext++ = (char)(nsk_ov->ov.creation_time >> 16);
672 *ext++ = (char)(nsk_ov->ov.creation_time >> 24);
H A Dtandem.c647 nsk_ov->ov.creation_time = gmt_to_time_t ((long long *)&flist[ioff[2]]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dinode.h150 time_t creation_time; member in struct:_ntfs_inode
H A Dlayout.h910 /* 0*/ s64 creation_time; /* Time file was created. Updated when member in struct:__anon4192
1100 /* 8*/ s64 creation_time; /* Time file was created. */ member in struct:__anon4198
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dinode.c186 ni->creation_time = ntfs2utc(std_info->creation_time);
533 std_info->creation_time = utc2ntfs(ni->creation_time);
619 fn->creation_time = utc2ntfs(ni->creation_time);
H A Ddir.c1098 si->creation_time = utc2ntfs(ni->creation_time);
1228 fn->creation_time = utc2ntfs(ni->creation_time);
1621 fn->creation_time = utc2ntfs(ni->creation_time);
H A Dmft.c1476 ni->creation_time = ni->last_data_change_time =
1778 ni->creation_time = ni->last_data_change_time =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dbenchmark.c260 FILETIME creation_time, exit_time, kernel_time, user_time; member in struct:__anon2419
302 &started_at.creation_time, &started_at.exit_time,
306 &started_at.creation_time, &started_at.exit_time,
324 &stopped_at.creation_time, &stopped_at.exit_time,
328 &stopped_at.creation_time, &stopped_at.exit_time,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dbenchmark.c260 FILETIME creation_time, exit_time, kernel_time, user_time; member in struct:__anon6873
302 &started_at.creation_time, &started_at.exit_time,
306 &started_at.creation_time, &started_at.exit_time,
324 &stopped_at.creation_time, &stopped_at.exit_time,
328 &stopped_at.creation_time, &stopped_at.exit_time,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.h277 void AddSocketDeleteDebug(uint32 socket_pointer, uint32 creation_time);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dlayout.h807 /* 0*/ sle64 creation_time; /* Time file was created. Updated when member in struct:__anon16832
996 /* 8*/ sle64 creation_time; /* Time file was created. */ member in struct:__anon16838
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmov.c721 av_dict_set(metadata, "creation_time", buffer, 0);
732 time_t creation_time; local
746 creation_time = avio_rb64(pb);
749 creation_time = avio_rb32(pb);
752 mov_metadata_creation_time(&st->metadata, creation_time);
767 time_t creation_time; local
772 creation_time = avio_rb64(pb);
775 creation_time = avio_rb32(pb);
778 mov_metadata_creation_time(&c->fc->metadata, creation_time);
H A Dgxfenc.c55 int64_t creation_time; member in struct:GXFContext
407 if (t = av_dict_get(s->metadata, "creation_time", NULL, 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmov.c798 av_dict_set(metadata, "creation_time", buffer, 0);
809 int64_t creation_time; local
828 creation_time = avio_rb64(pb);
831 creation_time = avio_rb32(pb);
834 mov_metadata_creation_time(&st->metadata, creation_time);
849 int64_t creation_time; local
854 creation_time = avio_rb64(pb);
857 creation_time = avio_rb32(pb);
860 mov_metadata_creation_time(&c->fc->metadata, creation_time);
H A Dgxfenc.c70 int64_t creation_time; member in struct:GXFContext
444 if (t = av_dict_get(s->metadata, "creation_time", NULL, 0))
H A Dmatroskadec.c1568 time_t creation_time = date_utc / 1000000000 + 978307200; local
1569 struct tm *ptm = gmtime(&creation_time);
1572 av_dict_set(metadata, "creation_time", buffer, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c374 crtime->tv_sec = ni->creation_time;
396 ni->creation_time = tv->tv_sec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_netlogon.h700 NTTIME creation_time; member in struct:sam_domain_info_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_net.c2149 if (!smb_io_time("creation_time", &info->creation_time, ps, depth))

Completed in 547 milliseconds