Lines Matching refs:array_index
652 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; local
1105 if (array_index) {
1106 efree(array_index);
1108 array_index = estrndup(start_arr + 1, array_len - 2);
1121 snprintf(lbuf, llen, "%s_name[%s]", abuf, array_index);
1138 snprintf(lbuf, llen, "%s[name][%s]", abuf, array_index);
1150 snprintf(lbuf, llen, "%s[full_path][%s]", abuf, array_index);
1170 snprintf(lbuf, llen, "%s[type][%s]", abuf, array_index);
1192 snprintf(lbuf, llen, "%s[tmp_name][%s]", abuf, array_index);
1236 snprintf(lbuf, llen, "%s[error][%s]", abuf, array_index);
1244 snprintf(lbuf, llen, "%s[size][%s]", abuf, array_index);
1267 if (array_index) efree(array_index);