HomeSort by relevance Sort by last modified time
    Searched refs:out (Results 1 - 25 of 3681) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext/Devel/PPPort/
apicheck_c.PL 22 $out = 'apicheck.c';
23 print "creating $out\n";
24 system $^X, 'parts/apicheck.pl', $out
25 and die "couldn't create $out\n";
  /webstack/webstack/trunk/src/perl-5.8.8/ext/Devel/PPPort/
apicheck_c.PL 22 $out = 'apicheck.c';
23 print "creating $out\n";
24 system $^X, 'parts/apicheck.pl', $out
25 and die "couldn't create $out\n";
  /webstack/webstack/branches/CoolStack12Rtm/src/squid-2.6.16/helpers/basic_auth/MSNT/
md4.h 2 void mdfour(unsigned char *out, unsigned char *in, int n);
  /webstack/webstack/branches/CoolStack12Rtm/src/squid-2.6.16/helpers/ntlm_auth/SMB/smbval/
md4.h 1 void mdfour(unsigned char *out, unsigned char *in, int n);
  /webstack/webstack/trunk/src/squid/helpers/basic_auth/MSNT/
md4.h 2 void mdfour(unsigned char *out, unsigned char *in, int n);
  /webstack/webstack/trunk/src/squid/helpers/ntlm_auth/SMB/smbval/
md4.h 1 void mdfour(unsigned char *out, unsigned char *in, int n);
  /webstack/webstack/trunk/src/squid-2.6.16/helpers/basic_auth/MSNT/
md4.h 2 void mdfour(unsigned char *out, unsigned char *in, int n);
  /webstack/webstack/trunk/src/squid-2.6.16/helpers/ntlm_auth/SMB/smbval/
md4.h 1 void mdfour(unsigned char *out, unsigned char *in, int n);
  /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext-add/libwww-perl-5.805/t/net/cgi-bin/
