Searched refs:finish (Results 1 - 10 of 10) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 661 register unsigned char start, finish; local 704 finish = '-'; 706 finish = p_b_symbol(p); 708 finish = start; 710 REQUIRE(start <= finish, REG_ERANGE); 711 for (i = start; i <= finish; i++) 918 register sopno finish = HERE(); local 932 DROP(finish-start); /* drop the operand */ 957 copy = dupl(p, start+1, finish+1); 958 assert(copy == finish [all...] |
| H A D | regcomp.ih | 41 static sopno dupl(register struct parse *p, sopno start, sopno finish);
|
| /PHP_TRUNK/ |
| H A D | ltmain.sh | 534 --finish) mode="finish" ;; 6300 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2 6306 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs' 6312 # libtool finish mode 6313 finish) 6314 modename="$modename: finish" 6326 # Do each command in the finish commands. 6747 --finish same as \`--mode=finish' [all...] |
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regexec.c | 1398 goto finish; 1424 goto finish; 2690 goto finish; 2720 finish: 3414 else goto finish; /* error */ \ 3423 else goto finish; /* error */ \ 3436 else goto finish; /* error */ \ 3445 else goto finish; /* error */ \ 3715 finish:
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_constants.c | 390 goto finish; 437 finish:
|
| /PHP_TRUNK/main/streams/ |
| H A D | filter.c | 431 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish TSRMLS_DC) 439 long flags = (finish ? PSFS_FLAG_FLUSH_CLOSE : PSFS_FLAG_FLUSH_INC);
|
| H A D | php_stream_filter_api.h | 131 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish TSRMLS_DC); 140 #define php_stream_filter_flush(filter, finish) _php_stream_filter_flush((filter), (finish) TSRMLS_CC)
|
| /PHP_TRUNK/sapi/litespeed/ |
| H A D | lsapilib.c | 695 static struct lsapi_packet_header finish = {'L', 'S', variable in typeref:struct:lsapi_packet_header 700 /* finish req body */ 713 pReq->m_pIovecCur->iov_base = (void *)&finish;
|
| /PHP_TRUNK/ext/standard/ |
| H A D | http_fopen_wrapper.c | 233 goto finish; 257 goto finish; 267 finish:
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 5084 goto finish; 5107 finish:
|
Completed in 63 milliseconds