| /webstack/webstack/branches/CoolStack12Rtm/src/freetds-0.64/src/odbc/unittests/ |
| norowset.c | 12 char output[256]; local 32 if (SQLGetData(Statement, 1, SQL_C_CHAR, output, sizeof(output), &dataSize) != SQL_SUCCESS) { 38 if (strcmp(output, "sysobjects") != 0) {
|
| const_params.c | 11 SQLINTEGER input, ind, ind2, ind3, output; local 19 Command(Statement, "create proc const_param @in1 int, @in2 int, @in3 datetime, @in4 varchar(10), @out int output as\n" 32 ODBC_REPORT_ERROR("Unable to bind output parameter"); 41 out1 = output = 0xdeadbeef; 46 fprintf(stderr, "Invalid output %d (0x%x)\n", (int) out1, (int) out1); 53 if (SQLBindParameter(Statement, 1, SQL_PARAM_OUTPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &output, 0, &ind) != SQL_SUCCESS) 54 ODBC_REPORT_ERROR("Unable to bind output parameter"); 60 ODBC_REPORT_ERROR("Unable to bind output parameter"); 69 out1 = output = 0xdeadbeef; 74 fprintf(stderr, "Invalid output %d (0x%x)\n", (int) out1, (int) out1) [all...] |
| error.c | 8 static SQLCHAR output[256]; variable 14 if (!SQL_SUCCEEDED(SQLGetDiagRec(SQL_HANDLE_STMT, Statement, 1, NULL, NULL, output, sizeof(output), NULL))) { 18 printf("Message: %s\n", output); 57 if (!strstr((char *) output, "zero")) {
|
| t0001.c | 16 SQLCHAR output[256]; local 56 if (SQLGetData(Statement, i, SQL_C_CHAR, output, sizeof(output), &cnamesize) != SQL_SUCCESS) { 62 printf("output data >%s< len_or_ind = %d\n", output, (int) cnamesize); 63 if (cnamesize != strlen((char *) output))
|
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/lib/Net/t/ |
| datasend.t | 18 sub output { subroutine 44 unpack("H*",$cmd->output),
|
| /webstack/webstack/trunk/src/freetds-0.64/src/odbc/unittests/ |
| norowset.c | 12 char output[256]; local 32 if (SQLGetData(Statement, 1, SQL_C_CHAR, output, sizeof(output), &dataSize) != SQL_SUCCESS) { 38 if (strcmp(output, "sysobjects") != 0) {
|
| const_params.c | 11 SQLINTEGER input, ind, ind2, ind3, output; local 19 Command(Statement, "create proc const_param @in1 int, @in2 int, @in3 datetime, @in4 varchar(10), @out int output as\n" 32 ODBC_REPORT_ERROR("Unable to bind output parameter"); 41 out1 = output = 0xdeadbeef; 46 fprintf(stderr, "Invalid output %d (0x%x)\n", (int) out1, (int) out1); 53 if (SQLBindParameter(Statement, 1, SQL_PARAM_OUTPUT, SQL_C_SLONG, SQL_INTEGER, 0, 0, &output, 0, &ind) != SQL_SUCCESS) 54 ODBC_REPORT_ERROR("Unable to bind output parameter"); 60 ODBC_REPORT_ERROR("Unable to bind output parameter"); 69 out1 = output = 0xdeadbeef; 74 fprintf(stderr, "Invalid output %d (0x%x)\n", (int) out1, (int) out1) [all...] |
| error.c | 8 static SQLCHAR output[256]; variable 14 if (!SQL_SUCCEEDED(SQLGetDiagRec(SQL_HANDLE_STMT, Statement, 1, NULL, NULL, output, sizeof(output), NULL))) { 18 printf("Message: %s\n", output); 57 if (!strstr((char *) output, "zero")) {
|
| t0001.c | 16 SQLCHAR output[256]; local 56 if (SQLGetData(Statement, i, SQL_C_CHAR, output, sizeof(output), &cnamesize) != SQL_SUCCESS) { 62 printf("output data >%s< len_or_ind = %d\n", output, (int) cnamesize); 63 if (cnamesize != strlen((char *) output))
|
| /webstack/webstack/trunk/src/perl-5.8.8/lib/Net/t/ |
| datasend.t | 18 sub output { subroutine 44 unpack("H*",$cmd->output),
|
| /webstack/webstack/branches/CoolStack12Rtm/src/db-4.5.20/java/src/com/sleepycat/bind/tuple/ |
| TupleBase.java | 16 * over the allocation of the output buffer. 32 * Initializes the initial output buffer size to zero. 43 * Sets the initial byte size of the output buffer that is allocated by the 49 * @param byteSize the initial byte size of the output buffer, or zero to 57 * Returns the initial byte size of the output buffer. 59 * @return the initial byte size of the output buffer. 81 * @param object is the object to be written to the tuple output, and may 82 * be used by subclasses to determine the size of the output buffer. 99 * output object. 101 * @param output is the source tuple output object [all...] |
| TupleTupleBinding.java | 50 TupleOutput output = getTupleOutput(object); local 51 objectToKey(object, output); 52 outputToEntry(output, key); 58 TupleOutput output = getTupleOutput(object); local 59 objectToData(object, output); 60 outputToEntry(output, data); 83 * @param output is the {@link TupleOutput} to which the key should be 86 public abstract void objectToKey(Object object, TupleOutput output); 93 * @param output is the {@link TupleOutput} to which the data should be 96 public abstract void objectToData(Object object, TupleOutput output); [all...] |
| /webstack/webstack/trunk/src/db-4.5.20/java/src/com/sleepycat/bind/tuple/ |
| TupleBase.java | 16 * over the allocation of the output buffer. 32 * Initializes the initial output buffer size to zero. 43 * Sets the initial byte size of the output buffer that is allocated by the 49 * @param byteSize the initial byte size of the output buffer, or zero to 57 * Returns the initial byte size of the output buffer. 59 * @return the initial byte size of the output buffer. 81 * @param object is the object to be written to the tuple output, and may 82 * be used by subclasses to determine the size of the output buffer. 99 * output object. 101 * @param output is the source tuple output object [all...] |
| TupleTupleBinding.java | 50 TupleOutput output = getTupleOutput(object); local 51 objectToKey(object, output); 52 outputToEntry(output, key); 58 TupleOutput output = getTupleOutput(object); local 59 objectToData(object, output); 60 outputToEntry(output, data); 83 * @param output is the {@link TupleOutput} to which the key should be 86 public abstract void objectToKey(Object object, TupleOutput output); 93 * @param output is the {@link TupleOutput} to which the data should be 96 public abstract void objectToData(Object object, TupleOutput output); [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext-add/HTML-Parser-3.56/blib/lib/HTML/ |
| Filter.pm | 11 sub declaration { $_[0]->output("<!$_[1]>") } 12 sub process { $_[0]->output($_[2]) } 13 sub comment { $_[0]->output("<!--$_[1]-->") } 14 sub start { $_[0]->output($_[4]) } 15 sub end { $_[0]->output($_[2]) } 16 sub text { $_[0]->output($_[1]) } 18 sub output { print $_[1] } subroutine 44 HTML elements and you can override output() method which is called to 64 to count table tags and then make output not happen when inside a 84 sub output [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext-add/HTML-Parser-3.56/lib/HTML/ |
| Filter.pm | 11 sub declaration { $_[0]->output("<!$_[1]>") } 12 sub process { $_[0]->output($_[2]) } 13 sub comment { $_[0]->output("<!--$_[1]-->") } 14 sub start { $_[0]->output($_[4]) } 15 sub end { $_[0]->output($_[2]) } 16 sub text { $_[0]->output($_[1]) } 18 sub output { print $_[1] } subroutine 44 HTML elements and you can override output() method which is called to 64 to count table tags and then make output not happen when inside a 84 sub output [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/hash/ |
| php_hash_haval.h | 32 short output; member in struct:__anon2566
|
| /webstack/webstack/branches/CoolStack12Rtm/src/rubygems-0.9.0/test/ |
| mockgemui.rb | 25 def output method in class:MockGemUi
|
| /webstack/webstack/trunk/src/perl-5.8.8/ext-add/HTML-Parser-3.56/blib/lib/HTML/ |
| Filter.pm | 11 sub declaration { $_[0]->output("<!$_[1]>") } 12 sub process { $_[0]->output($_[2]) } 13 sub comment { $_[0]->output("<!--$_[1]-->") } 14 sub start { $_[0]->output($_[4]) } 15 sub end { $_[0]->output($_[2]) } 16 sub text { $_[0]->output($_[1]) } 18 sub output { print $_[1] } subroutine 44 HTML elements and you can override output() method which is called to 64 to count table tags and then make output not happen when inside a 84 sub output [all...] |
| /webstack/webstack/trunk/src/perl-5.8.8/ext-add/HTML-Parser-3.56/lib/HTML/ |
| Filter.pm | 11 sub declaration { $_[0]->output("<!$_[1]>") } 12 sub process { $_[0]->output($_[2]) } 13 sub comment { $_[0]->output("<!--$_[1]-->") } 14 sub start { $_[0]->output($_[4]) } 15 sub end { $_[0]->output($_[2]) } 16 sub text { $_[0]->output($_[1]) } 18 sub output { print $_[1] } subroutine 44 HTML elements and you can override output() method which is called to 64 to count table tags and then make output not happen when inside a 84 sub output [all...] |
| /webstack/webstack/trunk/src/php-5.2.0/ext/hash/ |
| php_hash_haval.h | 32 short output; member in struct:__anon7505
|
| /webstack/webstack/trunk/src/php-5.2.4/ext/hash/ |
| php_hash_haval.h | 32 short output; member in struct:__anon7958
|
| /webstack/webstack/trunk/src/rubygems-0.9.0/test/ |
| mockgemui.rb | 25 def output method in class:MockGemUi
|
| /webstack/php-experiment/php-5.2.9RC3/ext/hash/ |
| php_hash_haval.h | 32 short output; member in struct:__anon118
|
| /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/lib/test/unit/ui/console/ |
| testrunner.rb | 20 # suite. If quiet_mode is true, the output while 23 # where runner output should go to; defaults to 51 output("Loaded suite #{suite_name}") 78 output("Started") 83 output("Finished in #{elapsed_time} seconds.") 86 output("%3d) %s" % [index + 1, fault.long_display]) 89 output(@result) 103 output("", level) 106 def output(something, level=NORMAL) method in class:Test.Unit.UI.Console.TestRunner 107 @io.puts(something) if (output?(level) [all...] |