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

123

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DMemoryException.java50 void updateDatabaseEntry(final DatabaseEntry newEntry) { argument
53 this.dbt = newEntry;
/macosx-10.9.5/tcl-102/tcl/tcl/unix/dltest/
H A Dpkgua.c74 int newEntry;
77 Tcl_CreateHashEntry(&interpTokenMap, (char *) interp, &newEntry);
79 if (newEntry) {
82 for (newEntry=0 ; newEntry<MAX_REGISTERED_COMMANDS+1 ; ++newEntry) {
83 cmdTokens[newEntry] = NULL;
71 int newEntry; local
/macosx-10.9.5/keymgr-28/
H A Dkeymgr.c226 Tkey_Data *newEntry = NULL; local
244 if (newEntry)
248 if (pthread_mutex_destroy (&newEntry->thread_lock)
251 free (newEntry);
263 if (! newEntry)
266 newEntry = (Tkey_Data *) malloc (sizeof (Tkey_Data));
267 if (newEntry == NULL)
275 newEntry->refcount = 0;
276 newEntry->flags = 0;
282 errnum = pthread_mutex_init (&newEntry
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_linkage.c85 int newEntry;
106 entry = Tcl_CreateHashEntry(procTable, name, &newEntry);
107 if (!newEntry) {
171 int newEntry;
192 entry = Tcl_CreateHashEntry(procTable, name, &newEntry);
193 if (!newEntry) {
84 int newEntry; local
169 int newEntry; local
H A Ditcl_class.c83 int newEntry;
174 (void) Tcl_CreateHashEntry(&cdPtr->heritage, (char*)cdPtr, &newEntry);
230 entry = Tcl_CreateHashEntry(&cdPtr->variables, "this", &newEntry);
1372 int newEntry;
1463 Tcl_DStringValue(&buffer), &newEntry);
1465 if (newEntry) {
1533 Tcl_DStringValue(&buffer), &newEntry);
1535 if (newEntry) {
1586 int newEntry;
1595 entry = Tcl_CreateHashEntry(&cdefn->variables, name, &newEntry);
82 int newEntry; local
1357 int newEntry; local
1570 int newEntry; local
[all...]
H A Ditcl_parse.c322 int result, i, newEntry = 1;
444 (char*)cdPtr, &newEntry);
446 if (!newEntry) {
458 if (!newEntry) {
906 int newEntry;
949 vdefn->member->name, &newEntry);
952 if (newEntry && itclOldRuntime) {
319 int result, i, newEntry = 1; local
896 int newEntry; local
H A Ditcl_cmds.c567 int newEntry, handledActiveNs;
637 Tcl_CreateHashEntry(&unique, (char*)cmd, &newEntry);
639 if (newEntry &&
702 int pos, newEntry, match, handledActiveNs;
816 Tcl_CreateHashEntry(&unique, (char*)cmd, &newEntry);
819 if (newEntry &&
561 int newEntry, handledActiveNs; local
695 int pos, newEntry, match, handledActiveNs; local
H A Ditcl_util.c556 int newEntry;
582 entry = Tcl_CreateHashEntry(ItclPreservedList,(char*)cdata, &newEntry);
583 if (newEntry) {
631 int newEntry;
655 entry = Tcl_CreateHashEntry(ItclPreservedList,(char*)cdata, &newEntry);
656 if (newEntry) {
539 int newEntry; local
613 int newEntry; local
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkCache.c209 int newEntry; local
219 entryPtr = Tcl_CreateHashEntry(&cache->namedColors, colorName, &newEntry);
220 if (!newEntry) {
256 int newEntry; local
258 Tcl_CreateHashEntry(table,Tcl_GetString(objPtr),&newEntry);
261 if (!newEntry) {
330 int newEntry; local
332 Tcl_CreateHashEntry(&cache->imageTable,imageName,&newEntry);
337 if (!newEntry) {
H A DttkTheme.c549 int newEntry; local
552 entryPtr = Tcl_CreateHashEntry(&pkgPtr->themeTable, name, &newEntry);
553 if (!newEntry) {
807 int newEntry; local
812 entryPtr = Tcl_CreateHashEntry(&pkgPtr->factoryTable, name, &newEntry);
813 if (!newEntry) {
876 int newEntry; local
889 entryPtr = Tcl_CreateHashEntry(&theme->elementTable, name, &newEntry);
890 if (!newEntry) {
1216 int newEntry; local
1277 int newEntry; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dobjectacl.cpp223 AclEntry newEntry; local
224 newEntry.importBlob(pubReader, privReader);
225 add(newEntry.tag, newEntry);
316 const AclEntryInput &input = Required(edit.newEntry());
323 AclEntryPrototype proto = Required(edit.newEntry()).proto(); // (bypassing callbacks)
409 void ObjectAcl::add(const std::string &tag, const AclEntry &newEntry) argument
411 add(tag, newEntry, mNextHandle++);
414 void ObjectAcl::add(const std::string &tag, AclEntry newEntry, CSSM_ACL_HANDLE handle) argument
417 if (!newEntry
[all...]
H A Dobjectacl.h231 void add(const std::string &tag, const AclEntry &newEntry);
232 void add(const std::string &tag, AclEntry newEntry, CSSM_ACL_HANDLE handle);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.cpp223 AclEntry newEntry; local
224 newEntry.importBlob(pubReader, privReader);
225 add(newEntry.tag, newEntry);
316 const AclEntryInput &input = Required(edit.newEntry());
323 AclEntryPrototype proto = Required(edit.newEntry()).proto(); // (bypassing callbacks)
409 void ObjectAcl::add(const std::string &tag, const AclEntry &newEntry) argument
411 add(tag, newEntry, mNextHandle++);
414 void ObjectAcl::add(const std::string &tag, AclEntry newEntry, CSSM_ACL_HANDLE handle) argument
417 if (!newEntry
[all...]
H A Dobjectacl.h231 void add(const std::string &tag, const AclEntry &newEntry);
232 void add(const std::string &tag, AclEntry newEntry, CSSM_ACL_HANDLE handle);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tools/
H A DProfileTreeNode.h52 ProfileTreeNode newEntry; local
53 Map::AddResult result = m_children->add(String(name), newEntry);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFileSystemView.js178 var newEntry = entries[newEntryIndex];
180 var order = newEntry.name.compareTo(oldChild._entry.name);
194 this.insertChild(new WebInspector.FileSystemView.EntryTreeElement(this._fileSystemView, newEntry), currentTreeItem);
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/generic/
H A Ditk_option.c70 int newEntry;
127 entry = Tcl_CreateHashEntry(&optTable->options, switchName, &newEntry);
129 if (!newEntry) {
253 int newEntry, result;
270 entry = Tcl_CreateHashEntry(itkClasses, (char*)cdefn, &newEntry);
271 if (newEntry) {
69 int newEntry; local
249 int newEntry, result; local
H A Ditk_archetype.c397 int newEntry, result;
434 entry = Tcl_CreateHashEntry(objsWithArchInfo, (char*)contextObj, &newEntry);
435 if (!newEntry) {
690 int newEntry, result;
763 entry = Tcl_CreateHashEntry(&info->components, name, &newEntry);
764 if (!newEntry) {
1632 int newEntry;
1663 entry = Tcl_CreateHashEntry(&mergeInfo->usualCode, token, &newEntry);
1664 if (!newEntry) {
3282 int newEntry;
394 int newEntry, result; local
683 int newEntry, result; local
1619 int newEntry; local
3252 int newEntry; local
3969 int i, newEntry; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DStyledElement.cpp356 OwnPtr<PresentationAttributeCacheEntry> newEntry = adoptPtr(new PresentationAttributeCacheEntry);
357 newEntry->key = cacheKey;
358 newEntry->value = style.release();
364 presentationAttributeCache().set(cacheHash, newEntry.release());
366 cacheIterator->value = newEntry.release();
/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_configset.c46 Boolean newEntry = FALSE; local
80 newEntry = !CFDictionaryContainsKey(newDict, kSCDData);
89 if (newEntry) {
153 if (!newEntry &&
187 if (newEntry) {
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkStyle.c319 int newEntry;
327 (name != NULL ? name : ""), &newEntry);
328 if (!newEntry) {
627 int newEntry;
636 entryPtr = Tcl_CreateHashEntry(&tsdPtr->elementTable, name, &newEntry);
637 if (!newEntry) {
1266 int newEntry;
1274 &newEntry);
1275 if (!newEntry) {
316 int newEntry; local
616 int newEntry; local
1243 int newEntry; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkStyle.c331 int newEntry;
339 &newEntry);
340 if (!newEntry) {
639 int newEntry;
648 entryPtr = Tcl_CreateHashEntry(&tsdPtr->elementTable, name, &newEntry);
649 if (!newEntry) {
1281 int newEntry;
1289 &newEntry);
1290 if (!newEntry) {
328 int newEntry; local
628 int newEntry; local
1258 int newEntry; local
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokenacl.cpp112 if (const AclEntryInput *input = edit.newEntry()) {
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/generic/
H A DtkTableTag.c674 int result = TCL_OK, cmdIndex, i, newEntry, value, len;
815 buf, &newEntry);
816 if (newEntry || (tagPtr !=
886 (char *)value, &newEntry);
887 if (newEntry) {
952 (char *) value, &newEntry);
953 if (newEntry || (tagPtr !=
662 int result = TCL_OK, cmdIndex, i, newEntry, value, len; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFont.cpp233 OwnPtr<FontGlyphsCacheEntry>& newEntry = addResult.iterator->value;
234 newEntry = adoptPtr(new FontGlyphsCacheEntry);
235 newEntry->glyphs = FontGlyphs::create(fontSelector);
236 newEntry->key = key;
237 RefPtr<FontGlyphs> glyphs = newEntry->glyphs;

Completed in 506 milliseconds

123