Lines Matching defs:actval
121 nwam_value_t actval = NULL, falseval = NULL, fmrival = NULL;
138 &actval)) != NWAM_SUCCESS ||
147 NWAM_ENM_PROP_ACTIVATION_MODE, actval)) == NWAM_SUCCESS &&
157 nwam_value_free(actval);
194 nwam_value_t actval;
203 &actval) != NWAM_SUCCESS) {
206 if (nwam_value_get_uint64(actval, &activation) != NWAM_SUCCESS) {
207 nwam_value_free(actval);
212 nwam_value_free(actval);
527 nwam_value_t actval;
533 &actval)) != NWAM_SUCCESS)
535 err = nwam_value_get_uint64(actval, &activation);
536 nwam_value_free(actval);