alloc 660 ext/mbstring/oniguruma/oniguruma.h unsigned int alloc; /* allocated space for p */
alloc 150 ext/mbstring/oniguruma/regcomp.c buf->alloc = size;
alloc 166 ext/mbstring/oniguruma/regcomp.c uslist->alloc = size;
alloc 184 ext/mbstring/oniguruma/regcomp.c if (uslist->num >= uslist->alloc) {
alloc 185 ext/mbstring/oniguruma/regcomp.c size = uslist->alloc * 2;
alloc 188 ext/mbstring/oniguruma/regcomp.c uslist->alloc = size;
alloc 5282 ext/mbstring/oniguruma/regcomp.c if (reg->alloc == 0) {
alloc 5510 ext/mbstring/oniguruma/regcomp.c (reg)->alloc = 0;
alloc 346 ext/mbstring/oniguruma/regint.h unsigned int alloc;
alloc 352 ext/mbstring/oniguruma/regint.h (buf)->alloc += (inc);\
alloc 353 ext/mbstring/oniguruma/regint.h (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
alloc 358 ext/mbstring/oniguruma/regint.h do { (buf)->alloc *= 2; } while ((buf)->alloc < (unsigned int )low);\
alloc 359 ext/mbstring/oniguruma/regint.h (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
alloc 364 ext/mbstring/oniguruma/regint.h unsigned int new_alloc = (buf)->alloc;\
alloc 366 ext/mbstring/oniguruma/regint.h if ((buf)->alloc != new_alloc) {\
alloc 369 ext/mbstring/oniguruma/regint.h (buf)->alloc = new_alloc;\
alloc 375 ext/mbstring/oniguruma/regint.h if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\
alloc 382 ext/mbstring/oniguruma/regint.h if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\
alloc 394 ext/mbstring/oniguruma/regint.h if ((unsigned int )((to)+(n)) > (buf)->alloc) BBUF_EXPAND((buf),(to) + (n));\
alloc 117 ext/mbstring/oniguruma/regparse.c r = BBUF_INIT(to, from->alloc);
alloc 587 ext/mbstring/oniguruma/regparse.c int alloc;
alloc 721 ext/mbstring/oniguruma/regparse.c int alloc;
alloc 753 ext/mbstring/oniguruma/regparse.c alloc = INIT_NAMES_ALLOC_NUM;
alloc 757 ext/mbstring/oniguruma/regparse.c t->alloc = 0;
alloc 760 ext/mbstring/oniguruma/regparse.c t->e = (NameEntry* )xmalloc(sizeof(NameEntry) * alloc);
alloc 765 ext/mbstring/oniguruma/regparse.c t->alloc = alloc;
alloc 769 ext/mbstring/oniguruma/regparse.c else if (t->num == t->alloc) {
alloc 772 ext/mbstring/oniguruma/regparse.c alloc = t->alloc * 2;
alloc 773 ext/mbstring/oniguruma/regparse.c t->e = (NameEntry* )xrealloc(t->e, sizeof(NameEntry) * alloc);
alloc 775 ext/mbstring/oniguruma/regparse.c t->alloc = alloc;
alloc 778 ext/mbstring/oniguruma/regparse.c for (i = t->num; i < t->alloc; i++) {
alloc 807 ext/mbstring/oniguruma/regparse.c alloc = INIT_NAME_BACKREFS_ALLOC_NUM;
alloc 808 ext/mbstring/oniguruma/regparse.c e->back_refs = (int* )xmalloc(sizeof(int) * alloc);
alloc 810 ext/mbstring/oniguruma/regparse.c e->back_alloc = alloc;
alloc 816 ext/mbstring/oniguruma/regparse.c alloc = e->back_alloc * 2;
alloc 817 ext/mbstring/oniguruma/regparse.c e->back_refs = (int* )xrealloc(e->back_refs, sizeof(int) * alloc);
alloc 819 ext/mbstring/oniguruma/regparse.c e->back_alloc = alloc;
alloc 956 ext/mbstring/oniguruma/regparse.c int i, need, alloc;
alloc 963 ext/mbstring/oniguruma/regparse.c alloc = INIT_SCANENV_MEMNODES_ALLOC_SIZE;
alloc 964 ext/mbstring/oniguruma/regparse.c p = (Node** )xmalloc(sizeof(Node*) * alloc);
alloc 969 ext/mbstring/oniguruma/regparse.c alloc = env->mem_alloc * 2;
alloc 970 ext/mbstring/oniguruma/regparse.c p = (Node** )xrealloc(env->mem_nodes_dynamic, sizeof(Node*) * alloc);
alloc 974 ext/mbstring/oniguruma/regparse.c for (i = env->num_mem + 1; i < alloc; i++)
alloc 978 ext/mbstring/oniguruma/regparse.c env->mem_alloc = alloc;
alloc 1186 ext/mbstring/oniguruma/regparse.c bbuf->alloc = n + 1;
alloc 209 ext/mbstring/oniguruma/regparse.h int alloc;
alloc 157 ext/mbstring/oniguruma/st.c tbl = alloc(st_table);
alloc 268 ext/mbstring/oniguruma/st.c entry = alloc(st_table_entry);\
alloc 347 ext/mbstring/oniguruma/st.c new_table = alloc(st_table);
alloc 365 ext/mbstring/oniguruma/st.c entry = alloc(st_table_entry);
alloc 914 ext/sockets/conversions.c memcpy(&alloc->data, control_buf, sizeof *control_buf);
alloc 936 ext/sockets/conversions.c zend_llist_element *alloc;
alloc 953 ext/sockets/conversions.c alloc = ctx->allocations.tail;
alloc 967 ext/sockets/conversions.c from_zval_write_control(*elem, &control_buf, alloc, &control_len,
alloc 37 ext/spl/spl_engine.c if (alloc) {
alloc 35 ext/spl/spl_engine.h spl_instantiate(pce, retval, alloc TSRMLS_CC);
alloc 45 ext/spl/spl_engine.h spl_instantiate(pce, retval, alloc TSRMLS_CC);
alloc 64645 ext/sqlite3/libsqlite/sqlite3.c struct ValueNewStat4Ctx alloc;
alloc 64647 ext/sqlite3/libsqlite/sqlite3.c alloc.pParse = pParse;
alloc 64648 ext/sqlite3/libsqlite/sqlite3.c alloc.pIdx = pIdx;
alloc 64649 ext/sqlite3/libsqlite/sqlite3.c alloc.ppRec = ppRec;
alloc 64650 ext/sqlite3/libsqlite/sqlite3.c alloc.iVal = iVal;
alloc 64652 ext/sqlite3/libsqlite/sqlite3.c rc = stat4ValueFromExpr(pParse, pExpr, affinity, &alloc, &pVal);