Searched refs:counter (Results 1 - 9 of 9) sorted by relevance
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | splfileobject.inc | 314 * @return next line read from file and increase the line counter 332 * Free the current line buffer and increment the line counter
|
| /PHP_TRUNK/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_element.c | 288 int counter = 0; local 290 pString[counter++] = '&'; 291 pString[counter++] = '#'; 293 pString[counter++] = c / 100 + '0'; 296 pString[counter++] = c / 10 + '0'; 299 pString[counter++] = c + '0'; 300 pString[counter++] = ';'; 301 return counter;
|
| /PHP_TRUNK/ |
| H A D | ltmain.sh | 5565 counter=1 5575 newobj=lt$counter-$objbase 5576 counter=`expr $counter + 1`
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 1751 noname_disable_map(Node** plink, GroupNumRemap* map, int* counter) argument 1760 r = noname_disable_map(&(NCAR(node)), map, counter); 1768 r = noname_disable_map(ptarget, map, counter); 1780 (*counter)++; 1781 map[en->regnum].new_val = *counter; 1782 en->regnum = *counter; 1783 r = noname_disable_map(&(en->target), map, counter); 1789 r = noname_disable_map(plink, map, counter); 1793 r = noname_disable_map(&(en->target), map, counter); 1896 int r, i, pos, counter; local [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend_gc.h | 30 # define GC_BENCH_INC(counter) GC_G(counter)++ 31 # define GC_BENCH_DEC(counter) GC_G(counter)-- 32 # define GC_BENCH_PEAK(peak, counter) do { \ 33 if (GC_G(counter) > GC_G(peak)) { \ 34 GC_G(peak) = GC_G(counter); \ 38 # define GC_BENCH_INC(counter) 39 # define GC_BENCH_DEC(counter) 40 # define GC_BENCH_PEAK(peak, counter) [all...] |
| /PHP_TRUNK/ext/dom/ |
| H A D | element.c | 702 int counter = 1; local 720 if (counter > 1000) return(NULL); 722 snprintf((char *) prefix, sizeof(prefix), "default%d", counter++); 725 (char *)ns->prefix, counter++);
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | oci8_statement.c | 412 ub4 counter; local 487 counter = 1; 500 for (counter = 1; counter <= colcount; counter++) { 503 if (zend_hash_index_update(statement->columns, counter, &column, sizeof(php_oci_out_column), (void**) &outcol) == FAILURE) { 510 PHP_OCI_CALL_RETURN(statement->errcode, OCIParamGet, ((dvoid *)statement->stmt, OCI_HTYPE_STMT, statement->err, (dvoid**)¶m, counter)); 688 counter, /* IN position in the select list */ 706 counter, /* IN position in the select list */
|
| /PHP_TRUNK/ext/simplexml/ |
| H A D | simplexml.c | 460 int counter = 0; local 571 ++counter; 582 ++counter; 600 ++counter; 608 ++counter; 618 ++counter; 627 if (counter == 1) { 638 } else if (counter > 1) {
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_structs.h | 1115 unsigned int counter; member in struct:st_mysqlnd_typeii_plugin_example
|
Completed in 31 milliseconds