new_table 343 ext/mbstring/oniguruma/st.c st_table *new_table; new_table 347 ext/mbstring/oniguruma/st.c new_table = alloc(st_table); new_table 348 ext/mbstring/oniguruma/st.c if (new_table == 0) { new_table 352 ext/mbstring/oniguruma/st.c *new_table = *old_table; new_table 353 ext/mbstring/oniguruma/st.c new_table->bins = (st_table_entry**) new_table 356 ext/mbstring/oniguruma/st.c if (new_table->bins == 0) { new_table 357 ext/mbstring/oniguruma/st.c free(new_table); new_table 362 ext/mbstring/oniguruma/st.c new_table->bins[i] = 0; new_table 367 ext/mbstring/oniguruma/st.c free(new_table->bins); new_table 368 ext/mbstring/oniguruma/st.c free(new_table); new_table 372 ext/mbstring/oniguruma/st.c entry->next = new_table->bins[i]; new_table 373 ext/mbstring/oniguruma/st.c new_table->bins[i] = entry; new_table 377 ext/mbstring/oniguruma/st.c return new_table;