Home
last modified time | relevance | path

Searched refs:map (Results 26 – 50 of 61) sorted by relevance

123

/PHP-5.5/ext/openssl/
H A Dopenssl.mak44 MAP_FILE = $(FINAL_DIR)\$(MODULE_NAME).map
180 -@del "$(FINAL_DIR)\$(MODULE_NAME).map"
/PHP-5.5/ext/soap/
H A Dphp_encoding.h181 soapMappingPtr map; member
H A DTODO3 - make sure soapserver.map(), soap_encode_to_xml() and soap_encode_to_zval() are really need
H A Dphp_encoding.c632 if (type && type->map && type->map->to_xml) { in to_xml_user()
662 if (type && type->map && type->map->to_zval) { in to_zval_user()
3753 soapMappingPtr map = (soapMappingPtr)data; in delete_mapping() local
3755 if (map->to_xml) { in delete_mapping()
3756 zval_ptr_dtor(&map->to_xml); in delete_mapping()
3758 if (map->to_zval) { in delete_mapping()
3759 zval_ptr_dtor(&map->to_zval); in delete_mapping()
3761 efree(map); in delete_mapping()
3773 if (t->details.map) { in delete_encoder()
3774 delete_mapping(t->details.map); in delete_encoder()
[all …]
H A Dsoap.c1071 new_enc->details.map = emalloc(sizeof(soapMapping)); in soap_create_typemap()
1072 memset(new_enc->details.map, 0, sizeof(soapMapping)); in soap_create_typemap()
1075 new_enc->details.map->to_xml = to_xml; in soap_create_typemap()
1077 } else if (enc->details.map && enc->details.map->to_xml) { in soap_create_typemap()
1078 zval_add_ref(&enc->details.map->to_xml); in soap_create_typemap()
1079 new_enc->details.map->to_xml = enc->details.map->to_xml; in soap_create_typemap()
1083 new_enc->details.map->to_zval = to_zval; in soap_create_typemap()
1085 } else if (enc->details.map && enc->details.map->to_zval) { in soap_create_typemap()
1086 zval_add_ref(&enc->details.map->to_zval); in soap_create_typemap()
1087 new_enc->details.map->to_zval = enc->details.map->to_zval; in soap_create_typemap()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_zerofill.phpt73 We map those to PHP numeric types -
/PHP-5.5/ext/pdo/
H A DTODO29 transparently map BLOBs and CLOBs as PDO_PARAM_LOB.
H A Dpdo_sql_parser.re341 /* map number to name */
/PHP-5.5/ext/com_dotnet/
H A DREADME38 we only map a few native types to COM and vice-versa, leaving the more complex
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING325 8-word) bit map containing a 1 bit for every character that is acceptable. The
334 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any code points
339 this is a negative class, and XCL_MAP indicates that a bit map is present.
340 There follows the bit map, if XCL_MAP is set, and then a sequence of items
350 than 256, an XCL_RANGE item is used, without setting any bits in the bit map.
351 This means that if no other items in the class set bits in the map, a map is
/PHP-5.5/ext/mysql/
H A Dmysql.mak164 -@del "$(FINAL_DIR)\$(MODULE_NAME).map"
/PHP-5.5/ext/pgsql/
H A Dpgsql.mak165 -@del "$(FINAL_DIR)\$(MODULE_NAME).map"
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h353 void *map; /* internal resources used by entry */ member
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h321 extern int onig_renumber_name_table P_((regex_t* reg, GroupNumRemap* map));
H A Dregexec.c2904 skip = reg->map[*se]; in bm_search_notrev()
2951 s += reg->map[*s]; in bm_search()
3020 map_search(OnigEncoding enc, UChar map[], in map_search() argument
3026 if (map[*s]) return (UChar* )s; in map_search()
3034 map_search_backward(OnigEncoding enc, UChar map[], in map_search_backward() argument
3041 if (map[*s]) return (UChar* )s; in map_search_backward()
3154 p = map_search(reg->enc, reg->map, p, range); in forward_search_range()
3284 p = map_search_backward(reg->enc, reg->map, range, adjrange, p); in backward_search_range()
H A Doniguruma.h690 unsigned char map[ONIG_CHAR_TABLE_SIZE]; /* used as BM skip or char-map */ member
H A Dregparse.c533 i_renumber_name(UChar* key ARG_UNUSED, NameEntry* e, GroupNumRemap* map) in i_renumber_name() argument
539 e->back_refs[i] = map[e->back_refs[i]].new_val; in i_renumber_name()
543 e->back_ref1 = map[e->back_ref1].new_val; in i_renumber_name()
550 onig_renumber_name_table(regex_t* reg, GroupNumRemap* map) in onig_renumber_name_table() argument
555 onig_st_foreach(t, i_renumber_name, (HashDataType )map); in onig_renumber_name_table()
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt35 …ll have to open MS Access, create a database, then load that file in this Window to map it to a DSN
/PHP-5.5/ext/pdo/tests/
H A Dpdo_018.phpt132 // For Oracle map NULL to empty string so the test doesn't diff
/PHP-5.5/ext/opcache/
H A DREADME218 processes have to map shared memory into the same address space. This
/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-5.TXT28 # ISO/IEC 8859-5:1999 characters map into Unicode.
H A D8859-1.TXT28 # ISO/IEC 8859-1:1998 characters map into Unicode.
H A D8859-15.TXT29 # ISO/IEC 8859-15:1999 characters map into Unicode.
H A DKOI8-R.TXT28 # KOI8-R characters map into Unicode. The underlying document is the
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt5 $map = array(
1347 "↦",
2133 foreach ($map as $str) {
3481 ↦ => ↦ e286a6

Completed in 84 milliseconds

123