Lines Matching refs:array_index
692 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; local
1130 if (array_index) {
1131 efree(array_index);
1133 array_index = estrndup(start_arr + 1, array_len - 2);
1146 snprintf(lbuf, llen, "%s_name[%s]", abuf, array_index);
1167 snprintf(lbuf, llen, "%s[name][%s]", abuf, array_index);
1188 snprintf(lbuf, llen, "%s_type[%s]", abuf, array_index);
1198 snprintf(lbuf, llen, "%s[type][%s]", abuf, array_index);
1230 snprintf(lbuf, llen, "%s[tmp_name][%s]", abuf, array_index);
1274 snprintf(lbuf, llen, "%s[error][%s]", abuf, array_index);
1282 snprintf(lbuf, llen, "%s_size[%s]", abuf, array_index);
1295 snprintf(lbuf, llen, "%s[size][%s]", abuf, array_index);
1318 if (array_index) efree(array_index);