stub              422 Zend/zend_object_handlers.c 	zend_guard stub;
stub              446 Zend/zend_object_handlers.c 	stub.in_get = 0;
stub              447 Zend/zend_object_handlers.c 	stub.in_set = 0;
stub              448 Zend/zend_object_handlers.c 	stub.in_unset = 0;
stub              449 Zend/zend_object_handlers.c 	stub.in_isset = 0;
stub              450 Zend/zend_object_handlers.c 	return zend_hash_quick_add(zobj->guards, property_info->name, property_info->name_length+1, property_info->h, (void**)&stub, sizeof(stub), (void**) pguard);
stub             2573 ext/iconv/iconv.c 	char stub[128];
stub             2649 ext/iconv/iconv.c 		pt = self->stub;
stub             2663 ext/iconv/iconv.c 								if (self->stub_len >= sizeof(self->stub)) {
stub             2667 ext/iconv/iconv.c 								self->stub[self->stub_len++] = *(ps++);
stub             2669 ext/iconv/iconv.c 								pt = self->stub;
stub             2726 ext/iconv/iconv.c 		memmove(self->stub, pt, tcnt);
stub             2741 ext/iconv/iconv.c 						if (icnt > sizeof(self->stub)) {
stub             2745 ext/iconv/iconv.c 						memcpy(self->stub, ps, icnt);
stub              547 ext/phar/phar.c 		phar_entry_info *stub;
stub              554 ext/phar/phar.c 		phar_entry_info *stub;
stub              565 ext/phar/phar.c 				if (PHAR_G(readonly) && FAILURE == zend_hash_find(&(phar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1, (void **)&stub)) {
stub             1283 ext/phar/phar.c 			phar_entry_info *stub;
stub             1284 ext/phar/phar.c 			if (FAILURE == zend_hash_find(&((*test)->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1, (void **)&stub)) {
stub             2499 ext/phar/phar.c 	char *stub = NULL;
stub             2538 ext/phar/phar.c 	phar_get_stub(index_php, web_index, len, &stub, index_len+1, web_len+1 TSRMLS_CC);
stub             2539 ext/phar/phar.c 	return stub;
stub              959 ext/phar/phar_object.c 	char *index = NULL, *webindex = NULL, *stub, *error;
stub              967 ext/phar/phar_object.c 	stub = phar_create_default_stub(index, webindex, &stub_len, &error TSRMLS_CC);
stub              974 ext/phar/phar_object.c 	RETURN_STRINGL(stub, stub_len, 0);
stub             2881 ext/phar/phar_object.c 	char *stub, *error;
stub             2925 ext/phar/phar_object.c 	} else if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &stub, &stub_len) == SUCCESS) {
stub             2930 ext/phar/phar_object.c 		phar_flush(phar_obj->arc.archive, stub, stub_len, 0, &error TSRMLS_CC);
stub             2959 ext/phar/phar_object.c 	char *index = NULL, *webindex = NULL, *error = NULL, *stub = NULL;
stub             2991 ext/phar/phar_object.c 		stub = phar_create_default_stub(index, webindex, &stub_len, &error TSRMLS_CC);
stub             2996 ext/phar/phar_object.c 			if (stub) {
stub             2997 ext/phar/phar_object.c 				efree(stub);
stub             3009 ext/phar/phar_object.c 	phar_flush(phar_obj->arc.archive, stub, stub_len, 1, &error TSRMLS_CC);
stub             3012 ext/phar/phar_object.c 		efree(stub);
stub             3908 ext/phar/phar_object.c 	phar_entry_info *stub;
stub             3918 ext/phar/phar_object.c 		if (SUCCESS == zend_hash_find(&(phar_obj->arc.archive->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1, (void **)&stub)) {
stub             3919 ext/phar/phar_object.c 			if (phar_obj->arc.archive->fp && !phar_obj->arc.archive->is_brandnew && !(stub->flags & PHAR_ENT_COMPRESSION_MASK)) {
stub             3926 ext/phar/phar_object.c 				if (stub->flags & PHAR_ENT_COMPRESSION_MASK) {
stub             3929 ext/phar/phar_object.c 					if ((filter_name = phar_decompress_filter(stub, 0)) != NULL) {
stub             3935 ext/phar/phar_object.c 						zend_throw_exception_ex(spl_ce_UnexpectedValueException, 0 TSRMLS_CC, "phar error: unable to read stub of phar \"%s\" (cannot create %s filter)", phar_obj->arc.archive->fname, phar_decompress_filter(stub, 1));
stub             3948 ext/phar/phar_object.c 			php_stream_seek(fp, stub->offset_abs, SEEK_SET);
stub             3949 ext/phar/phar_object.c 			len = stub->uncompressed_filesize;
stub               21 ext/phar/stub.h static inline void phar_get_stub(const char *index_php, const char *web, size_t *len, char **stub, const int name_len, const int web_len TSRMLS_DC)
stub               33 ext/phar/stub.h 	*len = spprintf(stub, name_len + web_len + newstub_len, "%s%s%s%s%s%s%d%s%s%s", newstub0, web, newstub1_0, newstub1_1, index_php, newstub2, name_len + web_len + newstub_len, newstub3_0, newstub3_1, newstub3_2);
stub             1212 ext/standard/filters.c 	char stub[128];
stub             1571 ext/standard/filters.c 		pt = inst->stub;
stub             1585 ext/standard/filters.c 							if (inst->stub_len >= sizeof(inst->stub)) {
stub             1589 ext/standard/filters.c 							inst->stub[inst->stub_len++] = *(ps++);
stub             1591 ext/standard/filters.c 							pt = inst->stub;
stub             1648 ext/standard/filters.c 		memmove(inst->stub, pt, tcnt);
stub             1662 ext/standard/filters.c 					if (icnt > sizeof(inst->stub)) {
stub             1666 ext/standard/filters.c 					memcpy(inst->stub, ps, icnt);