Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 134) sorted by relevance

123456

/PHP-5.5/ext/standard/
H A Dformatted_print.c60 php_sprintf_appendchar(char **buffer, int *pos, int *size, char add TSRMLS_DC) in php_sprintf_appendchar()
74 php_sprintf_appendstring(char **buffer, int *pos, int *size, char *add, in php_sprintf_appendstring()
134 php_sprintf_appendint(char **buffer, int *pos, int *size, long number, in php_sprintf_appendint()
178 php_sprintf_appenduint(char **buffer, int *pos, int *size, in php_sprintf_appenduint()
210 php_sprintf_appenddouble(char **buffer, int *pos, in php_sprintf_appenddouble()
313 php_sprintf_append2n(char **buffer, int *pos, int *size, long number, in php_sprintf_append2n()
344 php_sprintf_getnumber(char *buffer, int *pos) in php_sprintf_getnumber()
H A Darray.c287 HashPosition pos; in php_count_recursive() local
1292 HashPosition pos; in PHP_FUNCTION() local
1549 HashPosition pos; in PHP_FUNCTION() local
2217 HashPosition pos; in php_array_merge() local
2292 HashPosition pos; in php_array_replace_recursive() local
2427 HashPosition pos; in PHP_FUNCTION() local
2471 HashPosition pos; in PHP_FUNCTION() local
2498 HashPosition pos; in PHP_FUNCTION() local
2642 HashPosition pos; in PHP_FUNCTION() local
2750 HashPosition pos; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.h42 int pos; member
49 int pos; member
/PHP-5.5/Zend/
H A Dzend_llist.c258 ZEND_API void *zend_llist_get_first_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_first_ex()
271 ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_last_ex()
284 ZEND_API void *zend_llist_get_next_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_next_ex()
298 ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_prev_ex()
H A Dzend_hash.c1094 ZEND_API void zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_reset_ex()
1108 ZEND_API void zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_end_ex()
1119 ZEND_API int zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_forward_ex()
1132 ZEND_API int zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_backwards_ex()
1147 … *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos) in zend_hash_get_current_key_ex()
1174 ZEND_API void zend_hash_get_current_key_zval_ex(const HashTable *ht, zval *key, HashPosition *pos) { in zend_hash_get_current_key_zval_ex()
1193 ZEND_API int zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos) in zend_hash_get_current_key_type_ex()
1212 ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosition *pos) in zend_hash_get_current_data_ex()
1231 …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 Dzend_static_allocator.h33 char *pos; member
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.c238 int ret_len, pos; in grapheme_split_string() local
275 int pos = 0; in grapheme_count_graphemes() local
298 int32_t pos; in grapheme_get_haystack_offset() local
H A Dgrapheme_string.c705 int pos = 0, prev_pos = 0; in grapheme_extract_charcount_iter() local
742 int pos = 0, prev_pos = 0; in grapheme_extract_bytecount_iter() local
776 int pos = 0, next_pos = 0; in grapheme_extract_count_iter() local
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c181 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.5/ext/json/
H A Djson.c182 HashPosition pos; in json_determine_array_type() local
266 HashPosition pos; in json_encode_array() local
365 size_t pos = 0, us; in json_utf8_to_utf16() local
403 int pos = 0, ulen = 0; in json_escape_string() local
/PHP-5.5/ext/gd/libgd/
H A Dgd_wbmp.c96 int x, y, pos; in gdImageWBMPCtx() local
133 int col, row, pos; in gdImageCreateFromWBMPCtx() local
/PHP-5.5/ext/curl/
H A Dmulti.c213 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.5/ext/dba/
H A Ddba_cdb.c60 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.5/ext/ereg/regex/
H A Dregcomp.c61 #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
250 register sopno pos; local
456 register sopno pos; local
1406 doinsert(p, op, opnd, pos) in doinsert() argument
1446 dofwd(p, pos, value) in dofwd() argument
/PHP-5.5/ext/mysqli/
H A Dmysqli_embedded.c42 HashPosition pos; in PHP_FUNCTION() local
/PHP-5.5/ext/hash/
H A Dphp_hash_whirlpool.h29 int pos; member
/PHP-5.5/main/streams/
H A Dglob_wrapper.c114 char *pos, *gpath = path; in php_glob_stream_path_split() local
214 char *tmp, *pos; in php_glob_stream_opener() local
/PHP-5.5/ext/soap/
H A Dphp_encoding.c254 xmlChar *pos; in whiteSpace_collapse() local
280 HashPosition pos; in find_encoder_by_type_name() local
476 HashPosition pos; in master_to_xml_int() local
1453 HashPosition pos; in model_to_zval_object() local
1606 HashPosition pos; in to_zval_object_ex() local
1824 HashPosition pos; in model_to_xml_object() local
1840 HashPosition pos; in model_to_xml_object() local
2143 int *pos; in get_position_12() local
2201 int *pos; in get_position() local
2571 int* pos = NULL; in to_zval_array() local
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.h36 int pos; member
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp152 int32_t pos = (int32_t)utext_nativeLength(this->fText); in last() local
279 int64_t pos = utext_getNativeIndex(this->fText); in refreshInputText() local
H A Dbreakiterator_iterators.cpp69 int32_t pos = biter->next(); in _breakiterator_move_forward() local
81 int32_t pos = biter->first(); in _breakiterator_rewind() local
/PHP-5.5/ext/pdo/
H A Dpdo.c103 HashPosition pos; in PHP_FUNCTION() local
398 HashPosition pos; in PHP_MINFO_FUNCTION() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h334 #define BS_ROOM(bs,pos) (bs)[pos / BITS_IN_ROOM] argument
335 #define BS_BIT(pos) (1 << (pos % BITS_IN_ROOM)) argument
337 #define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos)) argument
338 #define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos) argument
339 #define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos)) argument
340 #define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos) argument
373 #define BBUF_WRITE(buf,pos,bytes,n) do{\ argument
380 #define BBUF_WRITE1(buf,pos,byte) do{\ argument
410 #define BBUF_INSERT(buf,pos,bytes,n) do {\ argument
420 #define BBUF_GET_BYTE(buf, pos) (buf)->p[(pos)] argument
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format_object.cpp89 HashPosition pos = {0}; in PHP_FUNCTION() local
/PHP-5.5/main/
H A Dgetopt.c91 char *pos; in php_getopt() local

Completed in 94 milliseconds

123456