| /webstack/webserver/src/server/httpdaemon/ |
| ntmagnus.cpp | 27 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 100 NSAPI_PUBLIC void magnus_atrestart(void (*fn)(void *), void *data) 103 daemon_atrestart(fn, data);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext-add/libwww-perl-5.805/t/net/cgi-bin/ |
| nph-slowdata | 3 # This script outputs some data slowly. It can be used to check that 21 my $data = shift; 22 my $l = length $data; 23 if (syswrite(STDOUT, $data, $l) != $l) {
|
| /webstack/webstack/trunk/src/perl-5.8.8/ext-add/libwww-perl-5.805/t/net/cgi-bin/ |
| nph-slowdata | 3 # This script outputs some data slowly. It can be used to check that 21 my $data = shift; 22 my $l = length $data; 23 if (syswrite(STDOUT, $data, $l) != $l) {
|
| /webstack/webstack/branches/CoolStack12Rtm/src/curl-7.14.0/tests/data/ |
| test306 | 4 <data> 5 No headers at all, just data swsclose 21 data to 24 </data> 37 HTTPS GET, receive no headers only data! 45 # Verify data after the test has been "shot"
|
| /webstack/webstack/trunk/src/curl-7.14.0/tests/data/ |
| test306 | 4 <data> 5 No headers at all, just data swsclose 21 data to 24 </data> 37 HTTPS GET, receive no headers only data! 45 # Verify data after the test has been "shot"
|
| /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/mbstring/libmbfl/mbfl/ |
| mbfl_filter_output.h | 34 MBFLAPI extern int mbfl_filter_output_pipe(int c, void* data); 35 MBFLAPI extern int mbfl_filter_output_null(int c, void* data);
|
| /webstack/webstack/trunk/src/php-5.2.0/ext/mbstring/libmbfl/mbfl/ |
| mbfl_filter_output.h | 34 MBFLAPI extern int mbfl_filter_output_pipe(int c, void* data); 35 MBFLAPI extern int mbfl_filter_output_null(int c, void* data);
|
| /webstack/webstack/trunk/src/php-5.2.4/ext/mbstring/libmbfl/mbfl/ |
| mbfl_filter_output.h | 34 MBFLAPI extern int mbfl_filter_output_pipe(int c, void* data); 35 MBFLAPI extern int mbfl_filter_output_null(int c, void* data);
|
| /webstack/php-experiment/php-5.2.9RC3/ext/mbstring/libmbfl/mbfl/ |
| mbfl_filter_output.h | 34 MBFLAPI extern int mbfl_filter_output_pipe(int c, void* data); 35 MBFLAPI extern int mbfl_filter_output_null(int c, void* data);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/support-files/MacOSX/ |
| postflight.sh | 12 if [ ! -f data/mysql/db.frm ] ; then 16 if [ -d data ] ; then 17 chown -R @MYSQLD_USER@ data
|
| /webstack/webstack/branches/CoolStack12Rtm/src/squid-2.6.16/helpers/negotiate_auth/squid_kerb_auth/ |
| base64.h | 5 void base64_decode(char* result, const char *data, int result_size); 6 void base64_encode(char* result, const char *data, int result_size, int data_size); 9 int base64_decode_len(const char *data);
|
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/support-files/MacOSX/ |
| postflight.sh | 12 if [ ! -f data/mysql/db.frm ] ; then 16 if [ -d data ] ; then 17 chown -R @MYSQLD_USER@ data
|
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/support-files/MacOSX/ |
| postflight.sh | 12 if [ ! -f data/mysql/db.frm ] ; then 16 if [ -d data ] ; then 17 chown -R @MYSQLD_USER@ data
|
| /webstack/webstack/trunk/src/mysql-5.0.45/support-files/MacOSX/ |
| postflight.sh | 12 if [ ! -f data/mysql/db.frm ] ; then 16 if [ -d data ] ; then 17 chown -R @MYSQLD_USER@ data
|
| /webstack/webstack/trunk/src/squid-2.6.16/helpers/negotiate_auth/squid_kerb_auth/ |
| base64.h | 5 void base64_decode(char* result, const char *data, int result_size); 6 void base64_encode(char* result, const char *data, int result_size, int data_size); 9 int base64_decode_len(const char *data);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/curl-7.14.0/lib/ |
| progress.c | 66 /* The point of this function would be to return a string of the input data, 130 pgrsSetDownloadCounter() - amount of data currently downloaded 131 pgrsSetUploadCounter() - amount of data currently uploaded 139 struct SessionHandle *data = conn->data; local 140 data->progress.lastshow=0; 143 data->progress.speeder_c = 0; /* reset the progress meter display */ 147 void Curl_pgrsResetTimes(struct SessionHandle *data) 149 data->progress.t_nslookup = 0.0; 150 data->progress.t_connect = 0.0 238 struct SessionHandle *data = conn->data; local [all...] |
| speedcheck.c | 34 void Curl_speedinit(struct SessionHandle *data) 36 memset(&data->state.keeps_speed, 0, sizeof(struct timeval)); 39 CURLcode Curl_speedcheck(struct SessionHandle *data, 42 if((data->progress.current_speed >= 0) && 43 data->set.low_speed_time && 44 (Curl_tvlong(data->state.keeps_speed) != 0) && 45 (data->progress.current_speed < data->set.low_speed_limit)) { 51 if( (Curl_tvdiff(now, data->state.keeps_speed)/1000) > 52 data->set.low_speed_time) [all...] |
| /webstack/webstack/trunk/src/curl-7.14.0/lib/ |
| progress.c | 66 /* The point of this function would be to return a string of the input data, 130 pgrsSetDownloadCounter() - amount of data currently downloaded 131 pgrsSetUploadCounter() - amount of data currently uploaded 139 struct SessionHandle *data = conn->data; local 140 data->progress.lastshow=0; 143 data->progress.speeder_c = 0; /* reset the progress meter display */ 147 void Curl_pgrsResetTimes(struct SessionHandle *data) 149 data->progress.t_nslookup = 0.0; 150 data->progress.t_connect = 0.0 238 struct SessionHandle *data = conn->data; local [all...] |
| speedcheck.c | 34 void Curl_speedinit(struct SessionHandle *data) 36 memset(&data->state.keeps_speed, 0, sizeof(struct timeval)); 39 CURLcode Curl_speedcheck(struct SessionHandle *data, 42 if((data->progress.current_speed >= 0) && 43 data->set.low_speed_time && 44 (Curl_tvlong(data->state.keeps_speed) != 0) && 45 (data->progress.current_speed < data->set.low_speed_limit)) { 51 if( (Curl_tvdiff(now, data->state.keeps_speed)/1000) > 52 data->set.low_speed_time) [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/db-4.5.20/java/src/com/sleepycat/db/ |
| MultipleDataEntry.java | 20 public MultipleDataEntry(final byte[] data) { 21 super(data, 0, (data == null) ? 0 : data.length); 24 public MultipleDataEntry(final byte[] data, 27 super(data, offset, size); 32 * next set of key/data can be returned. 40 public boolean next(final DatabaseEntry data) { 44 final int dataoff = DbUtil.array2int(this.data, pos); 46 // crack out the data offset and length [all...] |
| /webstack/webstack/trunk/src/db-4.5.20/java/src/com/sleepycat/db/ |
| MultipleDataEntry.java | 20 public MultipleDataEntry(final byte[] data) { 21 super(data, 0, (data == null) ? 0 : data.length); 24 public MultipleDataEntry(final byte[] data, 27 super(data, offset, size); 32 * next set of key/data can be returned. 40 public boolean next(final DatabaseEntry data) { 44 final int dataoff = DbUtil.array2int(this.data, pos); 46 // crack out the data offset and length [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/lib/Attribute/Handlers/demo/ |
| Demo.pm | 9 my ($package, $symbol, $referent, $attr, $data, $phase) = @_; 10 $data = '<undef>' unless defined $data; 13 "with data ($data)\nin phase $phase\n"; 23 my ($package, $symbol, $referent, $attr, $data) = @_; 24 $data = '<undef>' unless defined $data; 26 " ($referent) was ascribed ${attr} with data ($data)\n" [all...] |
| /webstack/webstack/trunk/src/perl-5.8.8/lib/Attribute/Handlers/demo/ |
| Demo.pm | 9 my ($package, $symbol, $referent, $attr, $data, $phase) = @_; 10 $data = '<undef>' unless defined $data; 13 "with data ($data)\nin phase $phase\n"; 23 my ($package, $symbol, $referent, $attr, $data) = @_; 24 $data = '<undef>' unless defined $data; 26 " ($referent) was ascribed ${attr} with data ($data)\n" [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/openldap-2.3.30/libraries/librewrite/ |
| ldapmap.c | 27 * LDAP map data structure 50 struct ldap_map_data *data 53 assert( data != NULL ); 55 if ( data->lm_url != NULL ) { 56 free( data->lm_url ); 59 if ( data->lm_lud != NULL ) { 60 ldap_free_urldesc( data->lm_lud ); 63 if ( data->lm_binddn != NULL ) { 64 free( data->lm_binddn ); 67 if ( data->lm_bindpw != NULL ) 87 struct ldap_map_data *data; local 214 struct ldap_map_data *data = ( struct ldap_map_data * )map->lb_private; local 340 struct ldap_map_data *data; local [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/lib/Net/FTP/ |
| dataconn.pm | 2 ## Generic data connection package 17 my $data = shift; 18 ${*$data}{'net_ftp_bytesread'} = 0; 23 my $data = shift; 24 my $ftp = ${*$data}{'net_ftp_cmd'}; 27 return $data->close 28 if ${*$data}{'net_ftp_eof'}; 34 if(exists ${*$data}{'net_ftp_bytesread'} 35 && (${*$data}{'net_ftp_bytesread'} == 0)) { 37 my $timeout = $data->timeout [all...] |