Searched refs:copy (Results 226 - 250 of 1952) sorted by relevance

1234567891011>>

/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dtransform.c768 xmlNodePtr copy; local
776 "xsltCopyTextString: copy text %s\n",
809 copy = xmlNewCDataBlock(ctxt->output, string, len);
820 copy = xmlNewTextLen(string, len);
821 if (copy != NULL)
822 copy->name = xmlStringTextNoenc;
832 copy = xmlNewTextLen(string, len);
834 if (copy != NULL) {
836 copy = xsltAddChild(target, copy);
864 xmlNodePtr copy; local
1038 xmlAttrPtr copy; local
1138 xmlAttrPtr copy; local
1213 xmlNodePtr copy; local
1301 xmlNodePtr copy, ret = NULL; local
1506 xmlNodePtr copy; local
1789 xmlNodePtr copy; local
2241 xmlNodePtr cur, insert, copy = NULL; local
3819 xmlNodePtr copy, oldInsert; local
3934 xmlNodePtr copy; local
3976 xmlNodePtr copy; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dcheck-asn1-fuzzer.c68 unsigned char *copy; local
108 copy = map_alloc(OVERRUN, NULL, length, &copy_map);
109 memset(copy, 0, length);
116 memcpy(copy, p, length);
120 if (heim_fuzzer(type, &ctx, lcount, copy, length)) {
127 ret = decode_item(copy, length, data, &size);
129 memcpy(copy, p, length);
148 map_free(copy_map, "fuzzer", "copy");
H A Dcheck-common.h60 int (ASN1CALL *copy)(const void *a, void *b));
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWRingBufferQ.cpp9 * License. Please obtain a copy of the License at
116 // Remove the next n bytes in queue given by 'size' and write bytes into 'copy'
118 bool IOFWRingBufferQ::dequeueBytesWithCopy( void * copy, IOByteCount size ) argument
125 if ( copy )
128 if ( front(copy, size, &paddingBytes) )
138 // copy not necessary, simply make bytes available in queue
147 DebugLog("<<< IOFWRingBufferQ::dequeueBytesWithCopy BSize: %u Length: %u Front: %u Size: %u Copy: %p\n", fBufferSize, fQueueLength, fFrontOffset, size, copy);
234 // Return a copy of first entry, of size 'size'
236 bool IOFWRingBufferQ::front( void * copy, IOByteCount size, IOByteCount * paddingBytes ) argument
247 if ( copy )
[all...]
/macosx-10.10/Libc-1044.1.2/stdio/
H A Dxprintf_domain.c9 * compliance with the License. Please obtain a copy of the License at
111 printf_domain_t restrict copy; local
117 copy = (printf_domain_t)MALLOC(sizeof(*copy));
118 if(!copy) return NULL;
121 *copy = *src;
123 copy->rwlock = (pthread_rwlock_t)PTHREAD_RWLOCK_INITIALIZER;
124 return copy;
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dcompare_curl_source.com14 $! the local working copy to make sure they are in sync.
15 $! 3. Keep a copy directory up to date. The third is needed by
20 $! under source codde control are compared with the copy directory.
22 $! Then the files are are only in the copy directory are listed.
26 $! 2. Files missing in the copy directory.
27 $! 3. Files in the copy directory not in the source directory.
34 $! copy directory will be updated.
42 $! The copy directory is vms_root:[project_name]
50 $! The copy directory is src_root1:[project_name]
53 $! not use NFS as a source directory so I need to make a copy
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A DtestHTML.c43 static int copy = 0; variable
762 * test intermediate copy if needed.
764 if (copy) {
811 if ((!strcmp(argv[i], "-copy")) || (!strcmp(argv[i], "--copy")))
812 copy++;
854 printf("Usage : %s [--debug] [--copy] [--copy] HTMLfiles ...\n",
860 printf("\t--copy : used to test the internal copy implementatio
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DtestHTML.c43 static int copy = 0; variable
762 * test intermediate copy if needed.
764 if (copy) {
811 if ((!strcmp(argv[i], "-copy")) || (!strcmp(argv[i], "--copy")))
812 copy++;
854 printf("Usage : %s [--debug] [--copy] [--copy] HTMLfiles ...\n",
860 printf("\t--copy : used to test the internal copy implementatio
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dcitygrid.tcl117 if {$cx} { $tile copy $parcel -to $rstart $rstart $rend $rend } ; # center
119 if {$olx} { $tile copy $parcel -to 0 $rstart $cstart $rend } ; # ou left
120 if {$orx} { $tile copy $parcel -to $cend $rstart $tessel $rend } ; # ou right
121 if {$oux} { $tile copy $parcel -to $rstart 0 $rend $cstart } ; # ou up
122 if {$odx} { $tile copy $parcel -to $rstart $cend $rend $tessel } ; # ou down
124 if {$ilx} { $tile copy $parcel -to $cstart $rstart $rstart $rend } ; # in left
125 if {$irx} { $tile copy $parcel -to $rend $rstart $cend $rend } ; # in right
126 if {$iux} { $tile copy $parcel -to $rstart $cstart $rend $rstart } ; # in up
127 if {$idx} { $tile copy $parcel -to $rstart $cend $rend $cend } ; # in down
/macosx-10.10/objc4-646/runtime/
H A DNSObject.h43 @property (readonly, copy) NSString *description;
45 @property (readonly, copy) NSString *debugDescription;
69 - (id)copy;
/macosx-10.10/OpenSSH-189/openssh/
H A Dauthfile.c288 Buffer copy; local
305 buffer_init(&copy);
306 buffer_append(&copy, buffer_ptr(blob), buffer_len(blob));
307 buffer_consume(&copy, sizeof(authfile_id_string));
310 (void) buffer_get_char(&copy); /* cipher type */
311 (void) buffer_get_int(&copy); /* reserved */
314 (void) buffer_get_int(&copy);
316 buffer_get_bignum(&copy, pub->rsa->n);
317 buffer_get_bignum(&copy, pub->rsa->e);
319 *commentp = buffer_get_string(&copy, NUL
432 Buffer copy; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dkeyclient.h7 * a copy of the License at http://www.apple.com/publicsource and read it before
41 KeyImpl(const CSP &csp, const CSSM_KEY &key, bool copy = false);
74 Key(const CSP &csp, const CSSM_KEY &key, bool copy = false) : Object(new Impl(csp, key, copy)) {}
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dkeyclient.h7 * a copy of the License at http://www.apple.com/publicsource and read it before
41 KeyImpl(const CSP &csp, const CSSM_KEY &key, bool copy = false);
74 Key(const CSP &csp, const CSSM_KEY &key, bool copy = false) : Object(new Impl(csp, key, copy)) {}
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebView.h57 /*! @abstract A copy of the configuration with which the web view was
59 @property (nonatomic, readonly, copy) WKWebViewConfiguration *configuration;
113 @property (nonatomic, readonly, copy) NSString *title;
121 @property (nonatomic, readonly, copy) NSURL *URL;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtext.cpp52 char* copy = new char[std::strlen(str) + 1]; local
53 std::strcpy(copy, str);
54 return copy;
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBGetResult.h69 result.valueBuffer = valueBuffer->copy();
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DDOMObjectHashTableMap.h17 * You should have received a copy of the GNU Lesser General Public
50 return m_map.set(&staticTable, staticTable.copy()).iterator->value;
/macosx-10.10/WebCore-7600.1.25/html/
H A DTimeRanges.h48 PassRefPtr<TimeRanges> copy() const;
/macosx-10.10/WebCore-7600.1.25/platform/network/
H A DBlobPart.h79 m_url = m_url.copy();
H A DResourceErrorBase.cpp34 ResourceError ResourceErrorBase::copy() const function in class:WebCore::ResourceErrorBase
H A DSocketStreamErrorBase.h43 // Makes a deep copy. Useful for when you need to use a SocketStreamError on another thread.
44 SocketStreamError copy() const;
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DLineEnding.cpp43 virtual void copy(const CString&) = 0;
62 virtual void copy(const CString& source) function in class:__anon5811::CStringBuffer
88 virtual void copy(const CString& source) function in class:__anon5811::VectorCharAppendBuffer
124 buffer.copy(from);
131 // Make a copy of the string.
186 // If no need to fix the string, just copy the string over.
192 // Make a copy of the string.
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleBackgroundData.cpp15 * You should have received a copy of the GNU Library General Public License
44 PassRef<StyleBackgroundData> StyleBackgroundData::copy() const function in class:WebCore::StyleBackgroundData
H A DStyleBackgroundData.h18 * You should have received a copy of the GNU Library General Public License
39 PassRef<StyleBackgroundData> copy() const;
H A DStyleDeprecatedFlexibleBoxData.cpp15 * You should have received a copy of the GNU Library General Public License
52 PassRef<StyleDeprecatedFlexibleBoxData> StyleDeprecatedFlexibleBoxData::copy() const function in class:WebCore::StyleDeprecatedFlexibleBoxData

Completed in 312 milliseconds

1234567891011>>