HomeSort by: relevance | last modified time | path
    Searched refs:opt_length (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
towire.c 513 ssize_t opt_length; local
520 opt_length = txn->p - txn->p_opt - 2;
521 txn->p_opt[0] = (uint8_t)(opt_length >> 8);
522 txn->p_opt[1] = opt_length & 0xff;
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 19289 OPT_LENGTH,
19341 case OPT_LENGTH:
19372 long opt_length = -1; local
19393 if (Jim_GetLong(interp, argv[i++], &opt_length) != JIM_OK) {
19403 if (opt_length < 0 && option != OPT_COMPARE && opt_case) {
19412 if (opt_length >= 0) {
19413 if (l1 > opt_length) {
19414 l1 = opt_length;
19416 if (l2 > opt_length) {
19417 l2 = opt_length;
    [all...]

Completed in 24 milliseconds