Lines Matching refs:array_index
690 char *boundary, *s = NULL, *boundary_end = NULL, *start_arr = NULL, *array_index = NULL; local
1129 if (array_index) {
1130 efree(array_index);
1132 array_index = estrndup(start_arr + 1, array_len - 2);
1145 snprintf(lbuf, llen, "%s_name[%s]", abuf, array_index);
1166 snprintf(lbuf, llen, "%s[name][%s]", abuf, array_index);
1187 snprintf(lbuf, llen, "%s_type[%s]", abuf, array_index);
1197 snprintf(lbuf, llen, "%s[type][%s]", abuf, array_index);
1229 snprintf(lbuf, llen, "%s[tmp_name][%s]", abuf, array_index);
1273 snprintf(lbuf, llen, "%s[error][%s]", abuf, array_index);
1281 snprintf(lbuf, llen, "%s_size[%s]", abuf, array_index);
1294 snprintf(lbuf, llen, "%s[size][%s]", abuf, array_index);
1317 if (array_index) efree(array_index);