Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 10 of 10) sorted by relevance

/PHP-5.4/ext/spl/
H A Dspl_engine.h28 PHPAPI void spl_instantiate(zend_class_entry *pce, zval **object, int alloc TSRMLS_DC);
33 static inline int spl_instantiate_arg_ex1(zend_class_entry *pce, zval **retval, int alloc, zval *ar… in spl_instantiate_arg_ex1() argument
35 spl_instantiate(pce, retval, alloc TSRMLS_CC); in spl_instantiate_arg_ex1()
43 static inline int spl_instantiate_arg_ex2(zend_class_entry *pce, zval **retval, int alloc, zval *ar… in spl_instantiate_arg_ex2() argument
45 spl_instantiate(pce, retval, alloc TSRMLS_CC); in spl_instantiate_arg_ex2()
H A Dspl_engine.c35 PHPAPI void spl_instantiate(zend_class_entry *pce, zval **object, int alloc TSRMLS_DC) in spl_instantiate()
37 if (alloc) { in spl_instantiate()
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregint.h454 unsigned int alloc; member
460 (buf)->alloc += (inc);\
461 (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
466 do { (buf)->alloc *= 2; } while ((buf)->alloc < (unsigned int )low);\
467 (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
472 unsigned int new_alloc = (buf)->alloc;\
474 if ((buf)->alloc != new_alloc) {\
477 (buf)->alloc = new_alloc;\
483 if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\
490 if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\
[all …]
H A Dst.c70 #define alloc(type) (type*)xmalloc((unsigned)sizeof(type)) macro
173 tbl = alloc(st_table);
284 entry = alloc(st_table_entry);\
363 new_table = alloc(st_table);
381 entry = alloc(st_table_entry);
H A Dregparse.c585 int alloc; member
721 int alloc; in name_add() local
755 t->alloc = 0; in name_add()
763 t->alloc = alloc; in name_add()
770 alloc = t->alloc * 2; in name_add()
773 t->alloc = alloc; in name_add()
807 e->back_alloc = alloc; in name_add()
813 alloc = e->back_alloc * 2; in name_add()
816 e->back_alloc = alloc; in name_add()
955 int i, need, alloc; in scan_env_add_mem_entry() local
[all …]
H A Dregparse.h201 int alloc; member
H A Dregcomp.c128 buf->alloc = size; in onig_bbuf_init()
144 uslist->alloc = size; in unset_addr_list_init()
162 if (uslist->num >= uslist->alloc) { in unset_addr_list_add()
163 size = uslist->alloc * 2; in unset_addr_list_add()
166 uslist->alloc = size; in unset_addr_list_add()
5084 reg->p = (UChar* )xmalloc(reg->alloc);
5086 xmemcpy(reg->p, from->p, reg->alloc);
5150 if (reg->alloc == 0) { in onig_compile()
5376 (*reg)->alloc = 0; in onig_alloc_init()
H A Doniguruma.h743 unsigned int alloc; /* allocated space for p */ member
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c64645 struct ValueNewStat4Ctx alloc;
64647 alloc.pParse = pParse;
64648 alloc.pIdx = pIdx;
64649 alloc.ppRec = ppRec;
64650 alloc.iVal = iVal;
64652 rc = stat4ValueFromExpr(pParse, pExpr, affinity, &alloc, &pVal);
/PHP-5.4/
H A DNEWS1159 . Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc

Completed in 400 milliseconds