nph-slowdata 7 out("HTTP/1.0 200 OK\r
13 out("The number is now $_\n");
19 sub out subroutine
  /webstack/webstack/trunk/src/perl-5.8.8/ext-add/libwww-perl-5.805/t/net/cgi-bin/
nph-slowdata 7 out("HTTP/1.0 200 OK\r
13 out("The number is now $_\n");
19 sub out subroutine
  /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/dba/libcdb/
uint32.c 32 void uint32_pack(char *out, uint32 in)
34 out[0] = in&0xff; in>>=8;
35 out[1] = in&0xff; in>>=8;
36 out[2] = in&0xff; in>>=8;
37 out[3] = in&0xff;
42 void uint32_unpack(const char *in, uint32 *out)
44 *out = (((uint32)(unsigned char)in[3])<<24) |
  /webstack/webstack/trunk/src/php-5.2.0/ext/dba/libcdb/
uint32.c 32 void uint32_pack(char *out, uint32 in)
34 out[0] = in&0xff; in>>=8;
35 out[1] = in&0xff; in>>=8;
36 out[2] = in&0xff; in>>=8;
37 out[3] = in&0xff;
42 void uint32_unpack(const char *in, uint32 *out)
44 *out = (((uint32)(unsigned char)in[3])<<24) |
  /webstack/webstack/trunk/src/php-5.2.4/ext/dba/libcdb/
uint32.c 32 void uint32_pack(char *out, uint32 in)
34 out[0] = in&0xff; in>>=8;
35 out[1] = in&0xff; in>>=8;
36 out[2] = in&0xff; in>>=8;
37 out[3] = in&0xff;
42 void uint32_unpack(const char *in, uint32 *out)
44 *out = (((uint32)(unsigned char)in[3])<<24) |
  /webstack/php-experiment/php-5.2.9RC3/ext/dba/libcdb/
uint32.c 32 void uint32_pack(char *out, uint32 in)
34 out[0] = in&0xff; in>>=8;
35 out[1] = in&0xff; in>>=8;
36 out[2] = in&0xff; in>>=8;
37 out[3] = in&0xff;
42 void uint32_unpack(const char *in, uint32 *out)
44 *out = (((uint32)(unsigned char)in[3])<<24) |
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/test/src/
NDBT_Error.cpp 133 void ErrorData::printErrorCounters(NdbOut & out) const
139 out << "NDBT: ErrorCode = " << localLoop << " occurred ";
140 out << errCount << " times" << endl;
146 void ErrorData::printSettings(NdbOut & out)
148 out << "Key Errors are ";
150 out << "disallowed" << endl;
152 out << "allowed" << endl;
154 out << "Temporary Resource Errors are ";
156 out << "disallowed" << endl;
158 out << "allowed" << endl
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/test/src/
NDBT_Error.cpp 134 void ErrorData::printErrorCounters(NdbOut & out) const
140 out << "NDBT: ErrorCode = " << localLoop << " occurred ";
141 out << errCount << " times" << endl;
147 void ErrorData::printSettings(NdbOut & out)
149 out << "Key Errors are ";
151 out << "disallowed" << endl;
153 out << "allowed" << endl;
155 out << "Temporary Resource Errors are ";
157 out << "disallowed" << endl;
159 out << "allowed" << endl
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/test/src/
NDBT_Error.cpp 134 void ErrorData::printErrorCounters(NdbOut & out) const
140 out << "NDBT: ErrorCode = " << localLoop << " occurred ";
141 out << errCount << " times" << endl;
147 void ErrorData::printSettings(NdbOut & out)
149 out << "Key Errors are ";
151 out << "disallowed" << endl;
153 out << "allowed" << endl;
155 out << "Temporary Resource Errors are ";
157 out << "disallowed" << endl;
159 out << "allowed" << endl
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.45/ndb/test/src/
NDBT_Error.cpp 133 void ErrorData::printErrorCounters(NdbOut & out) const
139 out << "NDBT: ErrorCode = " << localLoop << " occurred ";
140 out << errCount << " times" << endl;
146 void ErrorData::printSettings(NdbOut & out)
148 out << "Key Errors are ";
150 out << "disallowed" << endl;
152 out << "allowed" << endl;
154 out << "Temporary Resource Errors are ";
156 out << "disallowed" << endl;
158 out << "allowed" << endl
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/libxml2-2.6.27/doc/tutorial/
includeconvert.c 9 unsigned char *out;
15 out = malloc((size_t)out_size);
17 if (out) {
21 free(out);
22 out = NULL;
25 if (out) {
27 ret = handler->input(out, &out_size, in, &temp);
34 free(out);
35 out = NULL;
37 out = realloc(out,out_size+1);
    [all...]
  /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/src/ndbapi/
NdbErrorOut.cpp 27 operator<<(NdbOut & out, const NdbError & error){
29 out << error.code << ": " << error.message;
31 out << error.code << ": ";
32 return out;
36 operator<<(NdbOut & out, const NdbError::Status & status){
37 return out << ndberror_status_message((ndberror_status)status);
41 operator<<(NdbOut & out, const NdbError::Classification & classification){
42 return out << ndberror_classification_message((ndberror_classification)classification);
  /webstack/webstack/trunk/src/libxml2-2.6.27/doc/tutorial/
includeconvert.c 9 unsigned char *out;
15 out = malloc((size_t)out_size);
17 if (out) {
21 free(out);
22 out = NULL;
25 if (out) {
27 ret = handler->input(out, &out_size, in, &temp);
34 free(out);
35 out = NULL;
37 out = realloc(out,out_size+1);
    [all...]
  /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/src/ndbapi/
NdbErrorOut.cpp 28 operator<<(NdbOut & out, const NdbError & error){
30 out << error.code << ": " << error.message;
32 out << error.code << ": ";
33 return out;
37 operator<<(NdbOut & out, const NdbError::Status & status){
38 return out << ndberror_status_message((ndberror_status)status);
42 operator<<(NdbOut & out, const NdbError::Classification & classification){
43 return out << ndberror_classification_message((ndberror_classification)classification);
  /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/src/ndbapi/
NdbErrorOut.cpp 28 operator<<(NdbOut & out, const NdbError & error){
30 out << error.code << ": " << error.message;
32 out << error.code << ": ";
33 return out;
37 operator<<(NdbOut & out, const NdbError::Status & status){
38 return out << ndberror_status_message((ndberror_status)status);
42 operator<<(NdbOut & out, const NdbError::Classification & classification){
43 return out << ndberror_classification_message((ndberror_classification)classification);
  /webstack/webstack/trunk/src/mysql-5.0.45/ndb/src/ndbapi/
NdbErrorOut.cpp 27 operator<<(NdbOut & out, const NdbError & error){
29 out << error.code << ": " << error.message;
31 out << error.code << ": ";
32 return out;
36 operator<<(NdbOut & out, const NdbError::Status & status){
37 return out << ndberror_status_message((ndberror_status)status);
41 operator<<(NdbOut & out, const NdbError::Classification & classification){
42 return out << ndberror_classification_message((ndberror_classification)classification);
  /webstack/webserver/src/server/base/
uuid.cpp 30 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
81 * field to out
83 #define UNPARSE(field, out) \
89 *out++ = HEXDIGIT(hi); \
90 *out++ = HEXDIGIT(lo); \
97 void uuid_generate(uuid_t out)
99 struct uuid_s *uuid = (struct uuid_s *) out;
102 PK11_GenerateRandom(out, UUID_SIZE);
114 void uuid_unparse(uuid_t uu, char *out)
118 UNPARSE(uuid->time_low, out);
    [all...]

Completed in 780 milliseconds

1 2 3 4 5 6 7 8 91011>>