/PHP-5.3/ext/standard/ |
H A D | formatted_print.c | 58 php_sprintf_appendchar(char **buffer, int *pos, int *size, char add TSRMLS_DC) in php_sprintf_appendchar() 72 php_sprintf_appendstring(char **buffer, int *pos, int *size, char *add, in php_sprintf_appendstring() 132 php_sprintf_appendint(char **buffer, int *pos, int *size, long number, in php_sprintf_appendint() 176 php_sprintf_appenduint(char **buffer, int *pos, int *size, in php_sprintf_appenduint() 208 php_sprintf_appenddouble(char **buffer, int *pos, in php_sprintf_appenddouble() 299 php_sprintf_append2n(char **buffer, int *pos, int *size, long number, in php_sprintf_append2n() 330 php_sprintf_getnumber(char *buffer, int *pos) in php_sprintf_getnumber()
|
H A D | array.c | 281 HashPosition pos; in php_count_recursive() local 1321 HashPosition pos; in PHP_FUNCTION() local 1578 HashPosition pos; in PHP_FUNCTION() local 2242 HashPosition pos; in php_array_merge() local 2305 HashPosition pos; in php_array_replace_recursive() local 2444 HashPosition pos; in PHP_FUNCTION() local 2499 HashPosition pos; in PHP_FUNCTION() local 2526 HashPosition pos; in PHP_FUNCTION() local 2576 HashPosition pos; in PHP_FUNCTION() local 2687 HashPosition pos; in PHP_FUNCTION() local [all …]
|
/PHP-5.3/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_memory_device.h | 42 int pos; member 49 int pos; member
|
/PHP-5.3/Zend/ |
H A D | zend_llist.c | 260 ZEND_API void *zend_llist_get_first_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_first_ex() 273 ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_last_ex() 286 ZEND_API void *zend_llist_get_next_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_next_ex() 300 ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_prev_ex()
|
H A D | zend_hash.c | 1056 ZEND_API void zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_reset_ex() 1070 ZEND_API void zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_end_ex() 1081 ZEND_API int zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_forward_ex() 1094 ZEND_API int zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_backwards_ex() 1109 … *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos) in zend_hash_get_current_key_ex() 1137 ZEND_API int zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos) in zend_hash_get_current_key_type_ex() 1156 ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosition *pos) in zend_hash_get_current_data_ex() 1175 …int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *pos) in zend_hash_update_current_key_ex()
|
H A D | zend_static_allocator.h | 33 char *pos; member
|
/PHP-5.3/ext/curl/ |
H A D | multi.c | 218 zend_llist_position pos; in PHP_FUNCTION() local 290 zend_llist_position pos; in PHP_FUNCTION() local 343 zend_llist_position pos; in _php_curl_multi_close() local
|
/PHP-5.3/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_htmlent.c | 181 int pos, ent = 0; in mbfl_filt_conv_html_dec() local 290 int status, pos = 0; in mbfl_filt_conv_html_dec_flush() local
|
/PHP-5.3/ext/json/ |
H A D | json.c | 144 HashPosition pos; in json_determine_array_type() local 202 HashPosition pos; in json_encode_array() local 281 int pos = 0; in json_escape_string() local
|
/PHP-5.3/ext/intl/grapheme/ |
H A D | grapheme_util.c | 159 int ret_pos, pos; in grapheme_strrpos_utf16() local 401 int ret_len, pos; in grapheme_split_string() local 439 int pos = 0; in grapheme_count_graphemes() local 526 int32_t pos; in grapheme_get_haystack_offset() local
|
H A D | grapheme_string.c | 683 int pos = 0, prev_pos = 0; in grapheme_extract_charcount_iter() local 720 int pos = 0, prev_pos = 0; in grapheme_extract_bytecount_iter() local 754 int pos = 0, next_pos = 0; in grapheme_extract_count_iter() local
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_wbmp.c | 96 int x, y, pos; in gdImageWBMPCtx() local 133 int col, row, pos; in gdImageCreateFromWBMPCtx() local
|
/PHP-5.3/ext/dba/ |
H A D | dba_cdb.c | 60 uint32 pos; /* current position for traversing */ member 140 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos TSRMLS_CC) argument 144 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
|
/PHP-5.3/ext/ereg/regex/ |
H A D | regcomp.c | 61 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) argument 62 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos)) argument 63 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument 242 register sopno pos; local 448 register sopno pos; local 1394 doinsert(p, op, opnd, pos) in doinsert() argument 1434 dofwd(p, pos, value) in dofwd() argument
|
/PHP-5.3/ext/mysqli/ |
H A D | mysqli_embedded.c | 42 HashPosition pos; in PHP_FUNCTION() local
|
/PHP-5.3/ext/hash/ |
H A D | php_hash_whirlpool.h | 29 int pos; member
|
/PHP-5.3/main/streams/ |
H A D | glob_wrapper.c | 114 char *pos, *gpath = path; in php_glob_stream_path_split() local 214 char *tmp, *pos; in php_glob_stream_opener() local
|
/PHP-5.3/ext/soap/ |
H A D | php_encoding.c | 254 xmlChar *pos; in whiteSpace_collapse() local 280 HashPosition pos; in find_encoder_by_type_name() local 470 HashPosition pos; in master_to_xml_int() local 1461 HashPosition pos; in model_to_zval_object() local 1615 HashPosition pos; in to_zval_object_ex() local 1833 HashPosition pos; in model_to_xml_object() local 1849 HashPosition pos; in model_to_xml_object() local 2153 int *pos; in get_position_12() local 2211 int *pos; in get_position() local 2590 int* pos = NULL; in to_zval_array() local [all …]
|
/PHP-5.3/ext/pdo/ |
H A D | pdo.c | 103 HashPosition pos; in PHP_FUNCTION() local 398 HashPosition pos; in PHP_MINFO_FUNCTION() local
|
/PHP-5.3/main/ |
H A D | getopt.c | 83 char *pos; in php_getopt() local
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regint.h | 442 #define BS_ROOM(bs,pos) (bs)[pos / BITS_IN_ROOM] argument 443 #define BS_BIT(pos) (1 << (pos % BITS_IN_ROOM)) argument 445 #define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos)) argument 446 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) argument 447 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos)) argument 448 #define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos) argument 481 #define BBUF_WRITE(buf,pos,bytes,n) do{\ argument 488 #define BBUF_WRITE1(buf,pos,byte) do{\ argument 518 #define BBUF_INSERT(buf,pos,bytes,n) do {\ argument 528 #define BBUF_GET_BYTE(buf, pos) (buf)->p[(pos)] argument
|
/PHP-5.3/win32/ |
H A D | registry.c | 101 HashPosition pos; in LoadDirectory() local 254 HashPosition pos; in UpdateIniFromRegistry() local
|
/PHP-5.3/ext/intl/msgformat/ |
H A D | msgformat_format.c | 41 HashPosition pos; in msgfmt_do_format() local
|
/PHP-5.3/ext/phar/ |
H A D | tar.c | 199 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local 681 size_t pos; in phar_tar_writeheaders() local 980 char *pos; in phar_tar_flush() local
|
/PHP-5.3/ext/spl/ |
H A D | spl_observer.c | 85 HashPosition pos; member 185 HashPosition pos; in spl_object_storage_addall() local 249 HashPosition pos; in spl_object_storage_debug_info() local 302 HashPosition pos; in spl_object_storage_get_properties() local 660 HashPosition pos; in SPL_METHOD() local
|