stub              496 Zend/zend_object_handlers.c 	zend_long stub, *guard;
stub              512 Zend/zend_object_handlers.c 	stub = 0;
stub              513 Zend/zend_object_handlers.c 	return (zend_long *)zend_hash_add_mem(guards, member, &stub, sizeof(zend_ulong));
stub             2549 ext/iconv/iconv.c 	char stub[128];
stub             2625 ext/iconv/iconv.c 		pt = self->stub;
stub             2639 ext/iconv/iconv.c 								if (self->stub_len >= sizeof(self->stub)) {
stub             2643 ext/iconv/iconv.c 								self->stub[self->stub_len++] = *(ps++);
stub             2645 ext/iconv/iconv.c 								pt = self->stub;
stub             2702 ext/iconv/iconv.c 		memmove(self->stub, pt, tcnt);
stub             2717 ext/iconv/iconv.c 						if (icnt > sizeof(self->stub)) {
stub             2721 ext/iconv/iconv.c 						memcpy(self->stub, ps, icnt);
stub              550 ext/phar/phar.c 		phar_entry_info *stub;
stub              557 ext/phar/phar.c 		phar_entry_info *stub;
stub              568 ext/phar/phar.c 				if (PHAR_G(readonly) && NULL == (stub = zend_hash_str_find_ptr(&(phar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1))) {
stub             1285 ext/phar/phar.c 			phar_entry_info *stub;
stub             1286 ext/phar/phar.c 			if (NULL == (stub = zend_hash_str_find_ptr(&((*test)->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1))) {
stub              938 ext/phar/phar_object.c 	zend_string *stub;
stub              945 ext/phar/phar_object.c 	stub = phar_create_default_stub(index, webindex, &error);
stub              952 ext/phar/phar_object.c 	RETURN_NEW_STR(stub);
stub             2838 ext/phar/phar_object.c 	char *stub, *error;
stub             2882 ext/phar/phar_object.c 	} else if (zend_parse_parameters(ZEND_NUM_ARGS(), "s", &stub, &stub_len) == SUCCESS) {
stub             2887 ext/phar/phar_object.c 		phar_flush(phar_obj->archive, stub, stub_len, 0, &error);
stub             2917 ext/phar/phar_object.c 	zend_string *stub = NULL;
stub             2949 ext/phar/phar_object.c 		stub = phar_create_default_stub(index, webindex, &error);
stub             2954 ext/phar/phar_object.c 			if (stub) {
stub             2955 ext/phar/phar_object.c 				zend_string_free(stub);
stub             2967 ext/phar/phar_object.c 	phar_flush(phar_obj->archive, stub ? ZSTR_VAL(stub) : 0, stub ? ZSTR_LEN(stub) : 0, 1, &error);
stub             2970 ext/phar/phar_object.c 		zend_string_free(stub);
stub             3858 ext/phar/phar_object.c 	phar_entry_info *stub;
stub             3868 ext/phar/phar_object.c 		if (NULL != (stub = zend_hash_str_find_ptr(&(phar_obj->archive->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1))) {
stub             3869 ext/phar/phar_object.c 			if (phar_obj->archive->fp && !phar_obj->archive->is_brandnew && !(stub->flags & PHAR_ENT_COMPRESSION_MASK)) {
stub             3876 ext/phar/phar_object.c 				if (stub->flags & PHAR_ENT_COMPRESSION_MASK) {
stub             3879 ext/phar/phar_object.c 					if ((filter_name = phar_decompress_filter(stub, 0)) != NULL) {
stub             3885 ext/phar/phar_object.c 						zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0, "phar error: unable to read stub of phar \"%s\" (cannot create %s filter)", phar_obj->archive->fname, phar_decompress_filter(stub, 1));
stub             3898 ext/phar/phar_object.c 			php_stream_seek(fp, stub->offset_abs, SEEK_SET);
stub             3899 ext/phar/phar_object.c 			len = stub->uncompressed_filesize;
stub             1203 ext/standard/filters.c 	char stub[128];
stub             1495 ext/standard/filters.c 		pt = inst->stub;
stub             1509 ext/standard/filters.c 							if (inst->stub_len >= sizeof(inst->stub)) {
stub             1513 ext/standard/filters.c 							inst->stub[inst->stub_len++] = *(ps++);
stub             1515 ext/standard/filters.c 							pt = inst->stub;
stub             1572 ext/standard/filters.c 		memmove(inst->stub, pt, tcnt);
stub             1586 ext/standard/filters.c 					if (icnt > sizeof(inst->stub)) {
stub             1590 ext/standard/filters.c 					memcpy(inst->stub, ps, icnt);