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

/macosx-10.10.1/vim-55/src/
H A Dex_cmds2.c604 int todel = -1; local
623 todel = i;
629 todel = 0;
648 todel = i;
655 if (todel < 0)
661 vim_free(DEBUGGY(gap, todel).dbg_name);
662 vim_free(DEBUGGY(gap, todel).dbg_prog);
664 if (todel < gap->ga_len)
665 mch_memmove(&DEBUGGY(gap, todel), &DEBUGGY(gap, todel
[all...]
H A Dops.c5091 int todel; local
5258 todel = length;
5266 while (todel-- > 0)
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c68 struct SOSDigestVector todel; member in struct:__OpaqueSecDbConnection
217 if (dbconn->todel.count || dbconn->toadd.count) {
219 dbconn->db->notifyPhase(dbconn, phase, dbconn->source, &dbconn->todel, &dbconn->toadd);
220 SOSDigestVectorFree(&dbconn->todel);
1258 SOSDigestVectorAppend(&dbconn->todel, CFDataGetBytePtr(deleted));
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c68 struct SOSDigestVector todel; member in struct:__OpaqueSecDbConnection
217 if (dbconn->todel.count || dbconn->toadd.count) {
219 dbconn->db->notifyPhase(dbconn, phase, dbconn->source, &dbconn->todel, &dbconn->toadd);
220 SOSDigestVectorFree(&dbconn->todel);
1258 SOSDigestVectorAppend(&dbconn->todel, CFDataGetBytePtr(deleted));

Completed in 99 milliseconds