Searched refs:namesink (Results 1 – 1 of 1) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 851 stringsink namesink; in register_class() local 852 stringsink_init(&namesink); in register_class() 854 fill_namespace(package, php_namespace, &namesink); in register_class() 855 fill_classname(fullname, package, prefix, &namesink, use_nested_submsg); in register_class() 856 stringsink_string(&namesink, NULL, "\0", 1, NULL); in register_class() 859 if (php_proto_zend_lookup_class(namesink.ptr, namesink.len - 1, &pce) == in register_class() 864 namesink.ptr, fullname, package, php_namespace, prefix); in register_class() 870 stringsink_uninit(&namesink); in register_class()
|