Home | History | Annotate | Download | only in sysmon

Lines Matching defs:obj

48 	prop_object_t obj;
52 obj = prop_dictionary_get(dict, key);
53 if (obj) {
54 if (prop_bool_true(obj) != val) {
75 prop_object_t obj;
79 obj = prop_dictionary_get(dict, key);
80 if (obj) {
81 if (!prop_number_equals_signed(obj, val)) {
102 prop_object_t obj;
106 obj = prop_dictionary_get(dict, key);
107 if (obj) {
108 if (!prop_number_equals_unsigned(obj, val)) {
129 prop_object_t obj;
133 obj = prop_dictionary_get(dict, key);
134 if (obj == NULL) {
141 if (!prop_string_equals_string(obj, str)) {