Home
last modified time | relevance | path

Searched refs:hpos (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/dba/libcdb/
H A Dcdb.c142 uint32_unpack(buf, &c->hpos); in cdb_findnext()
147 c->kpos = c->hpos + u; in cdb_findnext()
158 if (c->kpos == c->hpos + (c->hslots << 3)) in cdb_findnext()
159 c->kpos = c->hpos; in cdb_findnext()
H A Dcdb.h35 uint32 hpos; /* initialized if loop is nonzero */ member
/PHP-5.3/ext/openssl/
H A Dopenssl.c1794 HashPosition hpos; in STACK_OF() local
1822 zend_hash_move_forward_ex(HASH_OF(*zcerts), &hpos); in STACK_OF()
2134 HashPosition hpos; in php_openssl_make_REQ() local
2139 zend_hash_internal_pointer_reset_ex(HASH_OF(dn), &hpos); in php_openssl_make_REQ()
2164 zend_hash_move_forward_ex(HASH_OF(dn), &hpos); in php_openssl_make_REQ()
2238 zend_hash_move_forward_ex(HASH_OF(attribs), &hpos); in php_openssl_make_REQ()
3487 HashPosition hpos; in PHP_FUNCTION() local
3549 zend_hash_move_forward_ex(HASH_OF(*zrecipcerts), &hpos); in PHP_FUNCTION()
3600 zend_hash_move_forward_ex(HASH_OF(zheaders), &hpos); in PHP_FUNCTION()
3637 HashPosition hpos; in PHP_FUNCTION() local
[all …]
/PHP-5.3/ext/xml/
H A Dxml.c1068 HashPosition hpos=NULL; in _xml_characterDataHandler() local
1070 zend_hash_internal_pointer_end_ex(Z_ARRVAL_P(parser->data), &hpos); in _xml_characterDataHandler()
1072 …if (hpos && (zend_hash_get_current_data_ex(Z_ARRVAL_P(parser->data), (void **) &curtag, &hpos) == … in _xml_characterDataHandler()
/PHP-5.3/ext/standard/
H A Darray.c2165 HashPosition hpos; in PHP_FUNCTION() local
2206 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(input), &hpos); in PHP_FUNCTION()
2207 …while (pos < offset && zend_hash_get_current_data_ex(Z_ARRVAL_P(input), (void **)&entry, &hpos) ==… in PHP_FUNCTION()
2209 zend_hash_move_forward_ex(Z_ARRVAL_P(input), &hpos); in PHP_FUNCTION()
2213 … + length && zend_hash_get_current_data_ex(Z_ARRVAL_P(input), (void **)&entry, &hpos) == SUCCESS) { in PHP_FUNCTION()
2217 …end_hash_get_current_key_ex(Z_ARRVAL_P(input), &string_key, &string_key_len, &num_key, 0, &hpos)) { in PHP_FUNCTION()
2231 zend_hash_move_forward_ex(Z_ARRVAL_P(input), &hpos); in PHP_FUNCTION()
H A Dstring.c2705 HashPosition hpos; local
2710 zend_hash_internal_pointer_reset_ex(hash, &hpos);
2711 while (zend_hash_get_current_data_ex(hash, (void **)&entry, &hpos) == SUCCESS) {
2712 switch (zend_hash_get_current_key_ex(hash, &string_key, &string_key_len, &num_key, 0, &hpos)) {
2745 zend_hash_move_forward_ex(hash, &hpos);

Completed in 44 milliseconds