Lines Matching refs:array_index
653 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; local
1115 if (array_index) {
1116 efree(array_index);
1118 array_index = estrndup(start_arr + 1, array_len - 2);
1131 snprintf(lbuf, llen, "%s_name[%s]", abuf, array_index);
1148 snprintf(lbuf, llen, "%s[name][%s]", abuf, array_index);
1160 snprintf(lbuf, llen, "%s[full_path][%s]", abuf, array_index);
1180 snprintf(lbuf, llen, "%s[type][%s]", abuf, array_index);
1202 snprintf(lbuf, llen, "%s[tmp_name][%s]", abuf, array_index);
1246 snprintf(lbuf, llen, "%s[error][%s]", abuf, array_index);
1254 snprintf(lbuf, llen, "%s[size][%s]", abuf, array_index);
1277 if (array_index) efree(array_index);