Home
last modified time | relevance | path

Searched refs:end (Results 626 – 631 of 631) sorted by relevance

1...<<212223242526

/PHP-5.5/ext/reflection/
H A Dphp_reflection.c680 zend_op *end = op + op_array->last; in _get_recv_op() local
683 while (op < end) { in _get_recv_op()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c4310 unsigned char *start, *end, buf[4]; /* 000 + '\0' */ local
4316 *bp = (unsigned char)strtoul(start, (char **)&end, 8);
/PHP-5.5/ext/standard/
H A Darray.c817 PHP_FUNCTION(end) in PHP_FUNCTION() argument
H A Dbasic_functions.c3303 PHP_FE(end, arginfo_end)
/PHP-5.5/
H A Dacinclude.m4189 dnl can be either written in C or C++ (filenames shall end in .c
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c59112 int end; /* First byte past the last cell pointer in data[] */
59152 end = cellOffset + 2*pPage->nCell;
59158 assert( idx >= end+2 );
59166 memmove(&data[ins+2], &data[ins], end-ins);

Completed in 554 milliseconds

1...<<212223242526