Lines Matching defs:node
130 cerr << "Warning: get 'compression' node is empty, the compiled images are not transcoded.";
140 cerr << "Warning: get 'media' node is empty, the compiled images are not transcoded.";
150 cerr << "Warning: get 'enable' node is empty, the compiled images are not transcoded.";
165 cout << "Warning: if image transcoding is supported, the 'context' node cannot be empty.";
174 cout << "Warning: if image transcoding is supported, the 'extensionPath' node cannot be empty.";
192 cerr << "Error: if image transcoding is supported, the 'filters' node cannot be empty.";
210 cerr << "Error: if image transcoding is supported, the 'method' node cannot be empty.";
253 cout << "Warning: rules is not exist or node type is wrong" << endl;
289 string CompressionParser::ParseJsonStr(const cJSON *node)
291 if (!node) {
294 char *jsonString = cJSON_Print(node);