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

123

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Launcher/mac/
H A DEnvironmentVariables.cpp101 size_t nameLength = equalsLocation - environmentVariable; local
102 if (strlen(name) != nameLength)
104 if (memcmp(environmentVariable, name, nameLength))
112 int nameLength = strlen(name); local
116 char* string = static_cast<char*>(fastMalloc(nameLength + 1 + valueLength + 1));
117 memcpy(string, name, nameLength);
118 string[nameLength] = '=';
119 memcpy(string + nameLength + 1, value, valueLength);
120 string[nameLength + 1 + valueLength] = '\0';
H A DDynamicLinkerEnvironmentExtractor.mm81 size_t nameLength = equalsLocation - environmentString;
82 String name(environmentString, nameLength);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dzrule.cpp41 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength) { argument
42 UnicodeString s(nameLength==-1, name, nameLength);
44 nameLength = s.length();
45 memcpy(name, s.getBuffer(), nameLength);
69 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings) { argument
70 UnicodeString s(nameLength==-1, name, nameLength);
90 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength) { argument
91 // UnicodeString s(nameLength
[all...]
H A Dzrule.h70 * @param nameLength, length of the returned name
73 zrule_getName(ZRule* rule, UChar* name, int32_t nameLength);
111 * @param nameLength The length of the time zone name.
117 izrule_open(const UChar* name, int32_t nameLength, int32_t rawOffset, int32_t dstSavings);
149 * @param nameLength, length of the returned name
152 izrule_getName(IZRule* rule, UChar* & name, int32_t & nameLength);
/macosx-10.9.5/IOKitTools-89.1.1/ioalloccount.tproj/
H A Dioalloccount.c41 CFIndex nameLength = 0; local
53 nameLength = CFStringGetMaximumSizeForEncoding(CFStringGetLength(name),
56 nameBuffer = (char *)malloc((1 + nameLength) * sizeof(char));
57 } else if ((1 + nameLength) > malloc_size(nameBuffer)) {
59 (1 + nameLength) * sizeof(char));
62 gotName = CFStringGetCString(name, nameBuffer, 1 + nameLength,
/macosx-10.9.5/IOKitTools-89.1.1/ioclasscount.tproj/
H A Dioclasscount.c65 CFIndex nameLength = 0; local
72 nameLength = CFStringGetMaximumSizeForEncoding(CFStringGetLength(name),
75 nameBuffer = (char *)malloc((1 + nameLength) * sizeof(char));
76 } else if ((1 + nameLength) > malloc_size(nameBuffer)) {
78 (1 + nameLength) * sizeof(char));
81 gotName = CFStringGetCString(name, nameBuffer, 1 + nameLength,
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c216 BuildCatalogKeyUTF8(ExtendedVCB *volume, HFSCatalogNodeID parentID, const unsigned char *name, u_int32_t nameLength, argument
222 nameLength = 0;
223 else if (nameLength == kUndefinedStrLen)
224 nameLength = strlen((const char *)name);
232 if ( nameLength > 0 ) {
233 err = utf8_decodestr(name, nameLength, key->hfsPlus.nodeName.unicode,
249 if ( nameLength > 0 ) {
250 err = utf8_to_hfs(volume, nameLength, name, &key->hfs.nodeName[0]);
257 err = utf8_to_mac_roman(nameLength, name, &key->hfs.nodeName[0]);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DANGLEWebKitBridge.cpp81 ANGLEGetInfoType nameLength = 0; local
85 ShGetActiveAttrib(compiler, i, &nameLength, &symbol.size, &symbol.dataType, nameBuffer.data(), mappedNameBuffer.data());
89 ShGetActiveUniform(compiler, i, &nameLength, &symbol.size, &symbol.dataType, nameBuffer.data(), mappedNameBuffer.data());
95 if (!nameLength)
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsocks++5.cpp141 size_t nameLength = strlen(hostname); local
142 if (nameLength > 255)
145 addrp[0] = nameLength;
146 memcpy(addrp + 1, hostname, nameLength);
148 memcpy(addrp + 1 + nameLength, &nboPort, sizeof(nboPort));
149 length = 4 + 1 + nameLength + sizeof(nboPort);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsocks++5.cpp141 size_t nameLength = strlen(hostname); local
142 if (nameLength > 255)
145 addrp[0] = nameLength;
146 memcpy(addrp + 1, hostname, nameLength);
148 memcpy(addrp + 1 + nameLength, &nboPort, sizeof(nboPort));
149 length = 4 + 1 + nameLength + sizeof(nboPort);
/macosx-10.9.5/rsync-42/rsync/popt/
H A Dpoptconfig.c17 int nameLength = strlen(con->appName); local
27 if (strncmp(line, con->appName, nameLength)) return;
30 line += nameLength;
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASServer.cpp410 UByte nameLength; local
413 nameLength = fGetPutBuffer->Get();
414 if (nameLength > kIASMaxClassOrAttrStrLen) return false;
417 if (fGetPutBuffer->Getn(theString, nameLength) != nameLength) return false;
420 theString[nameLength] = 0;
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclEnv.c168 int index, length, nameLength;
204 nameLength = strlen(name);
225 nameLength = length;
234 p = ckalloc((unsigned) nameLength + strlen(value) + 2);
236 p[nameLength] = '=';
237 strcpy(p+nameLength+1, value);
166 int index, length, nameLength; local
H A DtclProc.c497 int fieldCount, nameLength, valueLength;
522 nameLength = strlen(fieldValues[0]);
570 if ((localPtr->nameLength != nameLength)
603 && (localPtr->nameLength == 4)
618 + nameLength + 1));
626 localPtr->nameLength = nameLength;
640 && (localPtr->nameLength == 4)
1293 localPtr->name, localPtr->nameLength,
495 int fieldCount, nameLength, valueLength; local
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclEnv.c171 int index, length, nameLength;
208 nameLength = strlen(name);
229 nameLength = length;
238 p = (char *) ckalloc((unsigned) (nameLength + strlen(value) + 2));
240 p[nameLength] = '=';
241 strcpy(p+nameLength+1, value);
169 int index, length, nameLength; local
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DStorageManager.h123 void login(AuthorizationRef authRef, UInt32 nameLength, const char* name);
125 void login(UInt32 nameLength, const void *name, UInt32 passwordLength, const void *password);
H A DSecKeychainPriv.h56 OSStatus SecKeychainLogin(UInt32 nameLength, const void* name, UInt32 passwordLength, const void* password);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DStorageManager.h123 void login(AuthorizationRef authRef, UInt32 nameLength, const char* name);
125 void login(UInt32 nameLength, const void *name, UInt32 passwordLength, const void *password);
H A DSecKeychainPriv.h56 OSStatus SecKeychainLogin(UInt32 nameLength, const void* name, UInt32 passwordLength, const void* password);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DStorageManager.h123 void login(AuthorizationRef authRef, UInt32 nameLength, const char* name);
125 void login(UInt32 nameLength, const void *name, UInt32 passwordLength, const void *password);
H A DSecKeychainPriv.h56 OSStatus SecKeychainLogin(UInt32 nameLength, const void* name, UInt32 passwordLength, const void* password);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp283 unsigned short nameLength = name->nameRecords[j].length; local
288 familyNameLength = nameLength;
292 subfamilyNameLength = nameLength;
296 fullNameLength = nameLength;
300 versionStringLength = nameLength;
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSWrapperMap.mm214 size_t nameLength = strlen(name);
215 char* setterName = (char*)malloc(nameLength + 5); // "set" Name ":\0"
220 memcpy(setterName + 4, name + 1, nameLength - 1);
221 setterName[nameLength + 3] = ':';
222 setterName[nameLength + 4] = '\0';
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/expat/lib/
H A Dxmltok.h143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *); member in struct:encoding
235 (((enc)->nameLength)(enc, ptr))
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/lib/
H A Dxmltok.h143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *); member in struct:encoding
235 (((enc)->nameLength)(enc, ptr))

Completed in 397 milliseconds

123