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

1234567891011>>

/macosx-10.10/zlib-55/zlib/contrib/puff/
H A Dpuff.h17 2. Altered source versions must be plainly marked as such, and must not be
19 3. This notice may not be removed or altered from any source distribution.
30 unsigned char *source, /* pointer to source data pointer */
/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dmemmove.c16 char const *source = source0; local
17 if (source < dest)
19 for (source += length, dest += length; length; --length)
20 *--dest = *--source;
21 else if (source != dest)
25 *dest++ = *source++;
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodecASCIIFastPath.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
36 static void copy(LChar* destination, const uint8_t* source) argument
38 memcpy(destination, source, 4);
41 static void copy(UChar* destination, const uint8_t* source) argument
43 destination[0] = source[0];
44 destination[1] = source[1];
45 destination[2] = source[2];
46 destination[3] = source[3];
50 static void copy(LChar* destination, const uint8_t* source) argument
55 copy(UChar* destination, const uint8_t* source) argument
68 copyASCIIMachineWord(LChar* destination, const uint8_t* source) argument
73 copyASCIIMachineWord(UChar* destination, const uint8_t* source) argument
[all...]
H A DTextCodecUTF8.cpp4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
170 bool TextCodecUTF8::handlePartialSequence<LChar>(LChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool, bool&) argument
184 if (count - m_partialSequenceSize > end - source) {
188 memcpy(m_partialSequence + m_partialSequenceSize, source, end - source);
189 m_partialSequenceSize += end - source;
197 memcpy(m_partialSequence + m_partialSequenceSize, source, count - m_partialSequenceSize);
198 source += count - m_partialSequenceSize;
213 bool TextCodecUTF8::handlePartialSequence<UChar>(UChar*& destination, const uint8_t*& source, cons argument
270 const uint8_t* source = reinterpret_cast<const uint8_t*>(bytes); local
[all...]
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DInputStreamPreprocessor.h6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
53 // characters in |source| (after collapsing \r\n, etc).
54 ALWAYS_INLINE bool peek(SegmentedString& source) argument
56 m_nextInputCharacter = source.currentChar();
67 return processNextInputCharacter(source);
70 // Returns whether there are more characters in |source| after advancing.
71 ALWAYS_INLINE bool advance(SegmentedString& source) argument
73 source.advanceAndUpdateLineNumber();
74 if (source
88 processNextInputCharacter(SegmentedString& source) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/icu/
H A DUTextProvider.cpp4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
33 // Relocate pointer from source into destination as required.
34 static inline void fixPointer(const UText* source, UText* destination, const void*& pointer) argument
36 if (pointer >= source->pExtra && pointer < static_cast<char*>(source->pExtra) + source->extraSize) {
37 // Pointer references source extra buffer.
38 pointer = static_cast<char*>(destination->pExtra) + (static_cast<const char*>(pointer) - static_cast<const char*>(source->pExtra));
39 } else if (pointer >= source
45 uTextCloneImpl(UText* destination, const UText* source, UBool deep, UErrorCode* status) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFormatConverter.cpp6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
175 // Some code are merged back from Mozilla code in http://mxr.mozilla.org/mozilla-central/source/content/canvas/src/WebGLTexelConversions.h
185 template<> ALWAYS_INLINE void unpack<GraphicsContext3D::DataFormatRGB8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
188 destination[0] = source[0];
189 destination[1] = source[1];
190 destination[2] = source[2];
192 source += 3;
197 template<> ALWAYS_INLINE void unpack<GraphicsContext3D::DataFormatBGR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
200 destination[0] = source[
209 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
221 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
233 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
251 unpack(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
270 unpack(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
290 unpack(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
309 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
321 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
333 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
345 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
357 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
370 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
383 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
396 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
409 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
422 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
435 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
447 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
459 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
471 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
493 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
502 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
511 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
523 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
534 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
544 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
557 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
569 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
580 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
596 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
612 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
617 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
634 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
650 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
665 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
682 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
698 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
713 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
730 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
746 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
760 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
776 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
791 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
802 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
814 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
827 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
832 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
845 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
858 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
867 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
876 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
886 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
896 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
906 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
917 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
928 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
940 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
953 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
966 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
977 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
989 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1001 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1011 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1022 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1033 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1042 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1052 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
1062 pack(const float* source, uint16_t* destination, unsigned pixelsPerRow) argument
[all...]
/macosx-10.10/dtrace-147/libdwarf/
H A Dpro_incl.h45 /* The target address is given: the place in the source integer
49 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \
52 ((char *)source) +srclength-len_out, \
59 #define WRITE_UNALIGNED(dbg,dest,source, srclength,len_out) \
62 ((char *)source) , \
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Drdrle.c83 rle_source_ptr source = (rle_source_ptr) sinfo; local
90 source->header = *rle_hdr_init(NULL);
91 source->header.rle_file = source->pub.input_file;
92 switch (rle_get_setup(&(source->header))) {
115 width = source->header.xmax - source->header.xmin + 1;
116 height = source->header.ymax - source->header.ymin + 1;
117 source
189 rle_source_ptr source = (rle_source_ptr) sinfo; local
207 rle_source_ptr source = (rle_source_ptr) sinfo; local
243 rle_source_ptr source = (rle_source_ptr) sinfo; local
373 rle_source_ptr source; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dreqparser.h51 inline const Requirement *parseRequirement(const Input &source) argument
52 { return RequirementParser<Requirement>()(source); }
55 inline const Requirements *parseRequirements(const Input &source) argument
56 { return RequirementParser<Requirements>()(source); }
59 inline const BlobCore *parseGeneric(const Input &source) argument
60 { return RequirementParser<BlobCore>()(source); }
H A Dreqparser.cpp73 const Result *parse(Source source, const Result *(*AntlrPlugin::*func)(Source, string &)) argument
76 if (const Result *result = (plugin().antlr->*func)(source, errors))
88 const Requirement *RequirementParser<Requirement>::operator () (std::FILE *source) argument
90 return parse(source, &AntlrPlugin::fileRequirement);
94 const Requirement *RequirementParser<Requirement>::operator () (const std::string &source) argument
96 return parse(source, &AntlrPlugin::stringRequirement);
100 const Requirements *RequirementParser<Requirements>::operator () (std::FILE *source) argument
102 return parse(source, &AntlrPlugin::fileRequirements);
106 const Requirements *RequirementParser<Requirements>::operator () (const std::string &source) argument
108 return parse(source,
112 operator ()(std::FILE *source) argument
118 operator ()(const std::string &source) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dreqparser.h51 inline const Requirement *parseRequirement(const Input &source) argument
52 { return RequirementParser<Requirement>()(source); }
55 inline const Requirements *parseRequirements(const Input &source) argument
56 { return RequirementParser<Requirements>()(source); }
59 inline const BlobCore *parseGeneric(const Input &source) argument
60 { return RequirementParser<BlobCore>()(source); }
H A Dreqparser.cpp73 const Result *parse(Source source, const Result *(*AntlrPlugin::*func)(Source, string &)) argument
76 if (const Result *result = (plugin().antlr->*func)(source, errors))
88 const Requirement *RequirementParser<Requirement>::operator () (std::FILE *source) argument
90 return parse(source, &AntlrPlugin::fileRequirement);
94 const Requirement *RequirementParser<Requirement>::operator () (const std::string &source) argument
96 return parse(source, &AntlrPlugin::stringRequirement);
100 const Requirements *RequirementParser<Requirements>::operator () (std::FILE *source) argument
102 return parse(source, &AntlrPlugin::fileRequirements);
106 const Requirements *RequirementParser<Requirements>::operator () (const std::string &source) argument
108 return parse(source,
112 operator ()(std::FILE *source) argument
118 operator ()(const std::string &source) argument
[all...]
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A DEAPOLSocket.c215 EAPOLSocketSourceRef source; member in struct:EAPOLSocket_s
227 EAPOLSocketSourceTransmit(EAPOLSocketSourceRef source,
232 EAPOLSocketSourceUpdateWirelessInfo(EAPOLSocketSourceRef source,
236 EAPOLSocketSourceLookupPreauthSocket(EAPOLSocketSourceRef source,
240 EAPOLSocketSourceInitiateScan(EAPOLSocketSourceRef source);
243 EAPOLSocketSourceCancelScan(EAPOLSocketSourceRef source);
246 EAPOLSocketSourceScheduleScan(EAPOLSocketSourceRef source, int delay_secs);
249 EAPOLSocketSourceMarkPreauthSocketsForRemoval(EAPOLSocketSourceRef source);
252 EAPOLSocketSourceScheduleHandshakeNotification(EAPOLSocketSourceRef source);
255 EAPOLSocketSourceUnscheduleHandshakeNotification(EAPOLSocketSourceRef source);
439 EAPOLSocketSourceRef source = sock->source; local
477 EAPOLSocketSourceRef source; local
535 EAPOLSocketSourceRef source = sock->source; local
580 EAPOLSocketSourceRef source = sock->source; local
661 EAPOLSocketSourceRef source = sock->source; local
764 EAPOLSocketSourceRef source = sock->source; local
872 EAPOLSocketSourceForceRenew(EAPOLSocketSourceRef source) argument
886 EAPOLSocketSourceStop(EAPOLSocketSourceRef source) argument
905 EAPOLSocketSourceRef source = (EAPOLSocketSourceRef)context; local
947 EAPOLSocketSourceLookupPreauthSocket(EAPOLSocketSourceRef source, const struct ether_addr * bssid) argument
961 EAPOLSocketSourceMarkPreauthSocketsForRemoval(EAPOLSocketSourceRef source) argument
1005 EAPOLSocketSourceRef source = (EAPOLSocketSourceRef)info; local
1050 EAPOLSocketSourceRef source = (EAPOLSocketSourceRef)arg1; local
1171 EAPOLSocketSourceTransmit(EAPOLSocketSourceRef source, EAPOLSocketRef sock, EAPOLPacketType packet_type, void * body, unsigned int body_length) argument
1273 EAPOLSocketSourceRemovePreauthSockets(EAPOLSocketSourceRef source) argument
1305 EAPOLSocketSourceRef source = (EAPOLSocketSourceRef)info; local
1337 EAPOLSocketSourceRef source = NULL; local
1451 EAPOLSocketSourceRemoveSocketWithBSSID(EAPOLSocketSourceRef source, const struct ether_addr * bssid) argument
1471 EAPOLSocketSourceUpdateWirelessInfo(EAPOLSocketSourceRef source, const struct ether_addr * rx_source_mac) argument
1562 EAPOLSocketSourceRef source; local
1600 EAPOLSocketSourceCreateSocket(EAPOLSocketSourceRef source, const struct ether_addr * bssid) argument
1624 EAPOLSocketSourceCreateSupplicant(EAPOLSocketSourceRef source, CFDictionaryRef control_dict) argument
1722 EAPOLSocketSourceRef source = (EAPOLSocketSourceRef)arg; local
1780 EAPOLSocketSourceInitiateScan(EAPOLSocketSourceRef source) argument
1792 EAPOLSocketSourceCancelScan(EAPOLSocketSourceRef source) argument
1801 EAPOLSocketSourceScheduleScan(EAPOLSocketSourceRef source, int delay) argument
1818 EAPOLSocketSourceReleaseHandshakeNotification(EAPOLSocketSourceRef source) argument
1833 EAPOLSocketSourceRef source = (EAPOLSocketSourceRef)arg; local
1854 EAPOLSocketSourceScheduleHandshakeNotification(EAPOLSocketSourceRef source) argument
1877 EAPOLSocketSourceUnscheduleHandshakeNotification(EAPOLSocketSourceRef source) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DTransformSourceLibxslt.cpp4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
35 TransformSource::TransformSource(const PlatformTransformSource& source) argument
36 : m_source(source)
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWebMemoryPressureHandlerIOS.mm4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
48 dispatch_source_t source = dispatch_source_create(DISPATCH_SOURCE_TYPE_MEMORYSTATUS, 0, DISPATCH_MEMORYSTATUS_PRESSURE_WARN, dispatch_get_main_queue());
49 dispatch_set_context(source, this);
50 dispatch_source_set_event_handler(source, ^{
53 dispatch_resume(source);
/macosx-10.10/WebCore-7600.1.25/replay/
H A DUserInputBridge.h5 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
75 bool handleContextMenuEvent(const PlatformMouseEvent&, const Frame*, InputSource source = InputSource::User);
77 bool handleMousePressEvent(const PlatformMouseEvent&, InputSource source = InputSource::User);
78 bool handleMouseReleaseEvent(const PlatformMouseEvent&, InputSource source = InputSource::User);
79 bool handleMouseMoveEvent(const PlatformMouseEvent&, InputSource source = InputSource::User);
80 bool handleMouseMoveOnScrollbarEvent(const PlatformMouseEvent&, InputSource source = InputSource::User);
81 bool handleWheelEvent(const PlatformWheelEvent&, InputSource source = InputSource::User);
82 bool handleKeyEvent(const PlatformKeyboardEvent&, InputSource source = InputSource::User);
83 bool handleAccessKeyEvent(const PlatformKeyboardEvent&, InputSource source
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DDOMURLMediaSource.cpp4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
42 String DOMURLMediaSource::createObjectURL(ScriptExecutionContext* scriptExecutionContext, MediaSource* source) argument
47 if (!scriptExecutionContext || !source)
49 return DOMURL::createPublicURL(scriptExecutionContext, source);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnvlat1.c34 const uint8_t *source; local
42 source=(const uint8_t *)pArgs->source;
53 length=(int32_t)((const uint8_t *)pArgs->sourceLimit-source);
69 target[0]=source[0];
70 target[1]=source[1];
71 target[2]=source[2];
72 target[3]=source[3];
73 target[4]=source[4];
74 target[5]=source[
120 const uint8_t *source=(const uint8_t *)pArgs->source; local
136 const UChar *source, *sourceLimit; local
324 const uint8_t *source, *sourceLimit; local
473 const uint8_t *source, *sourceLimit; local
582 const uint8_t *source; local
610 const uint8_t *source, *sourceLimit; local
[all...]
/macosx-10.10/WebCore-7600.1.25/xml/parser/
H A DMarkupTokenizerInlines.h6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
40 inline void advanceStringAndASSERTIgnoringCase(SegmentedString& source, const char* expectedCharacters) argument
43 source.advanceAndASSERTIgnoringCase(*expectedCharacters++);
46 inline void advanceStringAndASSERT(SegmentedString& source, const char* expectedCharacters) argument
49 source.advanceAndASSERT(*expectedCharacters++);
74 if (!m_inputStreamPreprocessor.advance(source)) \
82 // state. We handle those cases by advancing the source directly and using
87 if (source.isEmpty() || !m_inputStreamPreprocessor.peek(source)) \
[all...]
/macosx-10.10/tidy-15.15/tidy/experimental/
H A Dhttpio.c175 void closeURL( HTTPInputSource *source )
177 if (0 < source->s)
178 closesocket( source->s );
179 source->s = -1;
180 source->tis.sourceData = 0;
187 int HTTPGetByte( HTTPInputSource *source )
189 if (source->nextUnGotBytePos)
190 return source->unGetBuffer[ --source->nextUnGotBytePos ];
191 if (0 != source
200 HTTPUngetByte( HTTPInputSource *source, uint byteValue ) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dentropy.c49 get_from_filesource(isc_entropysource_t *source, isc_uint32_t desired) { argument
50 isc_entropy_t *ent = source->ent;
52 HCRYPTPROV hcryptprov = source->sources.file.handle;
56 if (source->bad)
66 source->bad = ISC_TRUE;
80 * Poll each source, trying to get data from it to stuff into the entropy
89 isc_entropysource_t *source; local
143 * Poll each file source to see if we can read anything useful from
157 source = ent->nextsource;
159 * Remember the first source s
230 destroyfilesource(isc_entropyfilesource_t *source) argument
235 destroyusocketsource(isc_entropyusocketsource_t *source) argument
243 isc_entropysource_t *source; local
[all...]
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dentropy.c49 get_from_filesource(isc_entropysource_t *source, isc_uint32_t desired) { argument
50 isc_entropy_t *ent = source->ent;
52 HCRYPTPROV hcryptprov = source->sources.file.handle;
56 if (source->bad)
66 source->bad = ISC_TRUE;
80 * Poll each source, trying to get data from it to stuff into the entropy
89 isc_entropysource_t *source; local
143 * Poll each file source to see if we can read anything useful from
157 source = ent->nextsource;
159 * Remember the first source s
230 destroyfilesource(isc_entropyfilesource_t *source) argument
235 destroyusocketsource(isc_entropyusocketsource_t *source) argument
243 isc_entropysource_t *source; local
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmemdebug.c137 static bool countcheck(const char *func, int line, const char *source) argument
139 /* if source is NULL, then the call is made internally and this check
141 if(memlimit && source) {
143 if(source) {
146 source, line, func);
149 source, line, func);
158 if(source)
160 source, line, memsize);
167 void *curl_domalloc(size_t wantedsize, int line, const char *source) argument
174 if(countcheck("malloc", line, source))
195 curl_docalloc(size_t wanted_elements, size_t wanted_size, int line, const char *source) argument
223 curl_dostrdup(const char *str, int line, const char *source) argument
247 curl_dowcsdup(const wchar_t *str, int line, const char *source) argument
274 curl_dorealloc(void *ptr, size_t wantedsize, int line, const char *source) argument
313 curl_dofree(void *ptr, int line, const char *source) argument
342 curl_socket(int domain, int type, int protocol, int line, const char *source) argument
360 curl_socketpair(int domain, int type, int protocol, curl_socket_t socket_vector[2], int line, const char *source) argument
379 curl_accept(curl_socket_t s, void *saddr, void *saddrlen, int line, const char *source) argument
400 curl_mark_sclose(curl_socket_t sockfd, int line, const char *source) argument
413 curl_sclose(curl_socket_t sockfd, int line, const char *source) argument
420 curl_fopen(const char *file, const char *mode, int line, const char *source) argument
433 curl_fdopen(int filedes, const char *mode, int line, const char *source) argument
446 curl_fclose(FILE *file, int line, const char *source) argument
[all...]
/macosx-10.10/vim-55/runtime/keymap/
H A Dserbian.vim11 source <sfile>:p:h/serbian_utf-8.vim
13 source <sfile>:p:h/serbian_cp1250.vim
15 source <sfile>:p:h/serbian_cp1251.vim
17 source <sfile>:p:h/serbian_iso-8859-2.vim
19 source <sfile>:p:h/serbian_iso-8859-5.vim

Completed in 179 milliseconds

1234567891011>>