Searched refs:from (Results 101 - 125 of 3428) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dsecitem.h48 ** Allocate an item. If "arena" is not NULL, then allocate from there,
49 ** otherwise allocate from the heap. If "item" is not NULL, allocate
63 ** then reallocate from there, otherwise reallocate from the heap.
83 ** Copy "from" to "to"
86 const SECItem *from);
89 ** Allocate an item and copy "from" into it.
91 extern SECItem *SECITEM_DupItem(const SECItem *from);
94 ** Allocate an item and copy "from" into it. The item itself and the
95 ** data it points to are both allocated from th
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dsecitem.h48 ** Allocate an item. If "arena" is not NULL, then allocate from there,
49 ** otherwise allocate from the heap. If "item" is not NULL, allocate
63 ** then reallocate from there, otherwise reallocate from the heap.
83 ** Copy "from" to "to"
86 const SECItem *from);
89 ** Allocate an item and copy "from" into it.
91 extern SECItem *SECITEM_DupItem(const SECItem *from);
94 ** Allocate an item and copy "from" into it. The item itself and the
95 ** data it points to are both allocated from th
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/battery/
H A DNavigatorBattery.cpp45 NavigatorBattery* navigatorBattery = NavigatorBattery::from(navigator);
56 NavigatorBattery* NavigatorBattery::from(Navigator* navigator) function in class:WebCore::NavigatorBattery
58 NavigatorBattery* supplement = static_cast<NavigatorBattery*>(Supplement<Navigator>::from(navigator, supplementName()));
/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DNavigatorGeolocation.cpp50 NavigatorGeolocation* NavigatorGeolocation::from(Navigator* navigator) function in class:WebCore::NavigatorGeolocation
52 NavigatorGeolocation* supplement = static_cast<NavigatorGeolocation*>(Supplement<Navigator>::from(navigator, supplementName()));
62 return NavigatorGeolocation::from(navigator)->geolocation();
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DWorkerContextNotifications.cpp53 WorkerContextNotifications* WorkerContextNotifications::from(WorkerContext* context) function in class:WebCore::WorkerContextNotifications
55 WorkerContextNotifications* supplement = static_cast<WorkerContextNotifications*>(Supplement<ScriptExecutionContext>::from(context, supplementName()));
65 return WorkerContextNotifications::from(context)->webkitNotifications();
H A DNotificationController.h46 static NotificationController* from(Page* page) { return static_cast<NotificationController*>(Supplement<Page>::from(page, supplementName())); } function in class:WebCore::NotificationController
/macosx-10.9.5/WebCore-7537.78.1/Modules/quota/
H A DDOMWindowQuota.cpp15 * contributors may be used to endorse or promote products derived from
59 DOMWindowQuota* DOMWindowQuota::from(DOMWindow* window) function in class:WebCore::DOMWindowQuota
61 DOMWindowQuota* supplement = static_cast<DOMWindowQuota*>(Supplement<DOMWindow>::from(window, supplementName()));
72 return DOMWindowQuota::from(window)->webkitStorageInfo();
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DDOMWindowSpeechSynthesis.cpp15 * contributors may be used to endorse or promote products derived from
56 DOMWindowSpeechSynthesis* DOMWindowSpeechSynthesis::from(DOMWindow* window) function in class:WebCore::DOMWindowSpeechSynthesis
58 DOMWindowSpeechSynthesis* supplement = static_cast<DOMWindowSpeechSynthesis*>(Supplement<DOMWindow>::from(window, supplementName()));
69 return DOMWindowSpeechSynthesis::from(window)->speechSynthesis();
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dunsafe-links.test19 mkdir from
21 mkdir "from/safe"
22 mkdir "from/unsafe"
24 mkdir "from/safe/files"
25 mkdir "from/safe/links"
27 touch "from/safe/files/file1"
28 touch "from/safe/files/file2"
29 touch "from/unsafe/unsafefile"
31 ln -s ../files/file1 "from/safe/links/"
32 ln -s ../files/file2 "from/saf
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dztrans.cpp27 ztrans_open(UDate time, const void* from, const void* to){ argument
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
67 ztrans_setFrom(ZTrans* trans, const void* from) { argument
68 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setFrom(*(TimeZoneRule*)from);
72 ztrans_adoptFrom(ZTrans* trans, void* from) { argument
73 return ((TimeZoneTransition*)trans)->TimeZoneTransition::adoptFrom((TimeZoneRule*)from);
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dpunycode.c14 * license is obtained from Japan Network Information Center ("JPNIC"),
32 * derived from this Software without specific prior written approval of
66 * name from beginning with a hyphen, we should choose a prefix rather
108 const char *from, unsigned long *to, size_t tolen) {
119 TRACE(("idn__punycode_decode(from=\"%s\", tolen=%d)\n",
120 idn__debug_xstring(from, 50), (int)tolen));
122 if (!idn__util_asciihaveaceprefix(from, IDN_PUNYCODE_PREFIX)) {
123 if (*from == '\0') {
124 r = idn_ucs4_utf8toucs4(from, to, tolen);
130 from
107 idn__punycode_decode(idn_converter_t ctx, void *privdata, const char *from, unsigned long *to, size_t tolen) argument
206 idn__punycode_encode(idn_converter_t ctx, void *privdata, const unsigned long *from, char *to, size_t tolen) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dutf-7.el29 ;; The encoding and decoding was originally taken from Jon K Hellan's
91 (defun utf-7-encode (from to imap)
104 (if (stringp from)
105 (insert from)
106 (insert-buffer-substring old-buf from to))
133 (defun utf-7-pre-write-conversion (from to)
134 (utf-7-encode from to nil))
136 ;; (defun utf-7-imap-pre-write-conversion (from to)
137 ;; (utf-7-encode from to t))
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dcandidate.c18 * may be used to endorse or promote products derived from this software
62 * example, if readmsg() has some QUIT messages waiting from the last
105 (void)addmach(resp->tsp_name, &from,fromnet);
116 (void)addmach(resp->tsp_name, &from,fromnet);
117 suppress(&from, resp->tsp_name, net);
141 htp = addmach(resp->tsp_name,&from,fromnet);
147 syslog(LOG_ERR, "error in election from %s",
153 (void)addmach(resp->tsp_name, &from,fromnet);
163 print(resp, &from);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos3.tcl21 set from [$s task "Spring" "1 march 2004" "1 june 2004" 30]
23 $s summary "First half" $from $to
24 $s connect $from $to
/macosx-10.9.5/Heimdal-323.92.1/
H A Dylwrap132 from="$1"
135 if test $from = "y.tab.c"; then
136 from="y_tab.c"
138 if test $from = "y.tab.h"; then
139 from="y_tab.h"
143 if test -f "$from"; then
171 FROM=`echo "$from" | sed \
178 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
179 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ddtintrv.cpp23 DateInterval::DateInterval(UDate from, UDate to) argument
24 : fromDate(from),
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGDominators.h59 bool dominates(BlockIndex from, BlockIndex to) const argument
62 return m_results[to].get(from);
/macosx-10.9.5/Libc-997.90.3/string/FreeBSD/
H A Dswab.c5 * This code is derived from software contributed to Berkeley by
17 * may be used to endorse or promote products derived from this software
42 swab(const void * __restrict from, void * __restrict to, ssize_t len) argument
51 fp = (char *)from;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/PassengerPane/test/fixtures/
H A Dblog.vhost.conf8 Allow from all
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_pk1.c53 * The word 'cryptographic' can be left out if the rouines from the library
55 * 4. If you include any Windows specific code (or a derivative thereof) from
84 unsigned char *from, int flen)
105 memcpy(p,from,(unsigned int)flen);
110 unsigned char *from, int flen, int num)
115 p=from;
162 unsigned char *from, int flen)
195 memcpy(p,from,(unsigned int)flen);
200 unsigned char *from, int flen, int num)
205 p=from;
83 RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, unsigned char *from, int flen) argument
109 RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, unsigned char *from, int flen, int num) argument
161 RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, unsigned char *from, int flen) argument
199 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, unsigned char *from, int flen, int num) argument
[all...]
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dylwrap134 from="$1"
137 if test $from = "y.tab.c"; then
138 from="y_tab.c"
140 if test $from = "y.tab.h"; then
141 from="y_tab.h"
145 if test -f "$from"; then
173 FROM=`echo "$from" | sed \
180 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedInteger.cpp68 void SVGAnimatedIntegerAnimator::addAnimatedTypes(SVGAnimatedType* from, SVGAnimatedType* to) argument
70 ASSERT(from->type() == AnimatedInteger);
71 ASSERT(from->type() == to->type());
73 to->integer() += from->integer();
83 void SVGAnimatedIntegerAnimator::calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType* from, SVGAnimatedType* to, SVGAnimatedType* toAtEndOfDuration, SVGAnimatedType* animated) argument
88 int fromInteger = m_animationElement->animationMode() == ToAnimation ? animated->integer() : from->integer();
99 int from = fromString.toIntStrict(); local
101 return abs(to - from);
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathNodeSet.cpp47 static void sortBlock(unsigned from, unsigned to, Vector<Vector<Node*> >& parentMatrix, bool mayContainAttributeNodes) argument
49 ASSERT(from + 1 < to); // Should not call this function with less that two nodes to sort.
51 for (unsigned i = from; i < to; ++i) {
61 commonAncestor = parentWithDepth(commonAncestorDepth, parentMatrix[from]);
66 for (unsigned i = from + 1; i < to; ++i) {
81 for (unsigned i = from; i < to; ++i)
83 parentMatrix[i].swap(parentMatrix[from]);
84 if (from + 2 < to)
85 sortBlock(from + 1, to, parentMatrix, mayContainAttributeNodes);
95 unsigned sortedEnd = from;
238 unsigned from = 0; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebAnimation.h40 static WebAnimation fadeAnimation(const BlackBerry::Platform::String& name, float from, float to, double duration);
41 static WebAnimation shrinkAnimation(const BlackBerry::Platform::String& name, float from, float to, double duration);
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dsimplesmtp.c33 static const char *from = "<bradh@example.com>"; local
50 curl_easy_setopt(curl, CURLOPT_MAIL_FROM, from);
60 * - just provide a FILE pointer that can be used to read the data from.
61 * The easiest case is just to read from standard input, (which is available

Completed in 201 milliseconds

1234567891011>>