Searched refs:vlen (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_json_parser.c | 199 int klen = 0, vlen = 0, vtype = 0; in json_parse_name_value() local 206 json_object_for_each_kv(p_cJsonStr, iStrLen, pos, key, klen, val, vlen, in json_parse_name_value() 209 if (key && klen && val && vlen) { in json_parse_name_value() 212 pfnCB(key, klen, val, vlen, vtype, p_CBData)) { in json_parse_name_value() 377 int klen = 0, vlen = 0, vtype = 0; in _LITE_json_keys_of() local 395 json_object_for_each_kv(src, src_len, pos, key, klen, val, vlen, vtype) in _LITE_json_keys_of() 397 if (key && klen && val && vlen) { in _LITE_json_keys_of() 489 int klen = 0, vlen = 0, vtype = 0; in _LITE_json_keys_of_ext() local 515 if (key && klen && val && vlen) { in _LITE_json_keys_of_ext() 580 json_array_for_each_entry(src, src_len, pos, val, vlen, vtype) in _LITE_json_keys_of_ext() [all …]
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_json_parser.h | 127 #define json_object_for_each_kv(str, slen, pos, key, klen, val, vlen, vtype) \ argument 131 &val, &vlen, &vtype)) != 0;)
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/ |
A D | settings_priv.h | 25 int vlen);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | lcp.c | 1044 #define ACKCIENDP(opt, neg, class, val, vlen) \ in lcp_ackci() argument 1047 if ((len -= CILEN_CHAR + vlen) < 0) \ in lcp_ackci() 1051 if (cilen != CILEN_CHAR + vlen || \ in lcp_ackci() 1057 for (i = 0; i < vlen; ++i) { \ in lcp_ackci() 1740 #define REJCIENDP(opt, neg, class, val, vlen) \ in lcp_rejci() argument 1742 len >= CILEN_CHAR + vlen && \ in lcp_rejci() 1744 p[1] == CILEN_CHAR + vlen) { \ in lcp_rejci() 1746 len -= CILEN_CHAR + vlen; \ in lcp_rejci() 1751 for (i = 0; i < vlen; ++i) { \ in lcp_rejci()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objstr.c | 1579 uint vlen = arg_vstr.len; in str_modulo_format() local 1581 prec = vlen; in str_modulo_format() 1583 if (vlen > (uint)prec) { in str_modulo_format() 1584 vlen = prec; in str_modulo_format() 1586 mp_print_strn(&print, arg_vstr.buf, vlen, flags, ' ', width); in str_modulo_format()
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdflib.c | 1966 unsigned long vlen; in _bdf_parse_properties() local 2051 value = _bdf_list_join( &p->list, ' ', &vlen ); in _bdf_parse_properties()
|
Completed in 17 milliseconds