Lines Matching refs:VAR_BLOB
316 || type->tt_type == VAR_LIST || type->tt_type == VAR_BLOB) in arg_list_or_blob()
417 || type->tt_type == VAR_STRING || type->tt_type == VAR_BLOB) in arg_string_or_blob()
445 || type->tt_type == VAR_BLOB) in arg_list_or_dict_or_blob()
513 else if (prev_type->tt_type == VAR_BLOB) in arg_item_of_prev()
575 || type->tt_type == VAR_BLOB in arg_get1()
596 || type->tt_type == VAR_BLOB in arg_len1()
614 if (first_type->tt_type == VAR_LIST || first_type->tt_type == VAR_BLOB) in arg_remove2()
647 || type->tt_type == VAR_BLOB in arg_slice1()
964 if (argtypes[0]->tt_type == VAR_BLOB) in ret_first_cont()
1013 if (argtypes[0]->tt_type == VAR_BLOB) in ret_remove()
3229 case VAR_BLOB: in f_empty()
4190 if (argvars[0].v_type == VAR_BLOB) in f_get()
6314 || (argvars[0].v_type == VAR_BLOB in f_index()
6321 if (argvars[0].v_type == VAR_BLOB) in f_index()
6658 case VAR_BLOB: in f_len()
9972 case VAR_BLOB: n = VAR_TYPE_BLOB; break; in f_type()