OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:object_begin
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/jemalloc/dist/test/unit/
json_stats.c
189
json_find_object_end(const char *
object_begin
) {
191
for (const char *cur =
object_begin
; *cur != '\0'; cur++) {
256
const char *
object_begin
= strstr(json, search_key);
local
257
if (
object_begin
== NULL) {
260
object_begin
= strchr(
object_begin
, '{');
261
if (
object_begin
== NULL) {
264
*object_end = json_find_object_end(
object_begin
);
265
return
object_begin
;
Completed in 18 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026