skip             2072 Zend/zend_builtin_functions.c 	zend_execute_data *ptr, *skip;
skip             2100 Zend/zend_builtin_functions.c 		skip = ptr;
skip             2102 Zend/zend_builtin_functions.c 		if (!skip->op_array &&
skip             2103 Zend/zend_builtin_functions.c 		    skip->prev_execute_data &&
skip             2104 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline &&
skip             2105 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL &&
skip             2106 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL_BY_NAME &&
skip             2107 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_INCLUDE_OR_EVAL) {
skip             2108 Zend/zend_builtin_functions.c 			skip = skip->prev_execute_data;
skip             2111 Zend/zend_builtin_functions.c 		if (skip->op_array) {
skip             2112 Zend/zend_builtin_functions.c 			filename = skip->op_array->filename;
skip             2113 Zend/zend_builtin_functions.c 			lineno = skip->opline->lineno;
skip             2209 Zend/zend_builtin_functions.c 			zend_execute_data *prev = skip->prev_execute_data;
skip             2228 Zend/zend_builtin_functions.c 		ptr = skip->prev_execute_data;
skip             2240 Zend/zend_builtin_functions.c 	zend_execute_data *ptr, *skip;
skip             2267 Zend/zend_builtin_functions.c 		skip = ptr;
skip             2269 Zend/zend_builtin_functions.c 		if (!skip->op_array &&
skip             2270 Zend/zend_builtin_functions.c 		    skip->prev_execute_data &&
skip             2271 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline &&
skip             2272 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL &&
skip             2273 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_DO_FCALL_BY_NAME &&
skip             2274 Zend/zend_builtin_functions.c 		    skip->prev_execute_data->opline->opcode != ZEND_INCLUDE_OR_EVAL) {
skip             2275 Zend/zend_builtin_functions.c 			skip = skip->prev_execute_data;
skip             2278 Zend/zend_builtin_functions.c 		if (skip->op_array) {
skip             2279 Zend/zend_builtin_functions.c 			filename = skip->op_array->filename;
skip             2280 Zend/zend_builtin_functions.c 			lineno = skip->opline->lineno;
skip             2288 Zend/zend_builtin_functions.c 			zend_execute_data *prev = skip->prev_execute_data;
skip             2402 Zend/zend_builtin_functions.c 		ptr = skip->prev_execute_data;
skip               81 ext/dba/dba.c  	ZEND_ARG_INFO(0, skip)
skip              259 ext/dba/dba.c  	long skip = 0;  											\
skip              267 ext/dba/dba.c  		if (zend_parse_parameters(ac TSRMLS_CC, "zlr", &key, &skip, &id) == FAILURE) { \
skip             1013 ext/dba/dba.c  			if (skip < 0) {
skip             1015 ext/dba/dba.c  				skip = 0;
skip             1024 ext/dba/dba.c  			if (skip < -1) {
skip             1026 ext/dba/dba.c  				skip = 0;
skip             1030 ext/dba/dba.c  			skip = 0;			
skip             1033 ext/dba/dba.c  		skip = 0; 
skip             1035 ext/dba/dba.c  	if((val = info->hnd->fetch(info, key_str, key_len, skip, &len TSRMLS_CC)) != NULL) {
skip              160 ext/dba/dba_cdb.c 		while(skip--) {
skip               74 ext/dba/dba_inifile.c 	ini_val = inifile_fetch(dba, &ini_key, skip TSRMLS_CC);
skip              245 ext/dba/libinifile/inifile.c val_type inifile_fetch(inifile *dba, const key_type *key, int skip TSRMLS_DC) {
skip              250 ext/dba/libinifile/inifile.c 	if (skip == -1 && dba->next.key.group && dba->next.key.name && !inifile_key_cmp(&dba->next.key, key TSRMLS_CC)) {
skip              259 ext/dba/libinifile/inifile.c 	if (skip == -1) {
skip              260 ext/dba/libinifile/inifile.c 		skip = 0;
skip              264 ext/dba/libinifile/inifile.c 			if (!skip) {
skip              272 ext/dba/libinifile/inifile.c 			skip--;
skip               48 ext/dba/libinifile/inifile.h val_type inifile_fetch(inifile *dba, const key_type *key, int skip TSRMLS_DC);
skip               98 ext/dba/php_dba.h 	char *dba_fetch_##x(dba_info *info, char *key, int keylen, int skip, int *newlen TSRMLS_DC)
skip             1931 ext/gd/libgd/gd.c 			goto skip;
skip             1949 ext/gd/libgd/gd.c skip:			for (x++; x<=x2 && (gdImageGetPixel(im, x, y)!=oc); x++);
skip             2001 ext/gd/libgd/gd.c 			goto skip;
skip             2021 ext/gd/libgd/gd.c skip:		for(x++; x<=x2 && (pts[y][x] || gdImageGetPixel(im,x, y)!=oc); x++);
skip             3903 ext/mbstring/oniguruma/regcomp.c 	    UChar skip[], int** int_skip)
skip             3909 ext/mbstring/oniguruma/regcomp.c     for (i = 0; i < ONIG_CHAR_TABLE_SIZE; i++) skip[i] = len;
skip             3912 ext/mbstring/oniguruma/regcomp.c       skip[s[i]] = len - 1 - i;
skip             2881 ext/mbstring/oniguruma/regexec.c   int skip, tlen1;
skip             2904 ext/mbstring/oniguruma/regexec.c       skip = reg->map[*se];
skip             2908 ext/mbstring/oniguruma/regexec.c       } while ((s - t) < skip && s < end);
skip             2919 ext/mbstring/oniguruma/regexec.c       skip = reg->int_map[*se];
skip             2923 ext/mbstring/oniguruma/regexec.c       } while ((s - t) < skip && s < end);
skip             2970 ext/mbstring/oniguruma/regexec.c 		     int** skip)
skip             2975 ext/mbstring/oniguruma/regexec.c   if (IS_NULL(*skip)) {
skip             2976 ext/mbstring/oniguruma/regexec.c     *skip = (int* )xmalloc(sizeof(int) * ONIG_CHAR_TABLE_SIZE);
skip             2977 ext/mbstring/oniguruma/regexec.c     if (IS_NULL(*skip)) return ONIGERR_MEMORY;
skip             2982 ext/mbstring/oniguruma/regexec.c     (*skip)[i] = len;
skip             2985 ext/mbstring/oniguruma/regexec.c     (*skip)[s[i]] = i;
skip             3240 ext/mbstring/oniguruma/regexec.c 				    int** skip));
skip              822 ext/mbstring/ucgendat/ucgendat.c     ac_uint4 i, lineno, skip, code, ccl_code;
skip              826 ext/mbstring/ucgendat/ucgendat.c     lineno = skip = 0;
skip              840 ext/mbstring/ucgendat/ucgendat.c         if (skip) {
skip              841 ext/mbstring/ucgendat/ucgendat.c             skip--;
skip              875 ext/mbstring/ucgendat/ucgendat.c 	    skip = 1;
skip              888 ext/mbstring/ucgendat/ucgendat.c             skip = 1;
skip              901 ext/mbstring/ucgendat/ucgendat.c             skip = 1;
skip              909 ext/mbstring/ucgendat/ucgendat.c             skip = 5;
skip              916 ext/mbstring/ucgendat/ucgendat.c             skip = 1;
skip              929 ext/mbstring/ucgendat/ucgendat.c             skip = 1;
skip              937 ext/mbstring/ucgendat/ucgendat.c 	    skip = 1;
skip              942 ext/mbstring/ucgendat/ucgendat.c 	    skip = 1;
skip              948 ext/mbstring/ucgendat/ucgendat.c 	    skip = 1;
skip              952 ext/mbstring/ucgendat/ucgendat.c         if (skip)
skip              354 ext/oci8/oci8.c 	ZEND_ARG_INFO(0, skip)
skip             1395 ext/oci8/oci8_interface.c 	long rows = 0, flags = 0, skip = 0, maxrows = -1;
skip             1397 ext/oci8/oci8_interface.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rz/|lll", &z_statement, &array, &skip, &maxrows, &flags) == FAILURE) {
skip             1406 ext/oci8/oci8_interface.c 	while (skip--) {
skip             7000 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *skip;
skip             7114 ext/pcre/pcrelib/pcre_jit_compile.c       skip = JUMP(SLJIT_JUMP);
skip             7128 ext/pcre/pcrelib/pcre_jit_compile.c       JUMPHERE(skip);
skip             1855 ext/pdo/pdo_stmt.c int pdo_stmt_setup_fetch_mode(INTERNAL_FUNCTION_PARAMETERS, pdo_stmt_t *stmt, int skip)
skip             1858 ext/pdo/pdo_stmt.c 	int flags = 0, argc = ZEND_NUM_ARGS() - skip;
skip             1887 ext/pdo/pdo_stmt.c 		if (Z_TYPE_PP(args[skip]) != IS_LONG) {
skip             1891 ext/pdo/pdo_stmt.c 			mode = Z_LVAL_PP(args[skip]);
skip             1925 ext/pdo/pdo_stmt.c 			} else	if (Z_TYPE_PP(args[skip+1]) != IS_LONG) {
skip             1928 ext/pdo/pdo_stmt.c 				stmt->fetch.column = Z_LVAL_PP(args[skip+1]);
skip             1947 ext/pdo/pdo_stmt.c 				} else if (Z_TYPE_PP(args[skip+1]) != IS_STRING) {
skip             1950 ext/pdo/pdo_stmt.c 					retval = zend_lookup_class(Z_STRVAL_PP(args[skip+1]),
skip             1951 ext/pdo/pdo_stmt.c 						Z_STRLEN_PP(args[skip+1]), &cep TSRMLS_CC);
skip             1967 ext/pdo/pdo_stmt.c 					if (Z_TYPE_PP(args[skip+2]) != IS_NULL && Z_TYPE_PP(args[skip+2]) != IS_ARRAY) {
skip             1970 ext/pdo/pdo_stmt.c 					} else if (Z_TYPE_PP(args[skip+2]) == IS_ARRAY && zend_hash_num_elements(Z_ARRVAL_PP(args[skip+2]))) {
skip             1972 ext/pdo/pdo_stmt.c 						*stmt->fetch.cls.ctor_args = **args[skip+2];
skip             1987 ext/pdo/pdo_stmt.c 			} else if (Z_TYPE_PP(args[skip+1]) != IS_OBJECT) {
skip             2002 ext/pdo/pdo_stmt.c 				Z_OBJ_HANDLE_P(stmt->fetch.into) = Z_OBJ_HANDLE_PP(args[skip+1]);
skip             2003 ext/pdo/pdo_stmt.c 				Z_OBJ_HT_P(stmt->fetch.into) = Z_OBJ_HT_PP(args[skip+1]);
skip             1042 ext/session/session.c 				goto skip;
skip             1059 ext/session/session.c skip:
skip              565 ext/spl/php_spl.c 			goto skip;
skip              613 ext/spl/php_spl.c skip:
skip               42 ext/zip/lib/zip_source_window.c     zip_uint64_t skip;
skip               68 ext/zip/lib/zip_source_window.c     ctx->skip = start;
skip               90 ext/zip/lib/zip_source_window.c 	for (n=0; n<ctx->skip; n+=(zip_uint64_t)ret) {
skip               91 ext/zip/lib/zip_source_window.c 	    i = (ctx->skip-n > sizeof(b) ? sizeof(b) : ctx->skip-n);
skip             1598 sapi/litespeed/lsapilib.c     int skip = 0;
skip             1618 sapi/litespeed/lsapilib.c     if ( (len - skip) < pReq->m_pRespBufEnd - pReq->m_pRespBufPos )
skip             1620 sapi/litespeed/lsapilib.c         memmove( pReq->m_pRespBufPos, pBuf + skip, len - skip );
skip             1621 sapi/litespeed/lsapilib.c         pReq->m_pRespBufPos += len - skip;
skip             1627 sapi/litespeed/lsapilib.c     p       = pBuf + skip;