ptype             471 TSRM/tsrm_win32.c 	char *ptype = (char *)type;
ptype             487 TSRM/tsrm_win32.c 		if (!(*ptype == 'r' || *ptype == 'w' || *ptype == 'b' || *ptype == 't')) {
ptype             490 TSRM/tsrm_win32.c 		ptype++;
ptype            2825 ext/pcre/pcrelib/pcre_compile.c check_char_prop(pcre_uint32 c, unsigned int ptype, unsigned int pdata,
ptype            2831 ext/pcre/pcrelib/pcre_compile.c switch(ptype)
ptype            5014 ext/pcre/pcrelib/pcre_compile.c           unsigned int ptype = 0;
ptype            5033 ext/pcre/pcrelib/pcre_compile.c             ptype = PT_PXGRAPH;
ptype            5036 ext/pcre/pcrelib/pcre_compile.c             if (ptype == 0) ptype = PT_PXPRINT;
ptype            5039 ext/pcre/pcrelib/pcre_compile.c             if (ptype == 0) ptype = PT_PXPUNCT;
ptype            5041 ext/pcre/pcrelib/pcre_compile.c             *class_uchardata++ = ptype;
ptype            5235 ext/pcre/pcrelib/pcre_compile.c               unsigned int ptype = 0, pdata = 0;
ptype            5236 ext/pcre/pcrelib/pcre_compile.c               if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
ptype            5240 ext/pcre/pcrelib/pcre_compile.c               *class_uchardata++ = ptype;
ptype            8026 ext/pcre/pcrelib/pcre_compile.c         unsigned int ptype = 0, pdata = 0;
ptype            8027 ext/pcre/pcrelib/pcre_compile.c         if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
ptype            8032 ext/pcre/pcrelib/pcre_compile.c         *code++ = ptype;
ptype             234 ext/pcre/pcrelib/pcre_printint.c get_ucpname(unsigned int ptype, unsigned int pvalue)
ptype             240 ext/pcre/pcrelib/pcre_printint.c   if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break;
ptype             245 ext/pcre/pcrelib/pcre_printint.c ptype = ptype * pvalue;
ptype             246 ext/pcre/pcrelib/pcre_printint.c return (ptype == pvalue)? "??" : "??";
ptype             722 ext/pcre/pcrelib/pcre_printint.c               unsigned int ptype = *ccode++;
ptype             725 ext/pcre/pcrelib/pcre_printint.c               switch(ptype)
ptype             741 ext/pcre/pcrelib/pcre_printint.c                   get_ucpname(ptype, pvalue));
ptype            2440 ext/soap/php_sdl.c 	sdlTypePtr ptype;
ptype            2465 ext/soap/php_sdl.c 			if ((ptype = zend_hash_str_find_ptr(ptr_map, (char*)&pheader->element, sizeof(sdlTypePtr))) == NULL) {
ptype            2468 ext/soap/php_sdl.c 			pheader->element = ptype;
ptype            2503 ext/soap/php_sdl.c 	sdlTypePtr ptype;
ptype            2526 ext/soap/php_sdl.c 			if ((ptype = zend_hash_str_find_ptr(ptr_map, (char*)&pparam->element, sizeof(sdlTypePtr))) == NULL) {
ptype            2529 ext/soap/php_sdl.c 			pparam->element = ptype;
ptype            2699 ext/soap/php_sdl.c 	sdlTypePtr ptype = NULL;
ptype            2701 ext/soap/php_sdl.c 	ptype = malloc(sizeof(sdlType));
ptype            2702 ext/soap/php_sdl.c 	memset(ptype, 0, sizeof(sdlType));
ptype            2704 ext/soap/php_sdl.c 	*ptype = *type;
ptype            2706 ext/soap/php_sdl.c 	if (ptype->name) {
ptype            2707 ext/soap/php_sdl.c 		ptype->name = strdup(ptype->name);
ptype            2709 ext/soap/php_sdl.c 	if (ptype->namens) {
ptype            2710 ext/soap/php_sdl.c 		ptype->namens = strdup(ptype->namens);
ptype            2712 ext/soap/php_sdl.c 	if (ptype->def) {
ptype            2713 ext/soap/php_sdl.c 		ptype->def = strdup(ptype->def);
ptype            2715 ext/soap/php_sdl.c 	if (ptype->fixed) {
ptype            2716 ext/soap/php_sdl.c 		ptype->fixed = strdup(ptype->fixed);
ptype            2718 ext/soap/php_sdl.c 	if (ptype->ref) {
ptype            2719 ext/soap/php_sdl.c 		ptype->ref = strdup(ptype->ref);
ptype            2723 ext/soap/php_sdl.c 	if (ptype->encode) {
ptype            2724 ext/soap/php_sdl.c 		make_persistent_sdl_encoder_ref(&ptype->encode, ptr_map, bp_encoders);
ptype            2727 ext/soap/php_sdl.c 	if (ptype->restrictions) {
ptype            2728 ext/soap/php_sdl.c 		ptype->restrictions = malloc(sizeof(sdlRestrictions));
ptype            2729 ext/soap/php_sdl.c 		memset(ptype->restrictions, 0, sizeof(sdlRestrictions));
ptype            2730 ext/soap/php_sdl.c 		*ptype->restrictions = *type->restrictions;
ptype            2732 ext/soap/php_sdl.c 		if (ptype->restrictions->minExclusive) {
ptype            2733 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->minExclusive);
ptype            2735 ext/soap/php_sdl.c 		if (ptype->restrictions->maxExclusive) {
ptype            2736 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxExclusive);
ptype            2738 ext/soap/php_sdl.c 		if (ptype->restrictions->minInclusive) {
ptype            2739 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->minInclusive);
ptype            2741 ext/soap/php_sdl.c 		if (ptype->restrictions->maxInclusive) {
ptype            2742 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxInclusive);
ptype            2744 ext/soap/php_sdl.c 		if (ptype->restrictions->totalDigits) {
ptype            2745 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->totalDigits);
ptype            2747 ext/soap/php_sdl.c 		if (ptype->restrictions->fractionDigits) {
ptype            2748 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->fractionDigits);
ptype            2750 ext/soap/php_sdl.c 		if (ptype->restrictions->length) {
ptype            2751 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->length);
ptype            2753 ext/soap/php_sdl.c 		if (ptype->restrictions->minLength) {
ptype            2754 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->minLength);
ptype            2756 ext/soap/php_sdl.c 		if (ptype->restrictions->maxLength) {
ptype            2757 ext/soap/php_sdl.c 			make_persistent_restriction_int(&ptype->restrictions->maxLength);
ptype            2759 ext/soap/php_sdl.c 		if (ptype->restrictions->whiteSpace) {
ptype            2760 ext/soap/php_sdl.c 			make_persistent_restriction_char_int(&ptype->restrictions->whiteSpace);
ptype            2762 ext/soap/php_sdl.c 		if (ptype->restrictions->pattern) {
ptype            2763 ext/soap/php_sdl.c 			make_persistent_restriction_char_int(&ptype->restrictions->pattern);
ptype            2767 ext/soap/php_sdl.c 			ptype->restrictions->enumeration = malloc(sizeof(HashTable));
ptype            2768 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            2769 ext/soap/php_sdl.c 			zend_hash_copy(ptype->restrictions->enumeration, type->restrictions->enumeration, make_persistent_restriction_char);
ptype            2773 ext/soap/php_sdl.c 	if (ptype->elements) {
ptype            2776 ext/soap/php_sdl.c 		ptype->elements = malloc(sizeof(HashTable));
ptype            2777 ext/soap/php_sdl.c 		zend_hash_init(ptype->elements, zend_hash_num_elements(type->elements), NULL, delete_type_persistent, 1);
ptype            2783 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(ptype->elements, ZSTR_VAL(key), ZSTR_LEN(key), pelem);
ptype            2785 ext/soap/php_sdl.c 				zend_hash_next_index_insert_ptr(ptype->elements, pelem);
ptype            2791 ext/soap/php_sdl.c 	if (ptype->attributes) {
ptype            2794 ext/soap/php_sdl.c 		ptype->attributes = malloc(sizeof(HashTable));
ptype            2795 ext/soap/php_sdl.c 		zend_hash_init(ptype->attributes, zend_hash_num_elements(type->attributes), NULL, delete_attribute_persistent, 1);
ptype            2801 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(ptype->attributes, ZSTR_VAL(key), ZSTR_LEN(key), pattr);
ptype            2803 ext/soap/php_sdl.c 				zend_hash_next_index_insert_ptr(ptype->attributes, pattr);
ptype            2809 ext/soap/php_sdl.c 		ptype->model = make_persistent_sdl_model(ptype->model, ptr_map, bp_types, bp_encoders);
ptype            2812 ext/soap/php_sdl.c 	return ptype;
ptype            2944 ext/soap/php_sdl.c 		sdlTypePtr ptype;
ptype            2950 ext/soap/php_sdl.c 			ptype = make_persistent_sdl_type(tmp, &ptr_map, &bp_types, &bp_encoders);
ptype            2953 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(psdl->groups, ZSTR_VAL(key), ZSTR_LEN(key), ptype);
ptype            2955 ext/soap/php_sdl.c 				zend_hash_next_index_insert_ptr(psdl->groups, ptype);
ptype            2957 ext/soap/php_sdl.c 			zend_hash_str_add_ptr(&ptr_map, (char*)&tmp, sizeof(tmp), ptype);
ptype            2963 ext/soap/php_sdl.c 		sdlTypePtr ptype;
ptype            2969 ext/soap/php_sdl.c 			ptype = make_persistent_sdl_type(tmp, &ptr_map, &bp_types, &bp_encoders);
ptype            2972 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(psdl->types, ZSTR_VAL(key), ZSTR_LEN(key), ptype);
ptype            2974 ext/soap/php_sdl.c 				zend_hash_next_index_insert_ptr(psdl->types, ptype);
ptype            2976 ext/soap/php_sdl.c 			zend_hash_str_add_ptr(&ptr_map, (char*)&tmp, sizeof(tmp), ptype);
ptype            2982 ext/soap/php_sdl.c 		sdlTypePtr ptype;
ptype            2988 ext/soap/php_sdl.c 			ptype = make_persistent_sdl_type(tmp, &ptr_map, &bp_types, &bp_encoders);
ptype            2991 ext/soap/php_sdl.c 				zend_hash_str_add_ptr(psdl->elements, ZSTR_VAL(key), ZSTR_LEN(key), ptype);
ptype            2993 ext/soap/php_sdl.c 				zend_hash_next_index_insert_ptr(psdl->elements, ptype);
ptype            2995 ext/soap/php_sdl.c 			zend_hash_str_add_ptr(&ptr_map, (char*)&tmp, sizeof(tmp), ptype);
ptype            3020 ext/soap/php_sdl.c 		sdlTypePtr *tmp, ptype = NULL;
ptype            3023 ext/soap/php_sdl.c 			if ((ptype = zend_hash_str_find_ptr(&ptr_map, (char*)tmp, sizeof(*tmp))) == NULL) {
ptype            3026 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);