ptype             470 TSRM/tsrm_win32.c 	char *ptype = (char *)type;
ptype             486 TSRM/tsrm_win32.c 		if (!(*ptype == 'r' || *ptype == 'w' || *ptype == 'b' || *ptype == 't')) {
ptype             489 TSRM/tsrm_win32.c 		ptype++;
ptype            2827 ext/pcre/pcrelib/pcre_compile.c check_char_prop(pcre_uint32 c, unsigned int ptype, unsigned int pdata,
ptype            2833 ext/pcre/pcrelib/pcre_compile.c switch(ptype)
ptype            5016 ext/pcre/pcrelib/pcre_compile.c           unsigned int ptype = 0;
ptype            5035 ext/pcre/pcrelib/pcre_compile.c             ptype = PT_PXGRAPH;
ptype            5038 ext/pcre/pcrelib/pcre_compile.c             if (ptype == 0) ptype = PT_PXPRINT;
ptype            5041 ext/pcre/pcrelib/pcre_compile.c             if (ptype == 0) ptype = PT_PXPUNCT;
ptype            5043 ext/pcre/pcrelib/pcre_compile.c             *class_uchardata++ = ptype;
ptype            5237 ext/pcre/pcrelib/pcre_compile.c               unsigned int ptype = 0, pdata = 0;
ptype            5238 ext/pcre/pcrelib/pcre_compile.c               if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
ptype            5242 ext/pcre/pcrelib/pcre_compile.c               *class_uchardata++ = ptype;
ptype            8028 ext/pcre/pcrelib/pcre_compile.c         unsigned int ptype = 0, pdata = 0;
ptype            8029 ext/pcre/pcrelib/pcre_compile.c         if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
ptype            8034 ext/pcre/pcrelib/pcre_compile.c         *code++ = ptype;
ptype            2446 ext/soap/php_sdl.c 	sdlTypePtr *ptype;
ptype            2474 ext/soap/php_sdl.c 			if (zend_hash_find(ptr_map, (char*)&pheader->element, sizeof(sdlTypePtr), (void**)&ptype) == FAILURE) {
ptype            2477 ext/soap/php_sdl.c 			pheader->element = *ptype;
ptype            2513 ext/soap/php_sdl.c 	sdlTypePtr *ptype;
ptype            2539 ext/soap/php_sdl.c 			if (zend_hash_find(ptr_map, (char*)&pparam->element, sizeof(sdlTypePtr), (void**)&ptype) == FAILURE) {
ptype            2542 ext/soap/php_sdl.c 			pparam->element = *ptype;
ptype            2726 ext/soap/php_sdl.c 	sdlTypePtr ptype = NULL;
ptype            2728 ext/soap/php_sdl.c 	ptype = malloc(sizeof(sdlType));
ptype            2729 ext/soap/php_sdl.c 	memset(ptype, 0, sizeof(sdlType));
ptype            2731 ext/soap/php_sdl.c 	*ptype = *type;
ptype            2733 ext/soap/php_sdl.c 	if (ptype->name) {
ptype            2734 ext/soap/php_sdl.c 		ptype->name = strdup(ptype->name);
ptype            2736 ext/soap/php_sdl.c 	if (ptype->namens) {
ptype            2737 ext/soap/php_sdl.c 		ptype->namens = strdup(ptype->namens);
ptype            2739 ext/soap/php_sdl.c 	if (ptype->def) {
ptype            2740 ext/soap/php_sdl.c 		ptype->def = strdup(ptype->def);
ptype            2742 ext/soap/php_sdl.c 	if (ptype->fixed) {
ptype            2743 ext/soap/php_sdl.c 		ptype->fixed = strdup(ptype->fixed);
ptype            2745 ext/soap/php_sdl.c 	if (ptype->ref) {
ptype            2746 ext/soap/php_sdl.c 		ptype->ref = strdup(ptype->ref);
ptype            2750 ext/soap/php_sdl.c 	if (ptype->encode) {
ptype            2751 ext/soap/php_sdl.c 		make_persistent_sdl_encoder_ref(&ptype->encode, ptr_map, bp_encoders);
ptype            2754 ext/soap/php_sdl.c 	if (ptype->restrictions) {
ptype            2755 ext/soap/php_sdl.c 		ptype->restrictions = malloc(sizeof(sdlRestrictions));
ptype            2756 ext/soap/php_sdl.c 		memset(ptype->restrictions, 0, sizeof(sdlRestrictions));
ptype            2757 ext/soap/php_sdl.c 		*ptype->restrictions = *type->restrictions;
ptype            2759 ext/soap/php_sdl.c 		if (ptype->restrictions->minExclusive) {
ptype            2760 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->minExclusive);
ptype            2762 ext/soap/php_sdl.c 		if (ptype->restrictions->maxExclusive) {
ptype            2763 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxExclusive);
ptype            2765 ext/soap/php_sdl.c 		if (ptype->restrictions->minInclusive) {
ptype            2766 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->minInclusive);
ptype            2768 ext/soap/php_sdl.c 		if (ptype->restrictions->maxInclusive) {
ptype            2769 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxInclusive);
ptype            2771 ext/soap/php_sdl.c 		if (ptype->restrictions->totalDigits) {
ptype            2772 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->totalDigits);
ptype            2774 ext/soap/php_sdl.c 		if (ptype->restrictions->fractionDigits) {
ptype            2775 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->fractionDigits);
ptype            2777 ext/soap/php_sdl.c 		if (ptype->restrictions->length) {
ptype            2778 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->length);
ptype            2780 ext/soap/php_sdl.c 		if (ptype->restrictions->minLength) {
ptype            2781 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->minLength);
ptype            2783 ext/soap/php_sdl.c 		if (ptype->restrictions->maxLength) {
ptype            2784 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxLength);
ptype            2786 ext/soap/php_sdl.c 		if (ptype->restrictions->whiteSpace) {
ptype            2787 ext/soap/php_sdl.c 			make_persistent_restriction_char(&ptype->restrictions->whiteSpace);
ptype            2789 ext/soap/php_sdl.c 		if (ptype->restrictions->pattern) {
ptype            2790 ext/soap/php_sdl.c 			make_persistent_restriction_char(&ptype->restrictions->pattern);
ptype            2796 ext/soap/php_sdl.c 			ptype->restrictions->enumeration = malloc(sizeof(HashTable));
ptype            2797 ext/soap/php_sdl.c 			zend_hash_init(ptype->restrictions->enumeration, zend_hash_num_elements(type->restrictions->enumeration), NULL, delete_restriction_var_char_persistent, 1);
ptype            2798 ext/soap/php_sdl.c 			zend_hash_copy(ptype->restrictions->enumeration, type->restrictions->enumeration, make_persistent_restriction_char, (void*)&tmp, sizeof(sdlRestrictionCharPtr));
ptype            2802 ext/soap/php_sdl.c 	if (ptype->elements) {
ptype            2805 ext/soap/php_sdl.c 		ptype->elements = malloc(sizeof(HashTable));
ptype            2806 ext/soap/php_sdl.c 		zend_hash_init(ptype->elements, zend_hash_num_elements(type->elements), NULL, delete_type_persistent, 1);
ptype            2812 ext/soap/php_sdl.c 				zend_hash_add(ptype->elements, key, key_len, (void*)&pelem, sizeof(sdlTypePtr), NULL);
ptype            2814 ext/soap/php_sdl.c 				zend_hash_next_index_insert(ptype->elements, (void*)&pelem, sizeof(sdlTypePtr), NULL);
ptype            2821 ext/soap/php_sdl.c 	if (ptype->attributes) {
ptype            2824 ext/soap/php_sdl.c 		ptype->attributes = malloc(sizeof(HashTable));
ptype            2825 ext/soap/php_sdl.c 		zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute_persistent, 1);
ptype            2831 ext/soap/php_sdl.c 				zend_hash_add(ptype->attributes, key, key_len, (void*)&pattr, sizeof(sdlAttributePtr), NULL);
ptype            2833 ext/soap/php_sdl.c 				zend_hash_next_index_insert(ptype->attributes, (void*)&pattr, sizeof(sdlAttributePtr), NULL);
ptype            2840 ext/soap/php_sdl.c 		ptype->model = make_persistent_sdl_model(ptype->model, ptr_map, bp_types, bp_encoders);
ptype            2843 ext/soap/php_sdl.c 	return ptype;
ptype            2977 ext/soap/php_sdl.c 		sdlTypePtr ptype;
ptype            2984 ext/soap/php_sdl.c 			ptype = make_persistent_sdl_type(*tmp, &ptr_map, &bp_types, &bp_encoders);
ptype            2986 ext/soap/php_sdl.c 				zend_hash_add(psdl->groups, key, key_len, (void*)&ptype, sizeof(sdlTypePtr), NULL);
ptype            2988 ext/soap/php_sdl.c 				zend_hash_next_index_insert(psdl->groups, (void*)&ptype, sizeof(sdlTypePtr), NULL);
ptype            2990 ext/soap/php_sdl.c 			zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&ptype, sizeof(sdlTypePtr), NULL);
ptype            2997 ext/soap/php_sdl.c 		sdlTypePtr ptype;
ptype            3004 ext/soap/php_sdl.c 			ptype = make_persistent_sdl_type(*tmp, &ptr_map, &bp_types, &bp_encoders);
ptype            3006 ext/soap/php_sdl.c 				zend_hash_add(psdl->types, key, key_len, (void*)&ptype, sizeof(sdlTypePtr), NULL);
ptype            3008 ext/soap/php_sdl.c 				zend_hash_next_index_insert(psdl->types, (void*)&ptype, sizeof(sdlTypePtr), NULL);
ptype            3010 ext/soap/php_sdl.c 			zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&ptype, sizeof(sdlTypePtr), NULL);
ptype            3017 ext/soap/php_sdl.c 		sdlTypePtr ptype;
ptype            3024 ext/soap/php_sdl.c 			ptype = make_persistent_sdl_type(*tmp, &ptr_map, &bp_types, &bp_encoders);
ptype            3026 ext/soap/php_sdl.c 				zend_hash_add(psdl->elements, key, key_len, (void*)&ptype, sizeof(sdlTypePtr), NULL);
ptype            3028 ext/soap/php_sdl.c 				zend_hash_next_index_insert(psdl->elements, (void*)&ptype, sizeof(sdlTypePtr), NULL);
ptype            3030 ext/soap/php_sdl.c 			zend_hash_add(&ptr_map, (char*)tmp, sizeof(*tmp), (void*)&ptype, sizeof(sdlTypePtr), NULL);
ptype            3057 ext/soap/php_sdl.c 		sdlTypePtr **tmp, *ptype = NULL;
ptype            3061 ext/soap/php_sdl.c 			if (zend_hash_find(&ptr_map, (char*)(*tmp), sizeof(**tmp), (void**)&ptype) == FAILURE) {
ptype            3064 ext/soap/php_sdl.c 			**tmp = *ptype;
ptype             349 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c          const char* ptype = !strcmp(el->name, "value") ? type : basetype;
ptype             350 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c          if(ptype) {
ptype             352 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c                (!strcmp(ptype, "array") || !strcmp(ptype, "struct") || !strcmp(ptype, "mixed"))) {
ptype             364 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c             xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), optional, def, xSubList);