Lines Matching defs:array
144 int err, array, idx;
171 array = snd_config_is_array(dst);
172 if (array < 0) {
174 return array;
176 if (array && snd_config_is_array(src) <= 0) {
177 uc_error("source configuration node is not an array");
183 /* for array, use a temporary non-clashing identifier */
184 if (array > 0) {
199 /* for array, use a temporary non-clashing identifier */
200 if (array > 0) {
224 /* set new indexes for the final array */
225 if (array > 0) {