Searched refs:data (Results 276 - 300 of 10080) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/tcl/cmdsrv/
H A Dcmdsrv.tcl37 variable data; # Stores global configuration options
58 variable data
65 # Setup default pool data.
68 array set data {
74 # Override with user-supplied data
79 -idletime {set data($arg) [expr {$val*1000}]}
80 -initcmd {append data($arg) \n $val}
140 variable data
158 set tid [thread::create [append data(-initcmd) \n thread::wait]]
166 array set [namespace current]::data {[arra
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-radius.c442 /* value pointed by 'data' */
448 print_attr_string(register u_char *data, u_int length, u_short attr_code ) argument
452 TCHECK2(data[0],length);
462 if (*data && (*data <=0x1F) )
463 printf("Tag %u, ",*data);
464 data++;
466 printf("Salt %u ",EXTRACT_16BITS(data) );
467 data+=2;
476 if (*data <
504 print_vendor_attr(register u_char *data, u_int length, u_short attr_code _U_) argument
570 print_attr_num(register u_char *data, u_int length, u_short attr_code ) argument
686 print_attr_address(register u_char *data, u_int length, u_short attr_code ) argument
729 print_attr_time(register u_char *data, u_int length, u_short attr_code _U_) argument
761 print_attr_strange(register u_char *data, u_int length, u_short attr_code) argument
[all...]
/macosx-10.9.5/adv_cmds-153/cap_mkdb/
H A Dcap_mkdb.c46 * marked by the first byte in the data. A record entry contains the actual
122 DBT key, data; local
128 data.data = NULL;
129 key.data = NULL;
139 if ((data.data = realloc(data.data, bplen)) == NULL)
152 ((char *)(data
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Drtsp.c73 * Parse and write out any available RTP data.
75 * nread: amount of data left after k->str. will be modified if RTP
76 * data is parsed and k->str is moved up
77 * readmore: whether or not the RTP parser needs more data right away
79 static CURLcode rtsp_rtp_readwrite(struct SessionHandle *data,
126 * The server may send us RTP data at any point, and RTSPREQ_RECEIVE does not
131 * and distinguish between closed and data.
147 else if((sval & CURL_CSELECT_IN) && check->data) {
150 curl_socket_t connectinfo = Curl_getconnectinfo(check->data, &check);
161 struct SessionHandle *data local
187 struct SessionHandle *data = conn->data; local
221 struct SessionHandle *data = conn->data; local
586 rtsp_rtp_readwrite(struct SessionHandle *data, struct connectdata *conn, ssize_t *nread, bool *readmore) argument
717 struct SessionHandle *data = conn->data; local
745 struct SessionHandle *data = conn->data; local
[all...]
H A Dhttp.c158 char *Curl_checkheaders(struct SessionHandle *data, const char *thisheader) argument
163 for(head = data->set.headers; head; head=head->next) {
164 if(Curl_raw_nequal(head->data, thisheader, thislen))
165 return head->data;
198 /* data is in the host encoding so
235 struct SessionHandle *data = conn->data; local
252 snprintf(data->state.buffer, sizeof(data->state.buffer), "%s:%s", user, pwd);
254 error = Curl_base64_encode(data,
332 struct SessionHandle *data = conn->data; local
432 struct SessionHandle *data = conn->data; local
513 struct SessionHandle *data = conn->data; local
620 struct SessionHandle *data = conn->data; local
695 struct SessionHandle *data = conn->data; local
868 struct SessionHandle *data; local
1404 struct SessionHandle *data = conn->data; local
1463 use_http_1_1(const struct SessionHandle *data, const struct connectdata *conn) argument
1474 expect100(struct SessionHandle *data, struct connectdata *conn, Curl_send_buffer *req_buffer) argument
1576 Curl_add_timecondition(struct SessionHandle *data, Curl_send_buffer *req_buffer) argument
1635 struct SessionHandle *data=conn->data; local
2595 checkhttpprefix(struct SessionHandle *data, const char *s) argument
2634 checkrtspprefix(struct SessionHandle *data, const char *s) argument
2662 checkprotoprefix(struct SessionHandle *data, struct connectdata *conn, const char *s) argument
2680 header_append(struct SessionHandle *data, struct SingleRequest *k, size_t length) argument
2718 print_http_error(struct SessionHandle *data) argument
2758 Curl_http_readwrite_headers(struct SessionHandle *data, struct connectdata *conn, ssize_t *nread, bool *stop_reading) argument
[all...]
H A Dssluse.c191 static int ossl_seed(struct SessionHandle *data) argument
193 char *buf = data->state.buffer; /* point to the big buffer */
202 if(data->set.ssl.random_file)
207 nread += RAND_load_file((data->set.str[STRING_SSL_RANDOM_FILE]?
208 data->set.str[STRING_SSL_RANDOM_FILE]:
221 if(data->set.str[STRING_SSL_EGDSOCKET])
227 int ret = RAND_egd(data->set.str[STRING_SSL_EGDSOCKET]?
228 data->set.str[STRING_SSL_EGDSOCKET]:EGD_SOCKET);
256 infof(data, "libcurl is now using a weak random seed!\n");
260 int Curl_ossl_seed(struct SessionHandle *data) argument
304 struct SessionHandle *data = conn->data; local
747 Curl_ossl_set_engine(struct SessionHandle *data, const char *engine) argument
792 Curl_ossl_set_engine_default(struct SessionHandle *data) argument
814 Curl_ossl_engines_list(struct SessionHandle *data) argument
863 struct SessionHandle *data = conn->data; local
966 Curl_ossl_close_all(struct SessionHandle *data) argument
1054 struct SessionHandle *data = conn->data; local
1300 struct SessionHandle *data; local
1351 struct SessionHandle *data = conn->data; local
1676 struct SessionHandle *data = conn->data; local
1794 push_certinfo_len(struct SessionHandle *data, int certnum, const char *label, const char *value, size_t valuelen) argument
1838 push_certinfo(struct SessionHandle *data, int certnum, const char *label, const char *value) argument
1848 pubkey_show(struct SessionHandle *data, int num, const char *type, const char *name, unsigned char *raw, int len) argument
1888 X509V3_ext(struct SessionHandle *data, int certnum, STACK_OF(X509_EXTENSION) *exts) argument
1949 X509_signature(struct SessionHandle *data, int numcert, ASN1_STRING *sig) argument
1963 dumpcert(struct SessionHandle *data, X509 *x, int numcert) argument
1983 init_certinfo(struct SessionHandle *data, int num) argument
2014 struct SessionHandle *data = conn->data; local
2187 struct SessionHandle *data = conn->data; local
2317 struct SessionHandle *data = conn->data; local
2397 struct SessionHandle *data = conn->data; local
2693 Curl_ossl_random(struct SessionHandle *data, unsigned char *entropy, size_t length) argument
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFData.c65 uint8_t *_bytes; /* compaction: direct access to _bytes is only valid when data is not inline */
95 CF_INLINE void __CFDataSetInfoBits(CFDataRef data, UInt32 v) {__CFBitfieldSetValue(((CFRuntimeBase *)data)->_cfinfo[CF_INFO_BITS], 5, 0, v);} argument
96 CF_INLINE Boolean __CFDataGetInfoBit(CFDataRef data, UInt32 b) {return ((((const CFRuntimeBase *)data)->_cfinfo[CF_INFO_BITS] & b) != 0);} argument
97 CF_INLINE Boolean __CFDataIsMutable(CFDataRef data) {return __CFDataGetInfoBit(data, __kCFMutable);} argument
98 CF_INLINE Boolean __CFDataIsGrowable(CFDataRef data) {return __CFDataGetInfoBit(data, __kCFGrowable);} argument
99 CF_INLINE Boolean __CFDataBytesInline(CFDataRef data) {retur argument
100 __CFDataUseAllocator(CFDataRef data) argument
101 __CFDataAllocatesCollectable(CFDataRef data) argument
118 __CFDataSetInline(CFDataRef data, Boolean flag) argument
122 __CFDataNeedsToZero(CFDataRef data) argument
126 __CFDataSetNeedsToZero(CFDataRef data, Boolean zero) argument
130 __CFDataLength(CFDataRef data) argument
134 __CFDataSetLength(CFMutableDataRef data, CFIndex v) argument
138 __CFDataCapacity(CFDataRef data) argument
142 __CFDataSetCapacity(CFMutableDataRef data, CFIndex v) argument
146 __CFDataNumBytesUsed(CFDataRef data) argument
150 __CFDataSetNumBytesUsed(CFMutableDataRef data, CFIndex v) argument
154 __CFDataNumBytes(CFDataRef data) argument
158 __CFDataSetNumBytes(CFMutableDataRef data, CFIndex v) argument
208 __CFDataValidateRange(CFDataRef data, CFRange range, const char *func) argument
229 CFDataRef data = (CFDataRef)cf; local
234 CFDataRef data = (CFDataRef)cf; local
260 __CFDataInlineBytesPtr(CFDataRef data) argument
264 __CFDataShouldAllocateCleared(CFDataRef data, CFIndex size) argument
284 __CFDataAllocate(CFDataRef data, CFIndex size, Boolean clear) argument
305 CFMutableDataRef data = (CFMutableDataRef)cf; local
464 CFDataCreateCopy(CFAllocatorRef allocator, CFDataRef data) argument
479 CFDataCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFDataRef data) argument
489 CFDataGetLength(CFDataRef data) argument
495 CFDataGetBytePtr(CFDataRef data) argument
502 CFDataGetMutableBytePtr(CFMutableDataRef data) argument
509 CFDataGetBytes(CFDataRef data, CFRange range, uint8_t *buffer) argument
516 __CFDataGrow(CFMutableDataRef data, CFIndex numNewValues, Boolean clear) argument
552 CFDataSetLength(CFMutableDataRef data, CFIndex newLength) argument
583 CFDataIncreaseLength(CFMutableDataRef data, CFIndex extraLength) argument
590 CFDataAppendBytes(CFMutableDataRef data, const uint8_t *bytes, CFIndex length) argument
596 CFDataDeleteBytes(CFMutableDataRef data, CFRange range) argument
602 CFDataReplaceBytes(CFMutableDataRef data, CFRange range, const uint8_t *newBytes, CFIndex newLength) argument
692 __CFDataSearchBoyerMoore(const CFDataRef data, const uint8_t *haystack, unsigned long haystackLength, const uint8_t *needle, unsigned long needleLength, Boolean backwards) argument
770 _CFDataFindBytes(CFDataRef data, CFDataRef dataToFind, CFRange searchRange, CFDataSearchFlags compareOptions) argument
799 CFDataFind(CFDataRef data, CFDataRef dataToFind, CFRange searchRange, CFDataSearchFlags compareOptions) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/makeconv/
H A Dmakeconv.c49 initConvData(ConvData *data) { argument
50 uprv_memset(data, 0, sizeof(ConvData));
51 data->sharedData.structSize=sizeof(UConverterSharedData);
52 data->staticData.structSize=sizeof(UConverterStaticData);
53 data->sharedData.staticData=&data->staticData;
57 cleanupConvData(ConvData *data) { argument
58 if(data!=NULL) {
59 if(data->cnvData!=NULL) {
60 data
110 writeConverterData(ConvData *data, const char *cnvName, const char *cnvDir, UErrorCode *status) argument
195 ConvData data; local
432 readHeader(ConvData *data, FileStream* convFile, const char* converterName, UErrorCode *pErrorCode) argument
561 readFile(ConvData *data, const char* converterName, UErrorCode *pErrorCode) argument
635 createConverter(ConvData *data, const char *converterName, UErrorCode *pErrorCode) argument
[all...]
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dmappedio.c110 static int mapped_openView( MappedFileSource *data )
112 DWORD numb = ( ( data->size - data->pos ) > data->gran ) ?
113 data->gran : (DWORD)( data->size - data->pos );
115 if ( data->view )
117 UnmapViewOfFile( data->view );
118 data
135 MappedFileSource *data = sourceData; local
150 MappedFileSource *data = sourceData; local
156 MappedFileSource *data = sourceData; local
[all...]
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttppdu.cpp30 {kPduData, "TinyTPpdu: data"},
31 {kPduDataParse, "TinyTPpdu: data parse, ttp byte=, bufsize="},
47 ttp_pdu_connect(int p, int initialCredit, int maxSduSize, TTPBuf *data) argument
50 int datalen; // length of user data
59 if (data) datalen = BufSize(data); // number of bytes of userdata (if any)
79 BufSeekStart(data); // make sure we're copying from the start
81 BufPut(m, BufGet(data));
86 // We do *not* free the input data buffer here
96 TTPBuf *data, // inpu
95 ttp_pdu_connect_parse( TTPBuf *data, int *p, int *n, unsigned char *plist) argument
171 ttp_pdu_data(Boolean m, int credit, TTPBuf *data) argument
204 ttp_pdu_data_setbyte(Boolean m, int credit, TTPBuf *data) argument
243 BufHideRest(TTPBuf *data) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/
H A Dex_btrec.c35 DBT key, data; local
78 * preceded by its record number, and the data is the same, but
82 memset(&data, 0, sizeof(DBT));
92 key.data = buf;
93 data.data = rbuf;
94 data.size = key.size = (u_int32_t)len - 1;
97 dbp->put(dbp, NULL, &key, &data, DB_NOOVERWRITE)) != 0) {
136 * the key and data pair, not just the key!
138 key.data
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Ddh-sf.c64 void *data = NULL; local
81 ASN1_MALLOC_ENCODE(DHParameter, data, length, &dp, &size, ret);
93 ret = SecDHCreateFromParameters(data, length, &sf->secdh);
97 free(data);
98 data = NULL;
101 data = malloc(size);
102 if (data == NULL)
105 ret = SecDHGenerateKeypair(sf->secdh, data, &length);
109 dh->pub_key = BN_bin2bn(data, length, NULL);
113 free(data);
133 void *data; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DTextEvent.cpp40 PassRefPtr<TextEvent> TextEvent::create(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputType) argument
42 return adoptRef(new TextEvent(view, data, inputType));
45 PassRefPtr<TextEvent> TextEvent::createForPlainTextPaste(PassRefPtr<AbstractView> view, const String& data, bool shouldSmartReplace) argument
47 return adoptRef(new TextEvent(view, data, 0, shouldSmartReplace, false));
50 PassRefPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle) argument
52 return adoptRef(new TextEvent(view, "", data, shouldSmartReplace, shouldMatchStyle));
55 PassRefPtr<TextEvent> TextEvent::createForDrop(PassRefPtr<AbstractView> view, const String& data) argument
57 return adoptRef(new TextEvent(view, data, TextEventInputDrop));
60 PassRefPtr<TextEvent> TextEvent::createForDictation(PassRefPtr<AbstractView> view, const String& data, const Vector<DictationAlternative>& dictationAlternatives) argument
62 return adoptRef(new TextEvent(view, data, dictationAlternative
72 TextEvent(PassRefPtr<AbstractView> view, const String& data, TextEventInputType inputType) argument
82 TextEvent(PassRefPtr<AbstractView> view, const String& data, PassRefPtr<DocumentFragment> pastingFragment, bool shouldSmartReplace, bool shouldMatchStyle) argument
93 TextEvent(PassRefPtr<AbstractView> view, const String& data, const Vector<DictationAlternative>& dictationAlternatives) argument
107 initTextEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView> view, const String& data) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dtest-continue.tcl37 set data(test1) {<?xml version="1.0"?>
40 <Element>Should see this data</Element>
41 <Element class="continue">Should not see this data</Element>
42 <Element>Should see this data</Element>
44 set data(test2) {<?xml version="1.0"?>
47 <Element>Should see this data</Element>
48 <Element>Should see this data
49 <Element class="continue">Should not see this data</Element>
50 Should see this data
52 <Element>Should see this data</Elemen
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dxmfbox.tcl41 upvar ::tk::dialog::file::$dataName data
47 ::tk::SetFocusGrab $w $data(sEnt)
48 $data(sEnt) selection range 0 end
58 ::tk::RestoreFocusGrab $w $data(sEnt) withdraw
66 # initialize the internal data structure associated with the
75 # dataName Name of the global "data" array for the file dialog.
83 upvar ::tk::dialog::file::$dataName data
87 if {$data(-parent) eq "."} {
90 set w $data(-parent).$dataName
101 set data(fEn
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dder_free.c94 free(k->data);
95 k->data = NULL;
102 free(k->data);
103 k->data = NULL;
117 free(k->data);
118 k->data = NULL;
125 free(k->data);
126 k->data = NULL;
141 free(k->data);
142 k->data
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dread_message.c39 krb5_data *data)
46 krb5_data_zero(data);
59 ret = krb5_data_alloc (data, len);
64 if (krb5_net_read (context, p_fd, data->data, len) != len) {
66 krb5_data_free (data);
77 krb5_data *data)
85 ret = krb5_rd_priv (context, ac, &packet, data, NULL);
94 krb5_data *data)
102 ret = krb5_rd_safe (context, ac, &packet, data, NUL
37 krb5_read_message(krb5_context context, krb5_pointer p_fd, krb5_data *data) argument
74 krb5_read_priv_message(krb5_context context, krb5_auth_context ac, krb5_pointer p_fd, krb5_data *data) argument
91 krb5_read_safe_message(krb5_context context, krb5_auth_context ac, krb5_pointer p_fd, krb5_data *data) argument
[all...]
H A Dtest_enctypes.c45 hex_dump_data(const void *data, size_t length) argument
49 hex_encode(data, length, &p);
208 password.data = keys[i].password;
209 password.length = strlen(password.data);
212 salt.saltvalue.data = keys[i].salt;
214 salt.saltvalue.length = strlen(salt.saltvalue.data);
218 opaque.data = iter;
228 PKCS5_PBKDF2_HMAC_SHA1(password.data, password.length,
229 salt.saltvalue.data, salt.saltvalue.length,
269 if (memcmp(key.keyvalue.data, key
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/usetperf/
H A Dbitset.cpp22 data = (int32_t*) uprv_malloc(len * BYTES_PER_WORD);
27 uprv_free(data);
33 return (longIndex < len) ? (((data[longIndex] >> bitInLong) & 1) != 0)
43 data[longIndex] |= (1 << bitInLong);
47 for (uint32_t i=0; i<len; ++i) data[i] = 0;
54 uprv_memcpy(newData, data, len * BYTES_PER_WORD);
55 uprv_free(data);
56 data = newData;
57 int32_t* p = data + len;
58 int32_t* limit = data
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/heimdal-asn1/
H A Dasn1-der_free.c116 free(k->data);
117 k->data = NULL;
124 free(k->data);
125 k->data = NULL;
139 free(k->data);
140 k->data = NULL;
147 free(k->data);
148 k->data = NULL;
163 free(k->data);
164 k->data
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/cpp/
H A DWebDOMString.h40 WebDOMString(const WebUChar* data, size_t len) : m_private(0) argument
42 assign(data, len);
55 void assign(const WebUChar* data, size_t len);
58 const WebUChar* data() const;
65 static WebDOMString fromUTF8(const char* data, size_t length);
66 static WebDOMString fromUTF8(const char* data);
68 template <int N> WebDOMString(const char (&data)[N]) argument
71 assign(fromUTF8(data, N - 1));
74 template <int N> WebDOMString& operator=(const char (&data)[N]) argument
76 assign(fromUTF8(data,
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceBuffer.cpp38 ResourceBuffer::ResourceBuffer(const char* data, int size) argument
39 : m_sharedBuffer(SharedBuffer::create(data, size))
53 const char* ResourceBuffer::data() const function in class:WebCore::ResourceBuffer
55 return m_sharedBuffer->data();
68 void ResourceBuffer::append(const char* data, unsigned size) argument
70 m_sharedBuffer->append(data, size);
79 void ResourceBuffer::append(CFDataRef data) argument
82 m_sharedBuffer->append(data);
91 unsigned ResourceBuffer::getSomeData(const char*& data, unsigned position) const argument
93 return m_sharedBuffer->getSomeData(data, positio
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Dans.pl55 # Now you can add TSIG, just specify key/key data with:
61 # Note that this data will still be sent with any request for
62 # pattern, only this data will be signed. Currently, this is only
175 return $packet->data;
179 # given a stream of data, reads a DNS-formatted name and returns its
182 my ($data) = @_;
186 $label_len = unpack("c", $data);
187 $data = substr($data, $label_len + 1);
194 # given a stream of data, read
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/cdt/
H A Ddtflatten.c40 if(dt->data->type&DT_FLATTEN )
41 return dt->data->here;
44 if(dt->data->type&(DT_SET|DT_BAG))
45 { for(ends = (s = dt->data->htab) + dt->data->ntab; s < ends; ++s)
56 else if(dt->data->type&(DT_LIST|DT_STACK|DT_QUEUE) )
57 list = dt->data->head;
58 else if((r = dt->data->here) ) /*if(dt->data->type&(DT_OSET|DT_OBAG))*/
71 dt->data
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmwalk.c49 { if(!(vm->data->mode&VM_TRUST) && ISLOCK(vm->data,0) )
52 SETLOCK(vm->data,0);
53 for(seg = vm->data->seg; seg; seg = seg->next)
58 CLRLOCK(vm->data,0);
62 { if(!(vm->data->mode&VM_TRUST) && ISLOCK(vm->data,0) )
65 SETLOCK(vm->data,0);
66 for(seg = vm->data->seg; seg; seg = seg->next)
71 CLRLOCK(vm->data,
[all...]

Completed in 397 milliseconds

<<11121314151617181920>>