Searched refs:opt_length (Results 1 - 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-main/ |
H A D | cli.c | 283 int opt_length = 2 + 1; in cli_opt_usage() local 288 opt_length++; in cli_opt_usage() 291 opt_length += (int) strlen (opt_p); in cli_opt_usage() 293 if (length + 1 + opt_length >= CLI_LINE_LENGTH) in cli_opt_usage() 299 length += opt_length; in cli_opt_usage() 325 int opt_length = (int) (2 + strlen (opt_p)); in cli_opt_usage() local 327 if (length + 1 + opt_length >= CLI_LINE_LENGTH) in cli_opt_usage()
|
/third_party/protobuf/js/binary/ |
H A D | decoder.js | 60 * @param {number=} opt_length The optional length of the block to read - 65 jspb.BinaryDecoder = function(opt_bytes, opt_start, opt_length) { 97 this.setBlock(opt_bytes, opt_start, opt_length); 114 * @param {number=} opt_length The optional length of the block to read - 118 jspb.BinaryDecoder.alloc = function(opt_bytes, opt_start, opt_length) { 122 newDecoder.setBlock(opt_bytes, opt_start, opt_length); 126 return new jspb.BinaryDecoder(opt_bytes, opt_start, opt_length); 177 * @param {number=} opt_length The optional length of the block to read - 181 function(data, opt_start, opt_length) { 184 this.end_ = (opt_length ! [all...] |
H A D | reader.js | 62 * @param {number=} opt_length The optional length of the block to read - 67 jspb.BinaryReader = function(opt_bytes, opt_start, opt_length) { 72 this.decoder_ = jspb.BinaryDecoder.alloc(opt_bytes, opt_start, opt_length); 119 * @param {number=} opt_length The optional length of the block to read - 124 function(opt_bytes, opt_start, opt_length) { 128 newReader.decoder_.setBlock(opt_bytes, opt_start, opt_length); 132 return new jspb.BinaryReader(opt_bytes, opt_start, opt_length); 141 * @param {number=} opt_length The optional length of the block to read -
|
/third_party/libcoap/examples/ |
H A D | coap-client.c | 908 unsigned int opt_length; in set_blocksize() local 926 opt_length = coap_encode_var_safe(buf, sizeof(buf), in set_blocksize() 929 coap_insert_optlist(&optlist, coap_new_optlist(opt, opt_length, buf)); in set_blocksize()
|
Completed in 6 milliseconds