Home
last modified time | relevance | path

Searched defs:pos (Results 51 – 75 of 134) sorted by path

123456

/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/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1580 int pos; in mbfl_strcut() member
H A Dmbfl_memory_device.h42 int pos; member
49 int pos; member
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1091 char *pos = *line, quote; in php_mb_rfc1867_getword() local
3804 #define SKIP_LONG_HEADER_SEP_MBSTRING(str, pos) \ argument
H A Dphp_mbregex.c811 OnigUChar *pos; in _php_mb_regex_ereg_replace_exec() local
1057 OnigUChar *pos, *chunk_pos; in PHP_FUNCTION() local
1182 int n, i, err, pos, len, beg, end; in _php_mb_regex_ereg_search_exec() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c1584 int n, type, len, pos, r = 0; in compile_tree() local
1807 int i, pos, n, old_num; in renumber_node_backref() local
1896 int r, i, pos, counter; in disable_noname_group_capture() local
H A Dreggnu.c64 re_match(regex_t* reg, const char* str, int size, int pos, in re_match()
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
H A Dregparse.c1663 #define BBUF_WRITE_CODE_POINT(bbuf,pos,code) \ argument
1691 int r, inc_n, pos; in add_code_range_to_buf() local
/PHP-5.5/ext/mysqli/
H A Dmysqli.c461 HashPosition pos; in mysqli_object_get_debug_info() local
H A Dmysqli_embedded.c42 HashPosition pos; in PHP_FUNCTION() local
H A Dmysqli_nonapi.c434 zend_llist_position pos; local
478 zend_llist_position pos; local
H A Dmysqli_prop.c210 zend_llist_position pos; in link_error_list_read() local
407 zend_llist_position pos; in stmt_error_list_read() local
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_blacklist.h36 int pos; member
H A Dzend_shared_alloc.h74 size_t pos; /* position for simple stack allocator */ member
/PHP-5.5/ext/openssl/
H A Dopenssl.c1776 HashPosition pos; in setup_verify() local
4346 HashPosition pos; in PHP_FUNCTION() local
/PHP-5.5/ext/pcntl/
H A Dpcntl.c923 HashPosition pos; in PHP_FUNCTION() local
983 HashPosition pos; in pcntl_sigwaitinfo() local
/PHP-5.5/ext/pdo/
H A Dpdo.c103 HashPosition pos; in PHP_FUNCTION() local
398 HashPosition pos; in PHP_MINFO_FUNCTION() local
H A Dpdo_dbh.c1211 HashPosition pos; in PHP_METHOD() local
H A Dpdo_sql_parser.c428 char *pos; member
H A Dpdo_stmt.c2143 HashPosition pos; in PHP_METHOD() local
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c166 int pos = lo_lseek(self->conn, self->lfd, offset, whence); in pgsql_lob_seek() local
594 HashPosition pos; in PHP_METHOD() local
/PHP-5.5/ext/pgsql/
H A Dpgsql.c4015 HashPosition pos; local
5226 HashPosition pos; local
5423 HashPosition pos; local
6182 HashPosition pos; local
6316 HashPosition pos; local
/PHP-5.5/ext/phar/
H A Dphar.c1568 char *pos, test = '\0'; local
1839 const char *pos; local
1893 const char *pos, *slash; local
2576 char *pos, has_dirs = 0; local
H A Dstream.c634 HashPosition pos; in phar_wrapper_stat() local

Completed in 142 milliseconds

123456