Home
last modified time | relevance | path

Searched refs:bson_realloc (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/libbson/libbson-1.8.1/doc/
H A Dbson_realloc.rst1 :man_page: bson_realloc
3 bson_realloc()
12 bson_realloc (void *mem, size_t num_bytes);
H A Dbson_realloc_ctx.rst24 This function is identical to :symbol:`bson_realloc()` except it takes a context parameter. This is…
H A Dbson_memory.rst29 bson_realloc
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-memory.c135 bson_realloc (void *mem, /* IN */ in bson_realloc() function
187 return bson_realloc (mem, num_bytes); in bson_realloc_ctx()
H A Dbson-string.c156 string->str = bson_realloc (string->str, string->alloc); in bson_string_append()
312 string->str = bson_realloc (string->str, alloc); in bson_string_truncate()
403 buf = bson_realloc (buf, len); in bson_strdupv_printf()
H A Dbson-memory.h55 void *bson_realloc (void *mem,
H A Dbson-reader.c406 reader->data = bson_realloc (reader->data, size); in _bson_reader_handle_grow_buffer()
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-memory.c137 bson_realloc (void *mem, /* IN */ in bson_realloc() function
189 return bson_realloc (mem, num_bytes); in bson_realloc_ctx()
H A Dbson-string.c160 string->str = bson_realloc (string->str, string->alloc); in bson_string_append()
314 string->str = bson_realloc (string->str, alloc); in bson_string_truncate()
405 buf = bson_realloc (buf, len); in bson_strdupv_printf()
H A Dbson-memory.h55 bson_realloc (void *mem, size_t num_bytes);
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-memory.c141 bson_realloc (void *mem, /* IN */ in bson_realloc() function
194 return bson_realloc (mem, num_bytes); in bson_realloc_ctx()
H A Dbson-string.c140 string->str = bson_realloc (string->str, string->alloc); in bson_string_append()
294 string->str = bson_realloc (string->str, alloc); in bson_string_truncate()
385 buf = bson_realloc (buf, len); in bson_strdupv_printf()
H A Dbson-memory.h52 bson_realloc (void *mem, size_t num_bytes);
H A Dbson-reader.c401 reader->data = bson_realloc (reader->data, size); in _bson_reader_handle_grow_buffer()
/dports/www/nginx-full/nginx_http_gridfs_module-7970bab/mongo-c-driver/test/
H A Dfunctions.c63 ptr = bson_realloc( ptr, size + 64 ); in main()
74 ptr = bson_realloc( ptr, size + 64 ); in main()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-async.c77 poller = (mongoc_stream_poll_t *) bson_realloc ( in mongoc_async_run()
79 acmds_polled = (mongoc_async_cmd_t **) bson_realloc ( in mongoc_async_run()
H A Dmongoc-array.c88 array->data = (void *) bson_realloc (array->data, next_size); in _mongoc_array_append_vals()
H A Dmongoc-set.c59 set->items = (mongoc_set_item_t *) bson_realloc ( in mongoc_set_add()
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-array.c88 array->data = (void *) bson_realloc (array->data, next_size); in _mongoc_array_append_vals()
H A Dmongoc-async.c74 poller = (mongoc_stream_poll_t *) bson_realloc ( in mongoc_async_run()
H A Dmongoc-set.c59 set->items = (mongoc_set_item_t *) bson_realloc ( in mongoc_set_add()
H A Dmongoc-stream-tls-secure-channel.c530 bson_realloc (secure_channel->encdata_buffer, reallocated_length); in _mongoc_stream_tls_secure_channel_read()
621 reallocated_buffer = bson_realloc ( in _mongoc_stream_tls_secure_channel_read()
/dports/devel/libbson/libbson-1.8.1/tests/
H A Dtest-writer.c30 return bson_realloc (mem, num_bytes); in test_bson_writer_custom_realloc_helper()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/bson/
H A DBSON.h1080 void *bson_realloc( void *ptr, int size );
/dports/www/nginx-full/nginx_http_gridfs_module-7970bab/mongo-c-driver/src/
H A Dbson.h944 void *bson_realloc( void *ptr, int size );

12