@@ -106,7 +106,7 @@ namespace php_git2
106106
107107#endif
108108
109- static constexpr auto ZIF_GIT_BLOB_CREATE_FROMBUFFER = zif_php_git2_function<
109+ static constexpr auto ZIF_git_blob_create_frombuffer = zif_php_git2_function<
110110 php_git2::func_wrapper<
111111 int ,
112112 git_oid*,
@@ -125,7 +125,7 @@ static constexpr auto ZIF_GIT_BLOB_CREATE_FROMBUFFER = zif_php_git2_function<
125125 php_git2::sequence<0 ,1 ,3 ,2 >
126126 >;
127127
128- static constexpr auto ZIF_GIT_BLOB_CREATE_FROMDISK = zif_php_git2_function<
128+ static constexpr auto ZIF_git_blob_create_fromdisk = zif_php_git2_function<
129129 php_git2::func_wrapper<
130130 int ,
131131 git_oid*,
@@ -142,7 +142,7 @@ static constexpr auto ZIF_GIT_BLOB_CREATE_FROMDISK = zif_php_git2_function<
142142 php_git2::sequence<0 ,1 ,2 >
143143 >;
144144
145- static constexpr auto ZIF_GIT_BLOB_CREATE_FROMWORKDIR = zif_php_git2_function<
145+ static constexpr auto ZIF_git_blob_create_fromworkdir = zif_php_git2_function<
146146 php_git2::func_wrapper<
147147 int ,
148148 git_oid*,
@@ -159,7 +159,7 @@ static constexpr auto ZIF_GIT_BLOB_CREATE_FROMWORKDIR = zif_php_git2_function<
159159 php_git2::sequence<0 ,1 ,2 >
160160 >;
161161
162- static constexpr auto ZIF_GIT_BLOB_FILTERED_CONTENT = zif_php_git2_function<
162+ static constexpr auto ZIF_git_blob_filtered_content = zif_php_git2_function<
163163 php_git2::func_wrapper<
164164 int ,
165165 git_buf*,
@@ -178,13 +178,13 @@ static constexpr auto ZIF_GIT_BLOB_FILTERED_CONTENT = zif_php_git2_function<
178178 php_git2::sequence<0 ,1 ,2 ,3 >
179179 >;
180180
181- static constexpr auto ZIF_GIT_BLOB_FREE = zif_php_git2_function_free<
181+ static constexpr auto ZIF_git_blob_free = zif_php_git2_function_free<
182182 php_git2::local_pack<
183183 php_git2::php_resource_cleanup<php_git2::php_git_blob>
184184 >
185185 >;
186186
187- static constexpr auto ZIF_GIT_BLOB_ID = zif_php_git2_function<
187+ static constexpr auto ZIF_git_blob_id = zif_php_git2_function<
188188 php_git2::func_wrapper<
189189 const git_oid*,
190190 const git_blob*
@@ -195,7 +195,7 @@ static constexpr auto ZIF_GIT_BLOB_ID = zif_php_git2_function<
195195 0
196196 >;
197197
198- static constexpr auto ZIF_GIT_BLOB_IS_BINARY = zif_php_git2_function_rethandler<
198+ static constexpr auto ZIF_git_blob_is_binary = zif_php_git2_function_rethandler<
199199 php_git2::func_wrapper<
200200 int ,
201201 const git_blob*
@@ -206,7 +206,7 @@ static constexpr auto ZIF_GIT_BLOB_IS_BINARY = zif_php_git2_function_rethandler<
206206 php_git2::php_boolean_rethandler<int >
207207 >;
208208
209- static constexpr auto ZIF_GIT_BLOB_LOOKUP = zif_php_git2_function_setdeps<
209+ static constexpr auto ZIF_git_blob_lookup = zif_php_git2_function_setdeps<
210210 php_git2::func_wrapper<
211211 int ,
212212 git_blob**,
@@ -224,7 +224,7 @@ static constexpr auto ZIF_GIT_BLOB_LOOKUP = zif_php_git2_function_setdeps<
224224 php_git2::sequence<0 ,1 ,2 >
225225 >;
226226
227- static constexpr auto ZIF_GIT_BLOB_LOOKUP_PREFIX = zif_php_git2_function_setdeps<
227+ static constexpr auto ZIF_git_blob_lookup_prefix = zif_php_git2_function_setdeps<
228228 php_git2::func_wrapper<
229229 int ,
230230 git_blob**,
@@ -245,7 +245,7 @@ static constexpr auto ZIF_GIT_BLOB_LOOKUP_PREFIX = zif_php_git2_function_setdeps
245245 php_git2::sequence<0 ,1 ,3 ,2 >
246246 >;
247247
248- static constexpr auto ZIF_GIT_BLOB_OWNER = zif_php_git2_function_rethandler<
248+ static constexpr auto ZIF_git_blob_owner = zif_php_git2_function_rethandler<
249249 php_git2::func_wrapper<
250250 git_repository*,
251251 const git_blob*
@@ -259,7 +259,7 @@ static constexpr auto ZIF_GIT_BLOB_OWNER = zif_php_git2_function_rethandler<
259259 php_git2::sequence<0 >
260260 >;
261261
262- static constexpr auto ZIF_GIT_BLOB_RAWCONTENT = zif_php_git2_function_rethandler<
262+ static constexpr auto ZIF_git_blob_rawcontent = zif_php_git2_function_rethandler<
263263 php_git2::func_wrapper<
264264 const void *,
265265 const git_blob*
@@ -270,7 +270,7 @@ static constexpr auto ZIF_GIT_BLOB_RAWCONTENT = zif_php_git2_function_rethandler
270270 php_git2::php_git_blob_rawcontent_rethandler
271271 >;
272272
273- static constexpr auto ZIF_GIT_BLOB_RAWSIZE = zif_php_git2_function<
273+ static constexpr auto ZIF_git_blob_rawsize = zif_php_git2_function<
274274 php_git2::func_wrapper<
275275 git_object_size_t ,
276276 const git_blob*
@@ -281,7 +281,7 @@ static constexpr auto ZIF_GIT_BLOB_RAWSIZE = zif_php_git2_function<
281281 0
282282 >;
283283
284- static constexpr auto ZIF_GIT_BLOB_DUP = zif_php_git2_function_setdeps<
284+ static constexpr auto ZIF_git_blob_dup = zif_php_git2_function_setdeps<
285285 php_git2::func_wrapper<
286286 int ,
287287 git_blob**,
@@ -297,7 +297,7 @@ static constexpr auto ZIF_GIT_BLOB_DUP = zif_php_git2_function_setdeps<
297297 php_git2::sequence<0 ,1 >
298298 >;
299299
300- static constexpr auto ZIF_GIT_BLOB_CREATE_FROMSTREAM = zif_php_git2_function<
300+ static constexpr auto ZIF_git_blob_create_fromstream = zif_php_git2_function<
301301 php_git2::func_wrapper<
302302 int ,
303303 git_writestream**,
@@ -314,7 +314,7 @@ static constexpr auto ZIF_GIT_BLOB_CREATE_FROMSTREAM = zif_php_git2_function<
314314 php_git2::sequence<0 ,1 ,2 >
315315 >;
316316
317- static constexpr auto ZIF_GIT_BLOB_CREATE_FROMSTREAM_COMMIT = zif_php_git2_function<
317+ static constexpr auto ZIF_git_blob_create_fromstream_commit = zif_php_git2_function<
318318 php_git2::func_wrapper<
319319 int ,
320320 git_oid*,
@@ -329,22 +329,22 @@ static constexpr auto ZIF_GIT_BLOB_CREATE_FROMSTREAM_COMMIT = zif_php_git2_funct
329329 php_git2::sequence<0 ,1 >
330330 >;
331331
332- #define GIT_BLOB_FE \
333- PHP_GIT2_FE (git_blob_create_frombuffer,ZIF_GIT_BLOB_CREATE_FROMBUFFER, NULL ) \
334- PHP_GIT2_FE(git_blob_create_fromdisk,ZIF_GIT_BLOB_CREATE_FROMDISK, NULL ) \
335- PHP_GIT2_FE(git_blob_create_fromworkdir,ZIF_GIT_BLOB_CREATE_FROMWORKDIR, NULL ) \
336- PHP_GIT2_FE(git_blob_filtered_content,ZIF_GIT_BLOB_FILTERED_CONTENT, NULL ) \
337- PHP_GIT2_FE(git_blob_free,ZIF_GIT_BLOB_FREE, NULL ) \
338- PHP_GIT2_FE(git_blob_id,ZIF_GIT_BLOB_ID, NULL ) \
339- PHP_GIT2_FE(git_blob_is_binary,ZIF_GIT_BLOB_IS_BINARY, NULL ) \
340- PHP_GIT2_FE(git_blob_lookup,ZIF_GIT_BLOB_LOOKUP, NULL ) \
341- PHP_GIT2_FE(git_blob_lookup_prefix,ZIF_GIT_BLOB_LOOKUP_PREFIX, NULL ) \
342- PHP_GIT2_FE(git_blob_owner,ZIF_GIT_BLOB_OWNER, NULL ) \
343- PHP_GIT2_FE(git_blob_rawcontent,ZIF_GIT_BLOB_RAWCONTENT, NULL ) \
344- PHP_GIT2_FE(git_blob_rawsize,ZIF_GIT_BLOB_RAWSIZE, NULL ) \
345- PHP_GIT2_FE(git_blob_dup,ZIF_GIT_BLOB_DUP, NULL ) \
346- PHP_GIT2_FE(git_blob_create_fromstream,ZIF_GIT_BLOB_CREATE_FROMSTREAM, NULL ) \
347- PHP_GIT2_FE(git_blob_create_fromstream_commit,ZIF_GIT_BLOB_CREATE_FROMSTREAM_COMMIT, NULL )
332+ #define GIT_BLOB_FE \
333+ PHP_GIT2_FE (git_blob_create_frombuffer) \
334+ PHP_GIT2_FE(git_blob_create_fromdisk) \
335+ PHP_GIT2_FE(git_blob_create_fromworkdir) \
336+ PHP_GIT2_FE(git_blob_filtered_content) \
337+ PHP_GIT2_FE(git_blob_free) \
338+ PHP_GIT2_FE(git_blob_id) \
339+ PHP_GIT2_FE(git_blob_is_binary) \
340+ PHP_GIT2_FE(git_blob_lookup) \
341+ PHP_GIT2_FE(git_blob_lookup_prefix) \
342+ PHP_GIT2_FE(git_blob_owner) \
343+ PHP_GIT2_FE(git_blob_rawcontent) \
344+ PHP_GIT2_FE(git_blob_rawsize) \
345+ PHP_GIT2_FE(git_blob_dup) \
346+ PHP_GIT2_FE(git_blob_create_fromstream) \
347+ PHP_GIT2_FE(git_blob_create_fromstream_commit)
348348
349349/*
350350 * Local Variables:
0 commit comments